Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c265 static int find_fp_qindex(aom_bit_depth_t bit_depth) { in find_fp_qindex() function
859 const int qindex = find_fp_qindex(seq_params->bit_depth); in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c464 static int find_fp_qindex(vpx_bit_depth_t bit_depth) { in find_fp_qindex() function
1369 vp9_set_quantizer(cm, find_fp_qindex(cm->bit_depth)); in vp9_first_pass()