Searched defs:frame_under_shoot_limit (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1448 void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit) argument
1456 *frame_under_shoot_limit = 0;
1464 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
1473 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
1486 *frame_under_shoot_limit = cpi->this_frame_target * 6 / 8;
1494 *frame_under_shoot_limit = cpi->this_frame_target * 4 / 8;
1499 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
1512 *frame_under_shoot_limit = cpi->this_frame_target * 2 / 8;
1517 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
1528 *frame_under_shoot_limit
[all...]
H A Donyx_if.c3363 int frame_under_shoot_limit; local
3872 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4107 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4194 frame_over_shoot_limit, frame_under_shoot_limit,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c948 int *frame_under_shoot_limit,
951 *frame_under_shoot_limit = 0;
957 *frame_under_shoot_limit = MAX(frame_target - tolerance - 200, 0);
946 vp9_rc_compute_frame_size_bounds(const VP9_COMP *cpi, int frame_target, int *frame_under_shoot_limit, int *frame_over_shoot_limit) argument
H A Dvp9_encoder.c1736 int frame_under_shoot_limit; local
1740 &frame_under_shoot_limit,
1804 rc->projected_frame_size <= frame_under_shoot_limit)) {
1812 rc->projected_frame_size >= frame_under_shoot_limit) {
1827 cpi, frame_over_shoot_limit, frame_under_shoot_limit,

Completed in 447 milliseconds