]> granicus.if.org Git - libvpx/commit
Coding the hybrid dual prediction signal.
authorPaul Wilkins <paulwilkins@google.com>
Thu, 2 Feb 2012 17:30:27 +0000 (17:30 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 6 Feb 2012 16:38:41 +0000 (16:38 +0000)
commit82b865da9475586341949664d5468a93237867a8
treea53286ec45c0ed4ae2332512b70f83df50a5805a
parentc98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292
Coding the hybrid dual prediction signal.

Initial modifications to make limited use of common prediction
functions.

The only functional change thus far is that updates to the probabilities are
no longer "damped". This was a testing convenience but in fact seems to
help by a little over 0.1% over the derf set.

Change-Id: I8b82907d9d6b6a4a075728b60b31ce93392a5f2e
vp8/common/pred_common.c
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/rdopt.c