Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c201 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) { in get_qzbin_factor() function
223 int qzbin_factor = get_qzbin_factor(q, cm->bit_depth); in vp9_init_quantizer()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c569 static int get_qzbin_factor(int q, aom_bit_depth_t bit_depth) { in get_qzbin_factor() function
588 const int qzbin_factor = get_qzbin_factor(q, bit_depth); in av1_build_quantizer()