Searched refs:av_per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance
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()1893 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()1899 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()2927 av_group_bits = (int64_t)cpi->av_per_frame_bandwidth * in find_next_key_frame()3041 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()3047 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in find_next_key_frame()
621 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5)) in calc_pframe_target_size()622 min_frame_target = cpi->av_per_frame_bandwidth >> 5; in calc_pframe_target_size()947 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in calc_pframe_target_size()
403 int av_per_frame_bandwidth; member
1324 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth; in vp8_new_framerate()1325 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()1390 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()1391 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()1392 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in init_config()1393 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()3600 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in encode_frame_to_data_rate()4590 cpi->bits_off_target += cpi->av_per_frame_bandwidth - cpi->projected_frame_size; in encode_frame_to_data_rate()