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

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1356 int *frame_over_shoot_limit) {
1363 *frame_over_shoot_limit = INT_MAX;
1366 *frame_over_shoot_limit = cpi->this_frame_target * 9 / 8;
1371 *frame_over_shoot_limit = cpi->this_frame_target * 9 / 8;
1382 *frame_over_shoot_limit = cpi->this_frame_target * 12 / 8;
1389 *frame_over_shoot_limit = cpi->this_frame_target * 10 / 8;
1392 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8;
1403 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8;
1406 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8;
1417 *frame_over_shoot_limit
1355 vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit) argument
[all...]
H A Donyx_if.c3263 int frame_over_shoot_limit; local
3815 &frame_over_shoot_limit);
4038 &frame_over_shoot_limit);
4056 if (frame_over_shoot_limit == 0) frame_over_shoot_limit = 1;
4063 (cpi->projected_frame_size > frame_over_shoot_limit)) {
4065 ((cpi->projected_frame_size - frame_over_shoot_limit) * 100) /
4066 frame_over_shoot_limit;
4124 else if (recode_loop_test(cpi, frame_over_shoot_limit,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c1266 int *frame_over_shoot_limit) {
1269 *frame_over_shoot_limit = INT_MAX;
1276 *frame_over_shoot_limit =
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.c3698 int frame_over_shoot_limit; local
3750 &frame_over_shoot_limit);
3818 if (frame_over_shoot_limit == 0) frame_over_shoot_limit = 1;
3848 rc->projected_frame_size <= frame_over_shoot_limit) ||
3872 } else if (recode_loop_test(cpi, frame_over_shoot_limit,

Completed in 601 milliseconds