Searched refs:resize_rate_factor (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 98 static double resize_rate_factor(const AV1_COMP *cpi, int width, int height) { in resize_rate_factor() function 446 rcf *= resize_rate_factor(cpi, width, height); in get_rate_correction_factor() 455 factor /= resize_rate_factor(cpi, width, height); in set_rate_correction_factor() 1529 (int)(rc->this_frame_target * resize_rate_factor(cpi, width, height)); in av1_rc_set_frame_target() 1628 resize_rate_factor(cpi, cm->width, cm->height)); in av1_rc_postencode_update()
|