Searched refs:min_frame_bandwidth (Results 1 – 9 of 9) sorted by relevance
118 int min_frame_bandwidth; // Minimum allocation used for any frame member
215 VPXMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5); in vp9_rc_clamp_pframe_target_size()2541 rc->min_frame_bandwidth = in vp9_rc_update_framerate()2544 rc->min_frame_bandwidth = in vp9_rc_update_framerate()2545 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
323 lrc->min_frame_bandwidth = in vp9_update_spatial_layer_framerate()
127 int min_frame_bandwidth; // Minimum allocation used for any frame member
185 AOMMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5); in av1_rc_clamp_pframe_target_size()1789 rc->min_frame_bandwidth = in av1_rc_update_framerate()1792 rc->min_frame_bandwidth = in av1_rc_update_framerate()1793 AOMMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in av1_rc_update_framerate()
385 int min_frame_bandwidth; member
2096 gf_bits += cpi->min_frame_bandwidth; in define_gf_group()2128 cpi->twopass.gf_bits - cpi->min_frame_bandwidth; in define_gf_group()2234 target_frame_size += cpi->min_frame_bandwidth; in assign_std_frame_bits()2957 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()
558 min_frame_target = cpi->min_frame_bandwidth; in calc_pframe_target_size()
1279 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()2847 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()3681 if (cpi->rolling_actual_bits < cpi->min_frame_bandwidth) { in encode_frame_to_data_rate()