Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dfirstpass.c50 #define FIRST_PASS_Q 10.0 macro
335 return av1_find_qindex(FIRST_PASS_Q, bit_depth, 0, QINDEX_RANGE - 1); in find_fp_qindex()
/external/libvpx/vp9/encoder/
Dvp9_firstpass.c46 #define FIRST_PASS_Q 10.0 macro
510 if (vp9_convert_qindex_to_q(i, bit_depth) >= FIRST_PASS_Q) break; in find_fp_qindex()