Home
last modified time | relevance | path

Searched refs:frame_over_shoot_limit (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Dratectrl.c1506 …compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit) in vp8_compute_frame_size_bounds() argument
1513 *frame_over_shoot_limit = INT_MAX; in vp8_compute_frame_size_bounds()
1519 *frame_over_shoot_limit = cpi->this_frame_target * 9 / 8; in vp8_compute_frame_size_bounds()
1526 *frame_over_shoot_limit = cpi->this_frame_target * 9 / 8; in vp8_compute_frame_size_bounds()
1537 *frame_over_shoot_limit = cpi->this_frame_target * 12 / 8; in vp8_compute_frame_size_bounds()
1543 *frame_over_shoot_limit = cpi->this_frame_target * 10 / 8; in vp8_compute_frame_size_bounds()
1548 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8; in vp8_compute_frame_size_bounds()
1556 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8; in vp8_compute_frame_size_bounds()
Dratectrl.h25 …ompute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit);
Donyx_if.c3444 int frame_over_shoot_limit; in encode_frame_to_data_rate() local
3777 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit); in encode_frame_to_data_rate()
3974 … vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit); in encode_frame_to_data_rate()
3991 if (frame_over_shoot_limit == 0) in encode_frame_to_data_rate()
3992 frame_over_shoot_limit = 1; in encode_frame_to_data_rate()
3998 (cpi->projected_frame_size > frame_over_shoot_limit)) in encode_frame_to_data_rate()
4000 …ver_size_percent = ((cpi->projected_frame_size - frame_over_shoot_limit) * 100) / frame_over_shoot… in encode_frame_to_data_rate()
4021 (((cpi->projected_frame_size > frame_over_shoot_limit) && (Q < top_index)) || in encode_frame_to_data_rate()
4031 if (cpi->projected_frame_size > frame_over_shoot_limit) in encode_frame_to_data_rate()