Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c60 const double minqtarget = MIN(((x3 * maxq + x2) * maxq + x1) * maxq, in get_minq_index() local
65 if (minqtarget <= 2.0) in get_minq_index()
69 if (minqtarget <= vp9_convert_qindex_to_q(i)) in get_minq_index()