Searched refs:q_2_frame (Results 1 – 4 of 4) sorted by relevance
162 int q_2_frame; member
666 cpi->rc.q_1_frame != cpi->rc.q_2_frame) { in adjust_q_cbr()667 int qclamp = clamp(q, VPXMIN(cpi->rc.q_1_frame, cpi->rc.q_2_frame), in adjust_q_cbr()668 VPXMAX(cpi->rc.q_1_frame, cpi->rc.q_2_frame)); in adjust_q_cbr()774 cpi->rc.q_2_frame = cpi->rc.q_1_frame; in vp9_rc_update_rate_correction_factors()
172 int q_2_frame; member
396 rc->q_1_frame != rc->q_2_frame) { in adjust_q_cbr()397 q = clamp(q, AOMMIN(rc->q_1_frame, rc->q_2_frame), in adjust_q_cbr()398 AOMMAX(rc->q_1_frame, rc->q_2_frame)); in adjust_q_cbr()516 cpi->rc.q_2_frame = cpi->rc.q_1_frame; in av1_rc_update_rate_correction_factors()