Home
last modified time | relevance | path

Searched refs:bottom_index (Results 1 – 15 of 15) sorted by relevance

/external/libaom/av1/encoder/
Drc_utils.h186 int bottom_index) { in get_regulated_q_overshoot() argument
194 av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_overshoot()
202 av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_overshoot()
212 int bottom_index) { in get_regulated_q_undershoot() argument
218 int q_regulated = av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_undershoot()
225 q_regulated = av1_rc_regulate_q(cpi, rc->this_frame_target, bottom_index, in get_regulated_q_undershoot()
256 int *const q_high, const int top_index, const int bottom_index, in recode_loop_update_q() argument
377 AOMMAX(*q_high, top_index), bottom_index)) { in recode_loop_update_q()
408 cpi, 1, *q_low, *q_high, top_index, bottom_index); in recode_loop_update_q()
414 bottom_index); in recode_loop_update_q()
[all …]
Dratectrl.c1159 int height, int *bottom_index, in rc_pick_q_and_bounds_no_stats_cbr() argument
1179 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_no_stats_cbr()
1188 *top_index = AOMMAX(*top_index, *bottom_index); in rc_pick_q_and_bounds_no_stats_cbr()
1217 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_no_stats_cbr()
1218 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_no_stats_cbr()
1279 int height, int *bottom_index, in rc_pick_q_and_bounds_no_stats() argument
1403 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_no_stats()
1418 *top_index = AOMMAX(*top_index, *bottom_index); in rc_pick_q_and_bounds_no_stats()
1448 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_no_stats()
1449 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_no_stats()
[all …]
Dsuperres_scale.c224 int bottom_index, top_index; in calculate_next_superres_scale() local
227 &bottom_index, &top_index); in calculate_next_superres_scale()
245 int bottom_index, top_index; in calculate_next_superres_scale() local
248 &bottom_index, &top_index); in calculate_next_superres_scale()
Dencoder_utils.c535 void av1_set_size_dependent_vars(AV1_COMP *cpi, int *q, int *bottom_index, in av1_set_size_dependent_vars() argument
553 bottom_index, top_index); in av1_set_size_dependent_vars()
564 *top_index = *bottom_index = *q; in av1_set_size_dependent_vars()
578 *top_index = *bottom_index = *q; in av1_set_size_dependent_vars()
591 *top_index = *bottom_index = *q = arf_q; in av1_set_size_dependent_vars()
Dratectrl.h646 int gf_index, int *bottom_index, int *top_index);
Dencode_strategy.c773 int bottom_index = 0; local
776 cpi->gf_frame_index, &bottom_index, &top_index);
Dencoder.c2449 int top_index = 0, bottom_index = 0, q = 0; in encode_without_recode() local
2461 av1_set_size_dependent_vars(cpi, &q, &bottom_index, &top_index); in encode_without_recode()
2730 int top_index = 0, bottom_index = 0; in encode_with_recode_loop() local
2732 av1_set_size_dependent_vars(cpi, &q, &bottom_index, &top_index); in encode_with_recode_loop()
2733 q_low = bottom_index; in encode_with_recode_loop()
3020 bottom_index, &undershoot_seen, &overshoot_seen, in encode_with_recode_loop()
Dencoder_utils.h1086 void av1_set_size_dependent_vars(AV1_COMP *cpi, int *q, int *bottom_index,
Dtpl_model.c1660 int bottom_index, top_index; in av1_tpl_preload_rc_estimate() local
1670 cpi, cm->width, cm->height, gf_index, &bottom_index, &top_index); in av1_tpl_preload_rc_estimate()
/external/libvpx/vp9/encoder/
Dvp9_ratectrl.c1002 int *bottom_index, in rc_pick_q_and_bounds_one_pass_cbr() argument
1077 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_cbr()
1095 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_cbr()
1096 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_cbr()
1138 int *bottom_index, in rc_pick_q_and_bounds_one_pass_vbr() argument
1253 *bottom_index = active_best_quality; in rc_pick_q_and_bounds_one_pass_vbr()
1272 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index; in rc_pick_q_and_bounds_one_pass_vbr()
1294 assert(*bottom_index <= rc->worst_quality && in rc_pick_q_and_bounds_one_pass_vbr()
1295 *bottom_index >= rc->best_quality); in rc_pick_q_and_bounds_one_pass_vbr()
1317 static void pick_kf_q_bound_two_pass(const VP9_COMP *cpi, int *bottom_index, in pick_kf_q_bound_two_pass() argument
[all …]
Dvp9_ratectrl.h301 int vp9_rc_pick_q_and_bounds(const struct VP9_COMP *cpi, int *bottom_index,
Dvp9_encoder.c3647 static void set_size_dependent_vars(VP9_COMP *cpi, int *q, int *bottom_index, argument
3655 *q = vp9_rc_pick_q_and_bounds(cpi, bottom_index, top_index);
3858 int q = 0, bottom_index = 0, top_index = 0; local
4036 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
4362 int bottom_index, top_index; local
4424 set_size_dependent_vars(cpi, &q, &bottom_index, &top_index);
4429 qrange_adj = VPXMAX(1, (top_index - bottom_index) / 2);
4431 bottom_index =
4432 VPXMAX(bottom_index - qrange_adj / 2, oxcf->best_allowed_q);
4446 q_low = bottom_index;
[all …]
/external/libvpx/vp9/
Dratectrl_rtc.cc195 int bottom_index, top_index; in ComputeQP() local
197 vp9_rc_pick_q_and_bounds(cpi_, &bottom_index, &top_index); in ComputeQP()
/external/libaom/av1/
Dratectrl_rtc.cc281 int bottom_index, top_index; in ComputeQP() local
284 cpi_->gf_frame_index, &bottom_index, &top_index); in ComputeQP()
/external/libvpx/vp8/encoder/
Donyx_if.c3215 int bottom_index; in encode_frame_to_data_rate() local
3762 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate()
3989 bottom_index = cpi->active_best_quality; in encode_frame_to_data_rate()
4075 bottom_index)) { in encode_frame_to_data_rate()