]> granicus.if.org Git - libvpx/commit
Move update of ref frame probabilities in encode loop.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 3 Feb 2012 17:08:37 +0000 (17:08 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 6 Feb 2012 16:42:00 +0000 (16:42 +0000)
commite1050bd3dc351096dd3a7b69d75bbb79b1241ed4
treee1741e18a8f6e865257df7330175d36492b158ac
parent9c9300f56f4788ed5a9aade371c185b33dcb7781
Move update of ref frame probabilities in encode loop.

The existing code updated the reference frame probabilities before
the test to evaluate the impact of using updated probabilities
in vp8_estimate_entropy_savings().

The estimate of cost and savings is still basic and does not reflect
the new prediction code but this would require per MB costings
and the benefit is probably marginal, as this is really just used for
rate estimation in the loop.

Change-Id: Id6ba88ae6e11c273b3159deff70980363ccd8ea1
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c