]> granicus.if.org Git - libvpx/commit
Remove the frame rate factor for key frame size.
authorMarco Paniconi <marpan@google.com>
Wed, 22 Feb 2012 22:39:17 +0000 (14:39 -0800)
committerMarco Paniconi <marpan@google.com>
Wed, 22 Feb 2012 23:25:32 +0000 (15:25 -0800)
commit507ee87e3e24db80322944d8a2481d3db8b6beeb
tree345da33f8c13cc45e1c3595f0270433b7b5805ba
parent2b0aee4b5def280d4e27c11d1b95ecd8545eed34
Remove the frame rate factor for key frame size.

When temporal layers is used (i.e., number_of_layers > 1),
we don't use the frame rate boost for setting the key
frame target size. The factor was forcing the target size to be
always at its minimum (2* per_frame_bandwidth) for low frame rates
(i.e., base layer frame rate).

Generally we should modify or remove this frame rate factor;
for now we turn if off for number_of_layers > 1.

Change-Id: Ia5acf406c9b2f634d30ac2473adc7b9bf2e7e6c6
vp8/encoder/ratectrl.c