Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h920 int vp9_get_quantizer(struct VP9_COMP *cpi);
Dvp9_encoder.c7068 int vp9_get_quantizer(VP9_COMP *cpi) { return cpi->common.base_qindex; } function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c675 *arg = vp9_get_quantizer(ctx->cpi); in ctrl_get_quantizer()
683 *arg = vp9_qindex_to_quantizer(vp9_get_quantizer(ctx->cpi)); in ctrl_get_quantizer64()