Searched refs:vp9_convert_qindex_to_q (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 119 if (minqtarget <= vp9_convert_qindex_to_q(i, bit_depth)) in get_minq_index() 131 const double maxq = vp9_convert_qindex_to_q(i, bit_depth); in init_minq_luts() 158 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { in vp9_convert_qindex_to_q() function 180 const double q = vp9_convert_qindex_to_q(qindex, bit_depth); in vp9_rc_bits_per_mb() 353 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth); in vp9_rc_init() 707 double last_boosted_q = vp9_convert_qindex_to_q(qindex, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr() 728 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_cbr() 840 double last_boosted_q = vp9_convert_qindex_to_q(qindex, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 861 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth); in rc_pick_q_and_bounds_one_pass_vbr() 1015 last_boosted_q = vp9_convert_qindex_to_q(qindex, cm->bit_depth); in rc_pick_q_and_bounds_two_pass() [all …]
|
D | vp9_ratectrl.h | 175 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth);
|
D | vp9_temporal_filter.c | 622 q = ((int)vp9_convert_qindex_to_q( in adjust_arnr_filter() 625 q = ((int)vp9_convert_qindex_to_q( in adjust_arnr_filter()
|
D | vp9_firstpass.c | 471 if (vp9_convert_qindex_to_q(i, bit_depth) >= FIRST_PASS_Q) in find_fp_qindex() 1165 VPXMIN(vp9_convert_qindex_to_q(q, bit_depth) * 0.01 + pt_low, pt_high); in calc_correction_factor() 1488 vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME], in calc_frame_boost() 1927 (int)(vp9_convert_qindex_to_q(twopass->active_worst_quality, in define_gf_group() 1930 (int)(vp9_convert_qindex_to_q(rc->last_boosted_qindex, in define_gf_group() 2664 rc->avg_q = vp9_convert_qindex_to_q(tmp_q, cm->bit_depth); in vp9_rc_get_second_pass_params()
|
D | vp9_aq_cyclicrefresh.c | 537 const double q = vp9_convert_qindex_to_q(cm->base_qindex, cm->bit_depth); in vp9_cyclic_refresh_setup()
|
D | vp9_rd.c | 127 const double q = vp9_convert_qindex_to_q(i, bit_depth); in init_me_luts_bd()
|
D | vp9_encoder.c | 2987 vp9_convert_qindex_to_q(cm->base_qindex, cm->bit_depth), 2989 vp9_convert_qindex_to_q(cpi->twopass.active_worst_quality, 2992 vp9_convert_qindex_to_q(cpi->oxcf.cq_level, cm->bit_depth),
|