Searched refs:avg_frame_bandwidth (Results 1 – 6 of 6) sorted by relevance
216 VPXMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5); in vp9_rc_clamp_pframe_target_size()232 rc->avg_frame_bandwidth * oxcf->rc_max_inter_bitrate_pct / 100; in vp9_rc_clamp_pframe_target_size()243 rc->avg_frame_bandwidth * oxcf->rc_max_intra_bitrate_pct / 100; in vp9_rc_clamp_iframe_target_size()280 rc->bits_off_target += rc->avg_frame_bandwidth - encoded_frame_size; in update_buffer_level()343 rc->rolling_target_bits = rc->avg_frame_bandwidth; in vp9_rc_init()344 rc->rolling_actual_bits = rc->avg_frame_bandwidth; in vp9_rc_init()345 rc->long_rolling_target_bits = rc->avg_frame_bandwidth; in vp9_rc_init()346 rc->long_rolling_actual_bits = rc->avg_frame_bandwidth; in vp9_rc_init()1456 rc->total_target_bits += cm->show_frame ? rc->avg_frame_bandwidth : 0; in vp9_rc_postencode_update()1492 rc->last_avg_frame_bandwidth = rc->avg_frame_bandwidth; in vp9_rc_postencode_update()[all …]
189 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_layer_context_change_config()227 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_layer_context_change_config()258 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_temporal_layer_framerate()262 lc->avg_frame_size = lrc->avg_frame_bandwidth; in vp9_update_temporal_layer_framerate()280 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_spatial_layer_framerate()282 (int)(lrc->avg_frame_bandwidth * oxcf->two_pass_vbrmin_section / 100); in vp9_update_spatial_layer_framerate()283 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()875 if (lrc->avg_frame_bandwidth > (3 * lrc->last_avg_frame_bandwidth >> 1) || in vp9_svc_check_reset_layer_rc_flag()876 lrc->avg_frame_bandwidth < (lrc->last_avg_frame_bandwidth >> 1)) { in vp9_svc_check_reset_layer_rc_flag()
109 int avg_frame_bandwidth; // Average frame size target for clip member
303 int64_t max_bits = ((int64_t)rc->avg_frame_bandwidth * in frame_max_bits()3378 rc->projected_frame_size > (2 * rc->avg_frame_bandwidth)) in vp9_twopass_postencode_update()3403 VPXMIN(rc->vbr_bits_off_target_fast, (4 * rc->avg_frame_bandwidth)); in vp9_twopass_postencode_update()3406 if (rc->avg_frame_bandwidth) { in vp9_twopass_postencode_update()3408 (int)(rc->vbr_bits_off_target_fast * 8 / rc->avg_frame_bandwidth); in vp9_twopass_postencode_update()
459 if (rc->avg_frame_bandwidth < 3000) { in vp9_cyclic_refresh_update_parameters()
1876 if (rc->avg_frame_bandwidth > (3 * rc->last_avg_frame_bandwidth >> 1) || in vp9_change_config()1877 rc->avg_frame_bandwidth < (rc->last_avg_frame_bandwidth >> 1)) { in vp9_change_config()2720 VPXMAX(rc->this_frame_target, rc->avg_frame_bandwidth));5157 int bitrate = cpi->rc.avg_frame_bandwidth / 40;