summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_boolhuff.c
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2013-01-08 14:14:01 -0800
committerAdrian Grange <agrange@google.com>2013-01-09 12:00:39 -0800
commit7d6b5425d704c91c6d048c1a96542c9cd027f015 (patch)
tree4aaa2e9c2ed467f0012a52020558e260f8636a66 /vp9/encoder/vp9_boolhuff.c
parent4b7304ee68dc28f96d73ff4ff1894de833d54f1a (diff)
downloadlibvpx-7d6b5425d704c91c6d048c1a96542c9cd027f015.tar
libvpx-7d6b5425d704c91c6d048c1a96542c9cd027f015.tar.gz
libvpx-7d6b5425d704c91c6d048c1a96542c9cd027f015.tar.bz2
libvpx-7d6b5425d704c91c6d048c1a96542c9cd027f015.zip
New prediction filter
This patch removes the old pred-filter experiment and replaces it with one that is implemented using the switchable filter framework. If the pred-filter experiment is enabled, three interopolation filters are tested during mode selection; the standard 8-tap interpolation filter, a sharp 8-tap filter and a (new) 8-tap smoothing filter. The 6-tap filter code has been preserved for now and if the enable-6tap experiment is enabled (in addition to the pred-filter experiment) the original 6-tap filter replaces the new 8-tap smooth filter in the switchable mode. The new experiment applies the prediction filter in cases of a fractional-pel motion vector. Future patches will apply the filter where the mv is pel-aligned and also to intra predicted blocks. Change-Id: I08e8cba978f2bbf3019f8413f376b8e2cd85eba4
Diffstat (limited to 'vp9/encoder/vp9_boolhuff.c')
0 files changed, 0 insertions, 0 deletions