Searched refs:av_per_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance
638 cpi->this_frame_target = 2 * cpi->av_per_frame_bandwidth; in vp8_calc_iframe_target_size()670 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5)) in vp8_calc_pframe_target_size()671 min_frame_target = cpi->av_per_frame_bandwidth >> 5; in vp8_calc_pframe_target_size()1005 cpi->bits_off_target += cpi->av_per_frame_bandwidth; in vp8_calc_pframe_target_size()
213 …max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0)… in frame_max_bits()219 …int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_band… in frame_max_bits()1391 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()1397 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in define_gf_group()2237 av_group_bits = (long long)cpi->av_per_frame_bandwidth * in vp8_find_next_key_frame()2382 …vel - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in vp8_find_next_key_frame()2388 …ble)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per_frame_bandwidth); in vp8_find_next_key_frame()
1438 cpi->av_per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / cpi->output_frame_rate); in vp8_new_frame_rate()1439 …cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * cpi->oxcf.two_pass_vbrmin_… in vp8_new_frame_rate()1685 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in vp8_init_config()1686 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in vp8_init_config()1687 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in vp8_init_config()1688 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in vp8_init_config()1971 cpi->rolling_target_bits = cpi->av_per_frame_bandwidth; in vp8_change_config()1972 cpi->rolling_actual_bits = cpi->av_per_frame_bandwidth; in vp8_change_config()1973 cpi->long_rolling_target_bits = cpi->av_per_frame_bandwidth; in vp8_change_config()1974 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in vp8_change_config()[all …]
395 int av_per_frame_bandwidth; // Average frame size target for clip member