Home
last modified time | relevance | path

Searched refs:max_frame_bandwidth (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c188 lrc->max_frame_bandwidth = rc->max_frame_bandwidth; in vp9_update_layer_context_change_config()
226 lrc->max_frame_bandwidth = rc->max_frame_bandwidth; in vp9_update_layer_context_change_config()
257 lrc->max_frame_bandwidth = cpi->rc.max_frame_bandwidth; in vp9_update_temporal_layer_framerate()
281 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()
Dvp9_ratectrl.h109 int max_frame_bandwidth; // Maximum burst rate allowed for a frame. member
Dvp9_ratectrl.c229 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth; in vp9_rc_clamp_pframe_target_size()
246 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth; in vp9_rc_clamp_iframe_target_size()
832 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_cbr()
1029 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()
1227 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_two_pass()
1280 VPXMIN(frame_target + tol_high + 100, cpi->rc.max_frame_bandwidth); in vp9_rc_compute_frame_size_bounds()
1876 rc->max_frame_bandwidth = in vp9_rc_update_framerate()
Dvp9_encoder.c2813 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) ||
2826 if (rc->projected_frame_size >= rc->max_frame_bandwidth) return 1;
3799 (rc->projected_frame_size < rc->max_frame_bandwidth)) {
3875 if (rc->projected_frame_size >= rc->max_frame_bandwidth) {
3879 rc->max_frame_bandwidth);
3955 rc->projected_frame_size < rc->max_frame_bandwidth)
4804 rc->max_frame_bandwidth = VPXMIN(rc->max_frame_bandwidth, ls->max_frame_size);
4806 rc->max_frame_bandwidth =
4807 VPXMIN(rc->max_frame_bandwidth, (int)(max_cpb_size * 0.5));
4809 rc->max_frame_bandwidth =
[all …]
Dvp9_firstpass.c300 else if (max_bits > rc->max_frame_bandwidth) in frame_max_bits()
301 max_bits = rc->max_frame_bandwidth; in frame_max_bits()