Searched refs:av1_rc_update_rate_correction_factors (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 241 void av1_rc_update_rate_correction_factors(struct AV1_COMP *cpi, int width,
|
D | ratectrl.c | 474 void av1_rc_update_rate_correction_factors(AV1_COMP *cpi, int width, in av1_rc_update_rate_correction_factors() function 1581 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in av1_rc_postencode_update()
|
D | encoder.c | 4973 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_overshoot() 4981 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_overshoot() 4995 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_undershoot() 5001 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_undershoot() 5124 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in recode_loop_update_q() 5146 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in recode_loop_update_q()
|