Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h139 int q_1_frame; member
Dratectrl.c456 cpi->rc.q_2_frame = cpi->rc.q_1_frame; in av1_rc_update_rate_correction_factors()
457 cpi->rc.q_1_frame = cm->base_qindex; in av1_rc_update_rate_correction_factors()
569 cpi->rc.q_1_frame != cpi->rc.q_2_frame) { in av1_rc_regulate_q()
570 q = clamp(q, AOMMIN(cpi->rc.q_1_frame, cpi->rc.q_2_frame), in av1_rc_regulate_q()
571 AOMMAX(cpi->rc.q_1_frame, cpi->rc.q_2_frame)); in av1_rc_regulate_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h161 int q_1_frame; member
Dvp9_aq_cyclicrefresh.c680 if (cr->percent_refresh > 0 && cpi->rc.q_1_frame - *q > 8) { in vp9_cyclic_refresh_limit_q()
681 *q = cpi->rc.q_1_frame - 8; in vp9_cyclic_refresh_limit_q()
Dvp9_ratectrl.c655 cpi->rc.q_1_frame != cpi->rc.q_2_frame) { in adjust_q_cbr()
656 int qclamp = clamp(q, VPXMIN(cpi->rc.q_1_frame, cpi->rc.q_2_frame), in adjust_q_cbr()
657 VPXMAX(cpi->rc.q_1_frame, cpi->rc.q_2_frame)); in adjust_q_cbr()
763 cpi->rc.q_2_frame = cpi->rc.q_1_frame; in vp9_rc_update_rate_correction_factors()
764 cpi->rc.q_1_frame = cm->base_qindex; in vp9_rc_update_rate_correction_factors()