Home
last modified time | relevance | path

Searched refs:av_per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c556 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5)) { in calc_pframe_target_size()
557 min_frame_target = cpi->av_per_frame_bandwidth >> 5; in calc_pframe_target_size()
861 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in calc_pframe_target_size()
1477 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot()
1492 const int target_size = cpi->av_per_frame_bandwidth; in vp8_drop_encodedframe_overshoot()
Dfirstpass.c334 max_bits = (int)(cpi->av_per_frame_bandwidth * in frame_max_bits()
340 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) in frame_max_bits()
341 ? cpi->av_per_frame_bandwidth >> 2 in frame_max_bits()
1769 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()
1775 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()
2731 av_group_bits = (int64_t)cpi->av_per_frame_bandwidth * in find_next_key_frame()
2836 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
2842 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
Donyx_int.h379 int av_per_frame_bandwidth; member
Donyx_if.c1277 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()
1278 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()
1353 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()
1354 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()
1355 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()
1356 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()
3500 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in encode_frame_to_data_rate()
4495 cpi->av_per_frame_bandwidth - cpi->projected_frame_size; in encode_frame_to_data_rate()