Home
last modified time | relevance | path

Searched refs:rc_1_frame (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dratectrl.h137 int rc_1_frame; member
Dratectrl.c458 cpi->rc.rc_2_frame = cpi->rc.rc_1_frame; in av1_rc_update_rate_correction_factors()
460 cpi->rc.rc_1_frame = -1; in av1_rc_update_rate_correction_factors()
462 cpi->rc.rc_1_frame = 1; in av1_rc_update_rate_correction_factors()
464 cpi->rc.rc_1_frame = 0; in av1_rc_update_rate_correction_factors()
568 (cpi->rc.rc_1_frame * cpi->rc.rc_2_frame == -1) && in av1_rc_regulate_q()
1469 cpi->rc.rc_1_frame = 0; in av1_rc_postencode_update_drop_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h159 int rc_1_frame; member
Dvp9_ratectrl.c654 (cpi->rc.rc_1_frame * cpi->rc.rc_2_frame == -1) && in adjust_q_cbr()
661 if (cpi->rc.rc_1_frame == -1 && q > qclamp) in adjust_q_cbr()
765 cpi->rc.rc_2_frame = cpi->rc.rc_1_frame; in vp9_rc_update_rate_correction_factors()
767 cpi->rc.rc_1_frame = -1; in vp9_rc_update_rate_correction_factors()
769 cpi->rc.rc_1_frame = 1; in vp9_rc_update_rate_correction_factors()
771 cpi->rc.rc_1_frame = 0; in vp9_rc_update_rate_correction_factors()
774 if (cpi->rc.rc_1_frame == -1 && cpi->rc.rc_2_frame == 1 && in vp9_rc_update_rate_correction_factors()
1917 cpi->rc.rc_1_frame = 0; in vp9_rc_postencode_update_drop_frame()
3051 cpi->rc.rc_1_frame = 0; in vp9_encodedframe_overshoot()
3086 lrc->rc_1_frame = 0; in vp9_encodedframe_overshoot()
Dvp9_svc_layercontext.c980 lrc->rc_1_frame = 0; in vp9_svc_check_reset_layer_rc_flag()
Dvp9_encoder.c1995 rc->rc_1_frame = 0; in vp9_change_config()
2017 rc->rc_1_frame = 0; in vp9_change_config()