ref: 02b8baf35e76bbb04effa5dee5ca16e2898e7af8
parent: 91e5e5a680148cea2100c54b3792c8483eb88867
author: Marco Paniconi <marpan@google.com>
date: Mon Mar 3 13:51:32 EST 2014
Avoid gf/altref boost in pick_q under svc cbr mode. Change-Id: Ib719a9f74924718715592e0238bc391ae239d026
--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -587,6 +587,7 @@
q_adj_factor);
}
} else if (!rc->is_src_frame_alt_ref &&
+ !cpi->use_svc &&
(cpi->refresh_golden_frame || cpi->refresh_alt_ref_frame)) {
// Use the lower of active_worst_quality and recent
// average Q as basis for GF/ARF best Q limit unless last frame was
--
⑨