Searched refs:av1_rc_update_rate_correction_factors (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 205 void av1_rc_update_rate_correction_factors(struct AV1_COMP *cpi, int width,
|
D | encoder.c | 4188 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_overshoot() 4196 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_overshoot() 4210 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_undershoot() 4216 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in get_regulated_q_undershoot() 4308 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in recode_loop_update_q() 4330 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in recode_loop_update_q()
|
D | ratectrl.c | 414 void av1_rc_update_rate_correction_factors(AV1_COMP *cpi, int width, in av1_rc_update_rate_correction_factors() function 1383 av1_rc_update_rate_correction_factors(cpi, cm->width, cm->height); in av1_rc_postencode_update()
|