]> granicus.if.org Git - libvpx/commit
Dual pred flag
authorPaul Wilkins <paulwilkins@google.com>
Thu, 9 Feb 2012 15:44:18 +0000 (15:44 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 9 Feb 2012 15:44:18 +0000 (15:44 +0000)
commit8266abfe96cb1b46f537aec66b3dfcf22da2bb1c
treea8d374f99b871026419380b1b76fade8122d0943
parent59a200f1ea73d2327746fff3d35a05aec10e436f
Dual pred flag

Further changes to make experiments with the context
used for coding the dual pred flag easier.

Current best performing method tested on derf is a two
element context based on reference frame. I also tried
various combinations of mode and reference frame as
shown in commented out case using up to 6 contexts.

Derf +0.26 overall psnr +0.15% ssim vs original method.

Change-Id: I64c21ddec0abbb27feaaeaa1da2e9f164ebaca03
vp8/common/onyxc_int.h
vp8/common/pred_common.c
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h