Changing default 8-tap filter to Langrangian interpolator.
authorDeb Mukherjee <debargha@google.com>
Fri, 24 Feb 2012 17:08:00 +0000 (09:08 -0800)
committerDeb Mukherjee <debargha@google.com>
Fri, 24 Feb 2012 19:13:36 +0000 (11:13 -0800)
commitc64a27801c76593074aac18561175251ab897653
tree232d79c748ff3fa7d382f1281649843b04a619ba
parent583f2d8fc7edeaf9d8eec5b928a485334a5b8544
Changing default 8-tap filter to Langrangian interpolator.

The Lagrangian interpolation filter is maximally flat in the
passband. There is non-trivial improvement with the hd set, while
for derf the results are virtually unchanged.
See:
http://www.corp.google.com/~debargha/vp8_results/enhinterpn.html (derf)
http://www.corp.google.com/~debargha/vp8_results/enhinterpn_hd.html (HD)

Patch 2: Updated the results for derf in the html above to use the
new baseline. There is still about 4% improvement. Will update the
hd baseline later (since it takes 9 hours to run on my machine)

Patch 3: By mistake the default filter was left at 60 - should be 0
to use the new interpolation filter.

Change-Id: If5f64444976562415d68a2aeabb94fdfa0d47890
vp8/common/filter.c