Searched refs:min_frame_bandwidth (Results 1 – 8 of 8) sorted by relevance
55 int min_frame_bandwidth; // Minimum allocation used for any frame member
147 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth * in vp9_update_spatial_layer_framerate()
167 const int min_frame_target = MAX(rc->min_frame_bandwidth, in vp9_rc_clamp_pframe_target_size()716 if (rc->rolling_actual_bits < rc->min_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()898 if (rc->rolling_actual_bits < rc->min_frame_bandwidth) in rc_pick_q_and_bounds_two_pass()
700 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth * in vp9_new_framerate()703 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_new_framerate()
408 int min_frame_bandwidth; member
2258 gf_bits += cpi->min_frame_bandwidth; in define_gf_group()2290 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth; in define_gf_group()2402 target_frame_size += cpi->min_frame_bandwidth; in assign_std_frame_bits()3186 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()
1295 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()3076 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()3745 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth ) in encode_frame_to_data_rate()