Searched refs:q_1_frame (Results 1 – 2 of 2) sorted by relevance
151 int q_1_frame; member
492 cpi->rc.q_2_frame = cpi->rc.q_1_frame; in vp9_rc_update_rate_correction_factors()493 cpi->rc.q_1_frame = cm->base_qindex; in vp9_rc_update_rate_correction_factors()568 cpi->rc.q_1_frame != cpi->rc.q_2_frame) { in vp9_rc_regulate_q()569 q = clamp(q, VPXMIN(cpi->rc.q_1_frame, cpi->rc.q_2_frame), in vp9_rc_regulate_q()570 VPXMAX(cpi->rc.q_1_frame, cpi->rc.q_2_frame)); in vp9_rc_regulate_q()