Home
last modified time | relevance | path

Searched refs:avg_frame_bandwidth (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c204 rc->avg_frame_bandwidth >> 5); in vp9_rc_clamp_pframe_target_size()
218 const int max_rate = rc->avg_frame_bandwidth * in vp9_rc_clamp_pframe_target_size()
229 const int max_rate = rc->avg_frame_bandwidth * in vp9_rc_clamp_iframe_target_size()
269 rc->bits_off_target += rc->avg_frame_bandwidth - encoded_frame_size; in update_buffer_level()
332 rc->rolling_target_bits = rc->avg_frame_bandwidth; in vp9_rc_init()
333 rc->rolling_actual_bits = rc->avg_frame_bandwidth; in vp9_rc_init()
334 rc->long_rolling_target_bits = rc->avg_frame_bandwidth; in vp9_rc_init()
335 rc->long_rolling_actual_bits = rc->avg_frame_bandwidth; in vp9_rc_init()
1359 rc->total_target_bits += cm->show_frame ? rc->avg_frame_bandwidth : 0; in vp9_rc_postencode_update()
1407 (rc->avg_frame_bandwidth * rc->baseline_gf_interval * af_ratio) / in calc_pframe_target_size_one_pass_vbr()
[all …]
Dvp9_svc_layercontext.c170 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_layer_context_change_config()
208 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_layer_context_change_config()
239 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_temporal_layer_framerate()
243 lc->avg_frame_size = lrc->avg_frame_bandwidth; in vp9_update_temporal_layer_framerate()
261 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate); in vp9_update_spatial_layer_framerate()
262 lrc->min_frame_bandwidth = (int)(lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()
264 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()
Dvp9_ratectrl.h107 int avg_frame_bandwidth; // Average frame size target for clip member
Dvp9_aq_cyclicrefresh.c76 if (rc->avg_frame_bandwidth < factor * number_blocks || in apply_cyclic_refresh_bitrate()
496 rc->avg_frame_bandwidth < 3400) { in vp9_cyclic_refresh_update_parameters()
Dvp9_firstpass.c279 int64_t max_bits = ((int64_t)rc->avg_frame_bandwidth * in frame_max_bits()
2815 rc->projected_frame_size > (2 * rc->avg_frame_bandwidth)) in vp9_twopass_postencode_update()
2838 VPXMIN(rc->vbr_bits_off_target_fast, (4 * rc->avg_frame_bandwidth)); in vp9_twopass_postencode_update()
2841 if (rc->avg_frame_bandwidth) { in vp9_twopass_postencode_update()
2843 (int)(rc->vbr_bits_off_target_fast * 8 / rc->avg_frame_bandwidth); in vp9_twopass_postencode_update()
Dvp9_encoder.c2638 * VPXMAX(rc->this_frame_target, rc->avg_frame_bandwidth));