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.c560 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5)) { in calc_pframe_target_size()
561 min_frame_target = cpi->av_per_frame_bandwidth >> 5; in calc_pframe_target_size()
865 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in calc_pframe_target_size()
1502 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot()
1518 const int target_size = cpi->av_per_frame_bandwidth; in vp8_drop_encodedframe_overshoot()
Dfirstpass.c332 max_bits = (int)(cpi->av_per_frame_bandwidth * in frame_max_bits()
338 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) in frame_max_bits()
339 ? cpi->av_per_frame_bandwidth >> 2 in frame_max_bits()
1760 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()
1766 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()
2723 av_group_bits = (int64_t)cpi->av_per_frame_bandwidth * in find_next_key_frame()
2828 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
2834 DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
Donyx_int.h383 int av_per_frame_bandwidth; member
Donyx_if.c1278 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()
1279 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()
1354 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()
1355 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()
1356 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()
1357 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()
3504 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in encode_frame_to_data_rate()
4509 cpi->av_per_frame_bandwidth - cpi->projected_frame_size; in encode_frame_to_data_rate()