Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c110 const double minqtarget = VPXMIN(((x3 * maxq + x2) * maxq + x1) * maxq, in get_minq_index() local
115 if (minqtarget <= 2.0) in get_minq_index()
119 if (minqtarget <= vp9_convert_qindex_to_q(i, bit_depth)) in get_minq_index()