Home
last modified time | relevance | path

Searched refs:q_1_frame (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h151 int q_1_frame; member
Dvp9_ratectrl.c509 cpi->rc.q_2_frame = cpi->rc.q_1_frame; in vp9_rc_update_rate_correction_factors()
510 cpi->rc.q_1_frame = cm->base_qindex; in vp9_rc_update_rate_correction_factors()
592 cpi->rc.q_1_frame != cpi->rc.q_2_frame) { in vp9_rc_regulate_q()
593 q = clamp(q, VPXMIN(cpi->rc.q_1_frame, cpi->rc.q_2_frame), in vp9_rc_regulate_q()
594 VPXMAX(cpi->rc.q_1_frame, cpi->rc.q_2_frame)); in vp9_rc_regulate_q()