Rate control fix for ARNR filtered frames.
authorPaul Wilkins <paulwilkins@google.com>
Mon, 19 Jul 2010 13:10:07 +0000 (14:10 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 19 Jul 2010 13:10:07 +0000 (14:10 +0100)
commitbf18069cebd34326da5f479143f46c994ee41114
treeaf4c81850cfa1721426bb2b1bd8357504e24067c
parent7c938f4d3cfebf68e93b0bfa4debc89a202d267a
Rate control fix for ARNR filtered frames.

Previously we had assumed that it was necessary to give a full frame's
bit allocation to the alt ref frame if it has been created through temporal
filtering. This is not the case. The active max quantizer control
insures that sufficient bits are allocated if needed and allocating a
full frame's worth of bits creates an excessive overhead for the ARF.

Change-Id: I83c95ed7bc7ce0e53ccae6ff32db5a97f145937a
vp8/encoder/onyx_if.c
vp8/encoder/ratectrl.c