[x264-devel] About the interpolation process in x264

zhihang wang zhihang.wang at gmail.com
Sun Jul 26 17:19:33 CEST 2009


I have asked the question here about the following comments in x264 in the
function
 void x264_frame_expand_border_filtered( x264_t *h, x264_frame_t *frame, int
mb_y, int b_end )

     /* during filtering, 8 extra pixels were filtered on each edge,
      * but up to 3 of the horizontal ones may be wrong.
        we want to expand border from the last filtered pixel */
 I don't think there are some errors in the interpolation process
 So I don't know the meaning of the second line of the comments
 I dump out the interpolation results of h, v, c, to 3 files
 It verifies my results.
the three files are here
 Would someone like to explain?


-- 
Best Regards
zhihang wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20090726/a580ef5b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: filter_c.txt.gz
Type: application/x-gzip
Size: 2823 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20090726/a580ef5b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: filter_h.txt.gz
Type: application/x-gzip
Size: 2566 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20090726/a580ef5b/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: filter_v.txt.gz
Type: application/x-gzip
Size: 2950 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20090726/a580ef5b/attachment-0002.bin>


More information about the x264-devel mailing list