Searched refs:frame_under_shoot_limit (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dratectrl.h28 extern void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit);
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.c3470 int frame_under_shoot_limit; local
4010 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4256 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4343 frame_over_shoot_limit, frame_under_shoot_limit,
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.h28 extern void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit);
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.c3323 int frame_under_shoot_limit; local
3829 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4061 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit);
4148 frame_over_shoot_limit, frame_under_shoot_limit,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h144 int *frame_under_shoot_limit,
H A Dvp9_ratectrl.c991 int *frame_under_shoot_limit,
995 *frame_under_shoot_limit = 0;
1002 *frame_under_shoot_limit = this_frame_target - recode_tolerance;
1007 *frame_under_shoot_limit -= 200;
1008 if (*frame_under_shoot_limit < 0)
1009 *frame_under_shoot_limit = 0;
989 vp9_rc_compute_frame_size_bounds(const VP9_COMP *cpi, int this_frame_target, int *frame_under_shoot_limit, int *frame_over_shoot_limit) argument
H A Dvp9_onyx_if.c2214 int frame_under_shoot_limit; local
2218 &frame_under_shoot_limit,
2295 rc->projected_frame_size <= frame_under_shoot_limit)) {
2303 rc->projected_frame_size >= frame_under_shoot_limit) {
2318 cpi, frame_over_shoot_limit, frame_under_shoot_limit,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h158 int *frame_under_shoot_limit,
H A Dvp9_ratectrl.c1081 int *frame_under_shoot_limit,
1084 *frame_under_shoot_limit = 0;
1090 *frame_under_shoot_limit = MAX(frame_target - tolerance - 200, 0);
1079 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.c1773 int frame_under_shoot_limit; local
1777 &frame_under_shoot_limit,
1840 rc->projected_frame_size <= frame_under_shoot_limit)) {
1848 rc->projected_frame_size >= frame_under_shoot_limit) {
1863 cpi, frame_over_shoot_limit, frame_under_shoot_limit,

Completed in 2571 milliseconds