Searched refs:min_frame_bandwidth (Results 1 – 9 of 9) sorted by relevance
96 int min_frame_bandwidth; // Minimum allocation used for any frame member
179 AOMMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5); in av1_rc_clamp_pframe_target_size()1804 rc->min_frame_bandwidth = in av1_rc_update_framerate()1807 rc->min_frame_bandwidth = in av1_rc_update_framerate()1808 AOMMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in av1_rc_update_framerate()
118 int min_frame_bandwidth; // Minimum allocation used for any frame member
216 VPXMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5); in vp9_rc_clamp_pframe_target_size()2412 rc->min_frame_bandwidth = in vp9_rc_update_framerate()2415 rc->min_frame_bandwidth = in vp9_rc_update_framerate()2416 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
321 lrc->min_frame_bandwidth = in vp9_update_spatial_layer_framerate()
381 int min_frame_bandwidth; member
2104 gf_bits += cpi->min_frame_bandwidth; in define_gf_group()2136 cpi->twopass.gf_bits - cpi->min_frame_bandwidth; in define_gf_group()2242 target_frame_size += cpi->min_frame_bandwidth; in assign_std_frame_bits()2965 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()
554 min_frame_target = cpi->min_frame_bandwidth; in calc_pframe_target_size()
1278 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()2843 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()3675 if (cpi->rolling_actual_bits < cpi->min_frame_bandwidth) { in encode_frame_to_data_rate()