Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dsvc_layercontext.c114 lrc->max_frame_bandwidth = rc->max_frame_bandwidth; in av1_update_layer_context_change_config()
134 lrc->max_frame_bandwidth = cpi->rc.max_frame_bandwidth; in av1_update_temporal_layer_framerate()
Dratectrl.c199 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth; in av1_rc_clamp_pframe_target_size()
217 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth; in av1_rc_clamp_iframe_target_size()
848 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_cbr()
1080 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()
1315 if (rc->this_frame_target < rc->max_frame_bandwidth) { in get_q()
1453 if (rc->this_frame_target >= rc->max_frame_bandwidth && in rc_pick_q_and_bounds_two_pass()
1516 AOMMIN(frame_target + tolerance, cpi->rc.max_frame_bandwidth); in av1_rc_compute_frame_size_bounds()
1805 rc->max_frame_bandwidth = in av1_rc_update_framerate()
Dratectrl.h128 int max_frame_bandwidth; // Maximum burst rate allowed for a frame. member
Dpass2_strategy.c152 else if (max_bits > rc->max_frame_bandwidth) in frame_max_bits()
153 max_bits = rc->max_frame_bandwidth; in frame_max_bits()
Dencoder.c3860 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) || in recode_loop_test()
5052 rc->projected_frame_size < rc->max_frame_bandwidth) { in recode_loop_update_q()
5109 rc->projected_frame_size >= rc->max_frame_bandwidth) { in recode_loop_update_q()
5114 ((double)rc->projected_frame_size / rc->max_frame_bandwidth); in recode_loop_update_q()
5626 rc->projected_frame_size < rc->max_frame_bandwidth) { in encode_with_recode_loop()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c232 lrc->max_frame_bandwidth = rc->max_frame_bandwidth; in vp9_update_layer_context_change_config()
270 lrc->max_frame_bandwidth = rc->max_frame_bandwidth; in vp9_update_layer_context_change_config()
301 lrc->max_frame_bandwidth = cpi->rc.max_frame_bandwidth; in vp9_update_temporal_layer_framerate()
325 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()
Dvp9_ratectrl.h119 int max_frame_bandwidth; // Maximum burst rate allowed for a frame. member
Dvp9_ratectrl.c226 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth; in vp9_rc_clamp_pframe_target_size()
244 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth; in vp9_rc_clamp_iframe_target_size()
1082 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_cbr()
1281 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()
1559 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_two_pass()
1699 VPXMIN(frame_target + tol_high + 100, cpi->rc.max_frame_bandwidth); in vp9_rc_compute_frame_size_bounds()
2557 rc->max_frame_bandwidth = in vp9_rc_update_framerate()
Dvp9_encoder.c3153 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) ||
3166 if ((rc->projected_frame_size >= rc->max_frame_bandwidth) ||
4349 (rc->projected_frame_size < rc->max_frame_bandwidth)) {
4426 ((rc->projected_frame_size >= rc->max_frame_bandwidth) ||
4430 int max_rate = VPXMAX(1, VPXMIN(rc->max_frame_bandwidth,
4508 rc->projected_frame_size < rc->max_frame_bandwidth)
5542 rc->max_frame_bandwidth = VPXMIN(rc->max_frame_bandwidth, ls->max_frame_size);
5544 rc->max_frame_bandwidth =
5545 VPXMIN(rc->max_frame_bandwidth, (int)(max_cpb_size * 0.5));
5547 rc->max_frame_bandwidth =
[all …]
Dvp9_firstpass.c305 else if (max_bits > rc->max_frame_bandwidth) in frame_max_bits()
306 max_bits = rc->max_frame_bandwidth; in frame_max_bits()