summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-02-10 12:03:02 -0800
committerJingning Han <jingning@google.com>2014-02-10 15:20:11 -0800
commit734938dc6b3866136d1ef282b28da6e01bec2dad (patch)
treead3c33a20af8026753d8004df4b02b880728f756 /vp9/encoder/vp9_ratectrl.c
parent3da25f29f59be6f736a9aaf9121b90a4ff9d20ef (diff)
downloadlibvpx-734938dc6b3866136d1ef282b28da6e01bec2dad.tar
libvpx-734938dc6b3866136d1ef282b28da6e01bec2dad.tar.gz
libvpx-734938dc6b3866136d1ef282b28da6e01bec2dad.tar.bz2
libvpx-734938dc6b3866136d1ef282b28da6e01bec2dad.zip
Use more meaningful names for speed features
Use frame_parameter_update to precisely describe the functionality. Change-Id: Ia9a55ba8efef7b987e30d949dd00ac716189bdb9
Diffstat (limited to 'vp9/encoder/vp9_ratectrl.c')
-rw-r--r--vp9/encoder/vp9_ratectrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_ratectrl.c b/vp9/encoder/vp9_ratectrl.c
index b12c536e1..20b775efc 100644
--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -850,7 +850,7 @@ int vp9_rc_pick_q_and_adjust_q_bounds(const VP9_COMP *cpi,
// JBB : This is realtime mode. In real time mode the first frame
// should be larger. Q of 0 is disabled because we force tx size to be
// 16x16...
- if (cpi->sf.super_fast_rtc) {
+ if (cpi->sf.use_pick_mode) {
if (cpi->common.current_video_frame == 0)
q /= 3;
if (q == 0)