HomeSort by relevance Sort by last modified time
    Searched refs:vp9_convert_qindex_to_q (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 123 if (minqtarget <= vp9_convert_qindex_to_q(i, bit_depth)) return i;
134 const double maxq = vp9_convert_qindex_to_q(i, bit_depth);
166 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { function
186 if (vp9_convert_qindex_to_q(i, bit_depth) >= q_val) break;
195 const double q = vp9_convert_qindex_to_q(qindex, bit_depth);
374 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth);
752 double last_boosted_q = vp9_convert_qindex_to_q(qindex, cm->bit_depth);
771 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth);
    [all...]
vp9_ratectrl.h 183 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth);
vp9_temporal_filter.c 655 q = ((int)vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME],
658 q = ((int)vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[KEY_FRAME],
vp9_aq_cyclicrefresh.c 519 const double q = vp9_convert_qindex_to_q(cm->base_qindex, cm->bit_depth);
526 // vp9_convert_qindex_to_q(), vp9_ac_quant(), ac_qlookup*[].
vp9_firstpass.c 471 if (vp9_convert_qindex_to_q(i, bit_depth) >= FIRST_PASS_Q) break;
    [all...]
vp9_rd.c 127 const double q = vp9_convert_qindex_to_q(i, bit_depth);
vp9_encoder.c     [all...]

Completed in 185 milliseconds