Added Prediction Filter to Mode Selection
authorAdrian Grange <agrange@google.com>
Mon, 25 Jun 2012 23:23:58 +0000 (16:23 -0700)
committerAdrian Grange <agrange@google.com>
Wed, 27 Jun 2012 21:51:41 +0000 (14:51 -0700)
commitbbc926dca2479ae41882cdfb6079f5596bfac2bc
tree1ce38aa013ec5eb0f179b2c10eb0a82fb66f6df4
parentf3dff402556cb1b1dd3c7dbc1877104a792f329c
Added Prediction Filter to Mode Selection

Added the ability to optionally filter the prediction data
when inter modes are selected (excludes SPLITMV, for now).

The mode selection loop considers both the filtered and
non-filtered prediction data when choosing mode. The filter
can be turned on/off at the frame-level, or signaled for
each MB.

Change-Id: I1b783c71d95a361ab36c761b07e8a6b06bc36822
14 files changed:
configure
vp8/common/blockd.h
vp8/common/onyxc_int.h
vp8/common/reconinter.c
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/encodemb.c
vp8/encoder/encodemb.h
vp8/encoder/mbgraph.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/ratectrl.c
vp8/encoder/rdopt.c