Searched refs:av_per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance
623 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5)) in calc_pframe_target_size()624 min_frame_target = cpi->av_per_frame_bandwidth >> 5; in calc_pframe_target_size()955 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in calc_pframe_target_size()1588 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot()1597 const int target_size = cpi->av_per_frame_bandwidth; in vp8_drop_encodedframe_overshoot()
362 …max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)… in frame_max_bits()368 …int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_band… in frame_max_bits()1895 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()1901 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()2929 av_group_bits = (int64_t)cpi->av_per_frame_bandwidth * in find_next_key_frame()3042 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()3048 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
403 int av_per_frame_bandwidth; member
1327 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()1328 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()1404 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()1405 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()1406 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()1407 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()3883 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in encode_frame_to_data_rate()4927 cpi->bits_off_target += cpi->av_per_frame_bandwidth - cpi->projected_frame_size; in encode_frame_to_data_rate()