]> granicus.if.org Git - libvpx/commit
Remove the q division by 3 for first frame.
authorMarco Paniconi <marpan@google.com>
Wed, 2 Apr 2014 00:50:14 +0000 (17:50 -0700)
committerMarco Paniconi <marpan@google.com>
Wed, 2 Apr 2014 01:42:05 +0000 (18:42 -0700)
commit939f0e7444374fbd4aca2f11b47ae48fde930562
tree4b8e6c040fff7a1fbce5a883c6770ba6221a81f3
parent7c7fc719c9598664b7a234486054057f7263f7cd
Remove the q division by 3 for first frame.

This code/setting was actually not used (since speed features were not set on first frame,
until a recent change) and should be removed.

In CBR mode, the q value for the first frame can be controlled by setting
the target size via the parameters rc_buf_initial_sz (and max_intra_size_pct).

Change-Id: I65afc64972b36c449bd5a8c25800e65da5389066
vp9/encoder/vp9_ratectrl.c