Searched refs:frame_under_shoot_limit (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 1354 void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, in vp8_compute_frame_size_bounds() argument 1361 *frame_under_shoot_limit = 0; in vp8_compute_frame_size_bounds() 1366 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8; in vp8_compute_frame_size_bounds() 1371 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8; in vp8_compute_frame_size_bounds() 1382 *frame_under_shoot_limit = cpi->this_frame_target * 6 / 8; in vp8_compute_frame_size_bounds() 1389 *frame_under_shoot_limit = cpi->this_frame_target * 4 / 8; in vp8_compute_frame_size_bounds() 1392 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8; in vp8_compute_frame_size_bounds() 1403 *frame_under_shoot_limit = cpi->this_frame_target * 2 / 8; in vp8_compute_frame_size_bounds() 1406 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8; in vp8_compute_frame_size_bounds() 1417 *frame_under_shoot_limit -= 200; in vp8_compute_frame_size_bounds() [all …]
|
D | ratectrl.h | 28 int *frame_under_shoot_limit,
|
D | onyx_if.c | 3209 int frame_under_shoot_limit; in encode_frame_to_data_rate() local 3763 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, in encode_frame_to_data_rate() 3986 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, in encode_frame_to_data_rate() 4074 frame_under_shoot_limit, Q, top_index, in encode_frame_to_data_rate()
|
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 215 int *frame_under_shoot_limit,
|
D | ratectrl.c | 1284 int *frame_under_shoot_limit, in av1_rc_compute_frame_size_bounds() argument 1287 *frame_under_shoot_limit = 0; in av1_rc_compute_frame_size_bounds() 1293 *frame_under_shoot_limit = AOMMAX(frame_target - tolerance - 200, 0); in av1_rc_compute_frame_size_bounds()
|
D | encoder.c | 4238 int frame_over_shoot_limit = 0, frame_under_shoot_limit = 0; in recode_loop_update_q() local 4240 &frame_under_shoot_limit, in recode_loop_update_q() 4266 rc->projected_frame_size <= frame_under_shoot_limit)) { in recode_loop_update_q() 4274 rc->projected_frame_size >= frame_under_shoot_limit) { in recode_loop_update_q() 4289 frame_under_shoot_limit, *q, in recode_loop_update_q()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 271 int *frame_under_shoot_limit,
|
D | vp9_ratectrl.c | 1640 int *frame_under_shoot_limit, in vp9_rc_compute_frame_size_bounds() argument 1643 *frame_under_shoot_limit = 0; in vp9_rc_compute_frame_size_bounds() 1650 *frame_under_shoot_limit = VPXMAX(frame_target - tol_low - 100, 0); in vp9_rc_compute_frame_size_bounds()
|
D | vp9_encoder.c | 4005 int frame_under_shoot_limit; local 4060 &frame_under_shoot_limit, 4163 rc->projected_frame_size <= frame_under_shoot_limit)) { 4171 rc->projected_frame_size >= frame_under_shoot_limit) { 4186 frame_under_shoot_limit, q,
|