]> granicus.if.org Git - libvpx/commit
Adds search option for best interpolation filter.
authorDeb Mukherjee <debargha@google.com>
Mon, 16 Apr 2012 21:53:37 +0000 (14:53 -0700)
committerDeb Mukherjee <debargha@google.com>
Thu, 26 Apr 2012 05:37:50 +0000 (22:37 -0700)
commitacdda50a0d142c6c556956425370d8bcca1c35a3
tree2291d2f20ad896f840550bc4b6306b18f61a195b
parenta16608aba040957e269ec1e7905c72140cb721b6
Adds search option for best interpolation filter.

Adds a speed feature to conduct a brute force search among a set of
available interpolation filters for the best one in an RD sense.

There is a gain of 0.4% on derf, 1.0% on Std-HD.

Patch 2: A macro added to determine if the encoder state is reset
for each new filter tried.

Patch 3: rebase, also fixes a bug (decodframe.c) introduced by a
couple of missing function pointer assignements.

Patch 4: rebase.

Change-Id: Ic9ccca9d8c35c6af557449ae867391a2f996cc29
vp8/decoder/decodframe.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h