Merge "Make frame level quantization change a parameter"

This commit is contained in:
Jingning Han
2014-04-02 12:48:05 -07:00
committed by Gerrit Code Review
3 changed files with 6 additions and 1 deletions

View File

@@ -983,7 +983,7 @@ int vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi,
if (q == 0)
q++;
if (cpi->sf.force_ref_frame == 1)
q -= 15;
q -= cpi->sf.max_delta_qindex;
if (q < *bottom_index)
*bottom_index = q;