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

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1355 void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, argument
1362 *frame_under_shoot_limit = 0;
1367 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
1372 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
1383 *frame_under_shoot_limit = cpi->this_frame_target * 6 / 8;
1390 *frame_under_shoot_limit = cpi->this_frame_target * 4 / 8;
1393 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
1404 *frame_under_shoot_limit = cpi->this_frame_target * 2 / 8;
1407 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
1418 *frame_under_shoot_limit
[all...]
H A Donyx_if.c3264 int frame_under_shoot_limit; local
3814 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit,
4037 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit,
4125 frame_under_shoot_limit, Q, top_index,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c1265 int *frame_under_shoot_limit,
1268 *frame_under_shoot_limit = 0;
1275 *frame_under_shoot_limit = VPXMAX(frame_target - tol_low - 100, 0);
1264 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.c3699 int frame_under_shoot_limit; local
3749 &frame_under_shoot_limit,
3850 rc->projected_frame_size <= frame_under_shoot_limit)) {
3858 rc->projected_frame_size >= frame_under_shoot_limit) {
3873 frame_under_shoot_limit, q,

Completed in 595 milliseconds