Searched refs:vp8_get_quantizer (Results 1 – 4 of 4) sorted by relevance
278 int vp8_get_quantizer(struct VP8_COMP *cpi);
592 static vpx_codec_err_t vp8_get_quantizer(vpx_codec_alg_priv_t *ctx, in vp8_get_quantizer() function691 { VPXD_GET_LAST_QUANTIZER, vp8_get_quantizer },
480 *arg = vp8_get_quantizer(ctx->cpi); in get_quantizer()488 *arg = vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)); in get_quantizer64()
5438 int vp8_get_quantizer(VP8_COMP *cpi) { return cpi->common.base_qindex; } in vp8_get_quantizer() function