Home
last modified time | relevance | path

Searched refs:frame_under_shoot_limit (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1448 void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_sho… in vp8_compute_frame_size_bounds() argument
1456 *frame_under_shoot_limit = 0; in vp8_compute_frame_size_bounds()
1464 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8; in vp8_compute_frame_size_bounds()
1473 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8; in vp8_compute_frame_size_bounds()
1486 *frame_under_shoot_limit = cpi->this_frame_target * 6 / 8; in vp8_compute_frame_size_bounds()
1494 *frame_under_shoot_limit = cpi->this_frame_target * 4 / 8; in vp8_compute_frame_size_bounds()
1499 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8; in vp8_compute_frame_size_bounds()
1512 *frame_under_shoot_limit = cpi->this_frame_target * 2 / 8; in vp8_compute_frame_size_bounds()
1517 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8; in vp8_compute_frame_size_bounds()
1528 *frame_under_shoot_limit -= 200; in vp8_compute_frame_size_bounds()
[all …]
Dratectrl.h28 extern void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_o…
Donyx_if.c3363 int frame_under_shoot_limit; in encode_frame_to_data_rate() local
3872 vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit); in encode_frame_to_data_rate()
4107 … vp8_compute_frame_size_bounds(cpi, &frame_under_shoot_limit, &frame_over_shoot_limit); in encode_frame_to_data_rate()
4194 frame_over_shoot_limit, frame_under_shoot_limit, in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h156 int *frame_under_shoot_limit,
Dvp9_ratectrl.c948 int *frame_under_shoot_limit, in vp9_rc_compute_frame_size_bounds() argument
951 *frame_under_shoot_limit = 0; in vp9_rc_compute_frame_size_bounds()
957 *frame_under_shoot_limit = MAX(frame_target - tolerance - 200, 0); in vp9_rc_compute_frame_size_bounds()
Dvp9_encoder.c1736 int frame_under_shoot_limit; in encode_with_recode_loop() local
1740 &frame_under_shoot_limit, in encode_with_recode_loop()
1804 rc->projected_frame_size <= frame_under_shoot_limit)) { in encode_with_recode_loop()
1812 rc->projected_frame_size >= frame_under_shoot_limit) { in encode_with_recode_loop()
1827 cpi, frame_over_shoot_limit, frame_under_shoot_limit, in encode_with_recode_loop()