Home
last modified time | relevance | path

Searched refs:vp8_get_quantizer (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyx.h278 int vp8_get_quantizer(struct VP8_COMP *c);
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c538 static vpx_codec_err_t vp8_get_quantizer(vpx_codec_alg_priv_t *ctx, in vp8_get_quantizer() function
638 { VPXD_GET_LAST_QUANTIZER, vp8_get_quantizer },
Dvp8_cx_iface.c461 *arg = vp8_get_quantizer(ctx->cpi); in get_quantizer()
469 *arg = vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)); in get_quantizer64()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5459 int vp8_get_quantizer(VP8_COMP *cpi) { return cpi->common.base_qindex; } in vp8_get_quantizer() function