Searched refs:av1_convert_qindex_to_q (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 115 const double maxq = av1_convert_qindex_to_q(i, bit_depth); in init_minq_luts() 140 double av1_convert_qindex_to_q(int qindex, aom_bit_depth_t bit_depth) { in av1_convert_qindex_to_q() function 154 const double q = av1_convert_qindex_to_q(qindex, bit_depth); in av1_rc_bits_per_mb() 297 rc->avg_q = av1_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth); in av1_rc_init() 715 double last_boosted_q = av1_convert_qindex_to_q(qindex, bit_depth); in rc_pick_q_and_bounds_one_pass_cbr() 734 q_val = av1_convert_qindex_to_q(active_best_quality, bit_depth); in rc_pick_q_and_bounds_one_pass_cbr() 857 const double q_val = av1_convert_qindex_to_q(qindex, bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 863 const double last_boosted_q = av1_convert_qindex_to_q(qindex, bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 881 av1_convert_qindex_to_q(active_best_quality, bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 903 const double q_val = av1_convert_qindex_to_q(qindex, bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() [all …]
|
D | ratectrl.h | 156 double av1_convert_qindex_to_q(int qindex, aom_bit_depth_t bit_depth);
|
D | pass2_strategy.c | 148 AOMMIN(av1_convert_qindex_to_q(q, bit_depth) * 0.01 + pt_low, pt_high); in calc_correction_factor() 379 const double lq = av1_convert_qindex_to_q( in calc_frame_boost() 1559 rc->avg_q = av1_convert_qindex_to_q(tmp_q, cm->seq_params.bit_depth); in av1_get_second_pass_params()
|
D | aq_cyclicrefresh.c | 458 av1_convert_qindex_to_q(cm->base_qindex, cm->seq_params.bit_depth); in av1_cyclic_refresh_setup()
|
D | temporal_filter.c | 1185 q = ((int)av1_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME], in adjust_arnr_filter() 1188 q = ((int)av1_convert_qindex_to_q(cpi->rc.avg_frame_qindex[KEY_FRAME], in adjust_arnr_filter()
|
D | rd.c | 329 const double q = av1_convert_qindex_to_q(i, bit_depth); in init_me_luts_bd()
|
D | encoder.c | 3773 const double q = av1_convert_qindex_to_q(qindex, AOM_BITS_8); in get_superres_denom_from_qindex_energy()
|