Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h159 int rc_1_frame; member
Dvp9_ratectrl.c665 (cpi->rc.rc_1_frame * cpi->rc.rc_2_frame == -1) && in adjust_q_cbr()
672 if (cpi->rc.rc_1_frame == -1 && q > qclamp) in adjust_q_cbr()
776 cpi->rc.rc_2_frame = cpi->rc.rc_1_frame; in vp9_rc_update_rate_correction_factors()
778 cpi->rc.rc_1_frame = -1; in vp9_rc_update_rate_correction_factors()
780 cpi->rc.rc_1_frame = 1; in vp9_rc_update_rate_correction_factors()
782 cpi->rc.rc_1_frame = 0; in vp9_rc_update_rate_correction_factors()
785 if (cpi->rc.rc_1_frame == -1 && cpi->rc.rc_2_frame == 1 && in vp9_rc_update_rate_correction_factors()
1988 cpi->rc.rc_1_frame = 0; in vp9_rc_postencode_update_drop_frame()
3180 cpi->rc.rc_1_frame = 0; in vp9_encodedframe_overshoot()
3215 lrc->rc_1_frame = 0; in vp9_encodedframe_overshoot()
Dvp9_svc_layercontext.c1036 lrc->rc_1_frame = 0; in vp9_svc_check_reset_layer_rc_flag()
Dvp9_encoder.c2043 rc->rc_1_frame = 0; in vp9_change_config()
2065 rc->rc_1_frame = 0; in vp9_change_config()
/external/libaom/libaom/av1/encoder/
Dratectrl.h169 int rc_1_frame; member
Dratectrl.c395 if (rc->rc_1_frame * rc->rc_2_frame == -1 && in adjust_q_cbr()
518 cpi->rc.rc_2_frame = cpi->rc.rc_1_frame; in av1_rc_update_rate_correction_factors()
520 cpi->rc.rc_1_frame = -1; in av1_rc_update_rate_correction_factors()
522 cpi->rc.rc_1_frame = 1; in av1_rc_update_rate_correction_factors()
524 cpi->rc.rc_1_frame = 0; in av1_rc_update_rate_correction_factors()
1669 cpi->rc.rc_1_frame = 0; in av1_rc_postencode_update_drop_frame()