Searched refs:minqtarget (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c57 const double minqtarget = MIN(((x3 * maxq + x2) * maxq + x1) * maxq, local
62 if (minqtarget <= 2.0)
66 if (minqtarget <= vp9_convert_qindex_to_q(i))
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c107 const double minqtarget = MIN(((x3 * maxq + x2) * maxq + x1) * maxq, local
112 if (minqtarget <= 2.0)
116 if (minqtarget <= vp9_convert_qindex_to_q(i, bit_depth))

Completed in 90 milliseconds