Searched refs:min_frame_bandwidth (Results 1 – 7 of 7) sorted by relevance
65 int min_frame_bandwidth; // Minimum allocation used for any frame member
118 const int min_frame_target = MAX(rc->min_frame_bandwidth, in vp9_rc_clamp_pframe_target_size()1368 rc->min_frame_bandwidth = (int)(rc->avg_frame_bandwidth * in vp9_rc_update_framerate()1371 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
167 lrc->min_frame_bandwidth = (int)(lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()
405 int min_frame_bandwidth; member
2256 gf_bits += cpi->min_frame_bandwidth; in define_gf_group()2288 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth; in define_gf_group()2400 target_frame_size += cpi->min_frame_bandwidth; in assign_std_frame_bits()3183 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()
619 min_frame_target = cpi->min_frame_bandwidth; in calc_pframe_target_size()
1325 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()3123 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()3787 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth ) in encode_frame_to_data_rate()