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

/external/libvpx/vp8/encoder/
H A Dratectrl.c1542 void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit) argument
1548 *frame_under_shoot_limit = 0;
1556 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
1563 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
1574 *frame_under_shoot_limit = cpi->this_frame_target * 6 / 8;
1580 *frame_under_shoot_limit = cpi->this_frame_target * 4 / 8;
1585 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
1596 *frame_under_shoot_limit = cpi->this_frame_target * 2 / 8;
1601 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
H A Donyx_if.c3331 int frame_under_shoot_limit; local
3733 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
3929 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4012 frame_over_shoot_limit, frame_under_shoot_limit,

Completed in 975 milliseconds