Searched defs:vp9_convert_qindex_to_q (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c66 if (minqtarget <= vp9_convert_qindex_to_q(i))
76 const double maxq = vp9_convert_qindex_to_q(i);
91 double vp9_convert_qindex_to_q(int qindex) { function
98 const double q = vp9_convert_qindex_to_q(qindex);
228 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q);
501 double last_boosted_q = vp9_convert_qindex_to_q(qindex);
523 q_val = vp9_convert_qindex_to_q(active_best_quality);
613 double last_boosted_q = vp9_convert_qindex_to_q(qindex);
635 q_val = vp9_convert_qindex_to_q(active_best_quality);
642 current_q = vp9_convert_qindex_to_q(active_worst_qualit
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c116 if (minqtarget <= vp9_convert_qindex_to_q(i, bit_depth))
128 const double maxq = vp9_convert_qindex_to_q(i, bit_depth);
155 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) { function
177 const double q = vp9_convert_qindex_to_q(qindex, bit_depth);
307 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth);
618 double last_boosted_q = vp9_convert_qindex_to_q(qindex, cm->bit_depth);
639 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth);
752 double last_boosted_q = vp9_convert_qindex_to_q(qindex, cm->bit_depth);
773 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth);
909 last_boosted_q = vp9_convert_qindex_to_q(qinde
[all...]

Completed in 249 milliseconds