Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.h56 int vp9_qindex_to_quantizer(int qindex);
Dvp9_quantize.c337 int vp9_qindex_to_quantizer(int qindex) { in vp9_qindex_to_quantizer() function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c675 *arg = vp9_qindex_to_quantizer(vp9_get_quantizer(ctx->cpi)); in ctrl_get_quantizer64()