Merging in the Switchable interp experiment
authorDeb Mukherjee <debargha@google.com>
Mon, 22 Oct 2012 21:43:01 +0000 (14:43 -0700)
committerDeb Mukherjee <debargha@google.com>
Tue, 23 Oct 2012 15:50:52 +0000 (08:50 -0700)
commit537311971348b1919de8b36266f900aa4657672f
tree0e6cf0972d087cb01b21fc4aeea42c5186ba7edf
parentf93d316e0c7121aca5857f3d6e1530dcd82e9d7f
Merging in the Switchable interp experiment

There is a macro DEFAULT_INTERP_FILTER defined in encoder/onyx_if.c that
is set as EIGHTTAP for now - so SWITCHABLE is not really used. Ideally,
this should be SWITCHABLE but that would make the encoder quite a bit slower.
We will change the default filter to SWITCHABLE once we find a faster way to
search for switchable filters.

Change-Id: Iee91832cdc07e6e14108d9b543130fdd12fc9874
17 files changed:
vp8/common/blockd.h
vp8/common/entropymode.c
vp8/common/entropymode.h
vp8/common/onyxc_int.h
vp8/common/pred_common.c
vp8/common/pred_common.h
vp8/common/reconinter.c
vp8/decoder/decodemv.c
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c
vp8/encoder/block.h
vp8/encoder/encodeframe.c
vp8/encoder/modecosts.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/ratectrl.c
vp8/encoder/rdopt.c