Home
last modified time | relevance | path

Searched refs:this_frame_target (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c362 cpi->this_frame_target = (int)target; in calc_iframe_target_size()
573 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
583 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
607 cpi->this_frame_target = cpi->per_frame_bandwidth - Adjustment; in calc_pframe_target_size()
609 if (cpi->this_frame_target < min_frame_target) { in calc_pframe_target_size()
610 cpi->this_frame_target = min_frame_target; in calc_pframe_target_size()
613 cpi->this_frame_target = cpi->per_frame_bandwidth; in calc_pframe_target_size()
620 (cpi->this_frame_target > min_frame_target)) { in calc_pframe_target_size()
625 if (Adjustment > (cpi->this_frame_target - min_frame_target)) { in calc_pframe_target_size()
626 Adjustment = (cpi->this_frame_target - min_frame_target); in calc_pframe_target_size()
[all …]
Donyx_if.c2842 (cpi->projected_frame_size < ((cpi->this_frame_target * 7) >> 3))) { in recode_loop_test()
3737 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
3910 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
3995 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
4095 if (cpi->projected_frame_size > cpi->this_frame_target) { in encode_frame_to_data_rate()
4135 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
4140 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
4185 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
4200 Q = vp8_regulate_q(cpi, cpi->this_frame_target); in encode_frame_to_data_rate()
4529 (int64_t)cpi->rolling_target_bits * 3 + cpi->this_frame_target, 2); in encode_frame_to_data_rate()
[all …]
Donyx_int.h346 int this_frame_target; member
/external/libaom/libaom/av1/encoder/
Dratectrl.c844 q = av1_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_one_pass_cbr()
848 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_cbr()
1076 q = av1_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_one_pass_vbr()
1080 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()
1311 q = av1_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in get_q()
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()
1524 rc->this_frame_target = target; in av1_rc_set_frame_target()
1528 rc->this_frame_target = in av1_rc_set_frame_target()
1529 (int)(rc->this_frame_target * resize_rate_factor(cpi, width, height)); in av1_rc_set_frame_target()
[all …]
Dratectrl.h86 int this_frame_target; // Actual frame target after rc adjustment. member
250 int this_frame_target,
Dencoder.c3872 rc->projected_frame_size < ((rc->this_frame_target * 7) >> 3)) { in recode_loop_test()
4976 av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_overshoot()
4983 av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_overshoot()
4996 int q_regulated = av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_undershoot()
5002 q_regulated = av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_undershoot()
5046 av1_rc_compute_frame_size_bounds(cpi, rc->this_frame_target, in recode_loop_update_q()
5106 if (rc->projected_frame_size > rc->this_frame_target) { in recode_loop_update_q()
Dpass2_strategy.c2780 twopass->rolling_arf_group_target_bits += rc->this_frame_target; in av1_twopass_postencode_update()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1078 q = vp9_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_one_pass_cbr()
1082 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_cbr()
1277 q = vp9_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_one_pass_vbr()
1281 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()
1555 q = vp9_rc_regulate_q(cpi, rc->this_frame_target, active_best_quality, in rc_pick_q_and_bounds_two_pass()
1559 if (rc->this_frame_target >= rc->max_frame_bandwidth) in rc_pick_q_and_bounds_two_pass()
1707 rc->this_frame_target = target; in vp9_rc_set_frame_target()
1712 rc->this_frame_target = (int)(rc->this_frame_target * in vp9_rc_set_frame_target()
1716 rc->sb64_target_rate = (int)(((int64_t)rc->this_frame_target * 64 * 64) / in vp9_rc_set_frame_target()
1892 (int64_t)rc->rolling_target_bits * 3 + rc->this_frame_target, 2); in vp9_rc_postencode_update()
[all …]
Dvp9_ratectrl.h89 int this_frame_target; // Actual frame target after rc adjustment. member
Dvp9_encoder.c3094 VPXMAX(rc->this_frame_target, rc->avg_frame_bandwidth));
3105 big_miss_high = rc->this_frame_target * 3 / 2;
3107 big_miss_high = rc->this_frame_target * 2;
3121 big_miss_low = (rc->this_frame_target / 2);
3180 rc->projected_frame_size < ((rc->this_frame_target * 7) >> 3)) {
3577 cpi->rc.this_frame_target,
3580 (cpi->rc.projected_frame_size - cpi->rc.this_frame_target),
3874 cpi->rc.this_frame_target = 0;
4205 rc->this_frame_target = 0;
4252 vp9_rc_compute_frame_size_bounds(cpi, rc->this_frame_target,
[all …]
Dvp9_firstpass.c3527 twopass->rolling_arf_group_target_bits += rc->this_frame_target; in vp9_twopass_postencode_update()