]> granicus.if.org Git - libvpx/commit
Adds support for enhanced interpolation for subpel motion
authorDeb Mukherjee <debargha@google.com>
Mon, 16 Jan 2012 19:21:12 +0000 (11:21 -0800)
committerDeb Mukherjee <debargha@google.com>
Thu, 26 Jan 2012 18:24:47 +0000 (10:24 -0800)
commit6fa47a5f16cb5631713ccc03d9b11f5345564abe
treeade871688c353372ff7de2d244f5df02b9569b9f
parent5a5d24eed69c4fdba0d7ec3afb8c1fc9e098bcb1
Adds support for enhanced interpolation for subpel motion
using an 8-tap filter.

The results with 3 different 8-tap filters on the derf set are in:
http://www.corp.google.com/~debargha/vp8_results/enhinterp.html
The one that gives the most gain achieves an overall gain of about
0.6%. The results for a set of 12 hd (720p) videos are in:
http://www.corp.google.com/~debargha/vp8_results/enhinterp_hd.html
with max gain of 0.55% with the same filter. The best filter apparently
achieves the best trade-off between pass band ripple and stop band
attenuation.

Change-Id: I919e28ae245c0493147fa0864f8c9d048a9dd530
configure
vp8/common/filter.c
vp8/common/filter.h
vp8/encoder/mbgraph.c
vp8/encoder/onyx_if.c
vpx_scale/yv12config.h