/external/libaom/av1/encoder/ |
D | rc_utils.h | 186 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 …]
|
D | ratectrl.c | 1159 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 …]
|
D | superres_scale.c | 224 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()
|
D | encoder_utils.c | 535 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()
|
D | ratectrl.h | 646 int gf_index, int *bottom_index, int *top_index);
|
D | encode_strategy.c | 773 int bottom_index = 0; local 776 cpi->gf_frame_index, &bottom_index, &top_index);
|
D | encoder.c | 2449 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()
|
D | encoder_utils.h | 1086 void av1_set_size_dependent_vars(AV1_COMP *cpi, int *q, int *bottom_index,
|
D | tpl_model.c | 1660 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/ |
D | vp9_ratectrl.c | 1002 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 …]
|
D | vp9_ratectrl.h | 301 int vp9_rc_pick_q_and_bounds(const struct VP9_COMP *cpi, int *bottom_index,
|
D | vp9_encoder.c | 3647 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/ |
D | ratectrl_rtc.cc | 195 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/ |
D | ratectrl_rtc.cc | 281 int bottom_index, top_index; in ComputeQP() local 284 cpi_->gf_frame_index, &bottom_index, &top_index); in ComputeQP()
|
/external/libvpx/vp8/encoder/ |
D | onyx_if.c | 3215 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()
|