OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_get_quantizer
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
278
int
vp8_get_quantizer
(struct VP8_COMP *cpi);
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
591
static vpx_codec_err_t
vp8_get_quantizer
(vpx_codec_alg_priv_t *ctx,
function
690
{ VPXD_GET_LAST_QUANTIZER,
vp8_get_quantizer
},
vp8_cx_iface.c
460
*arg =
vp8_get_quantizer
(ctx->cpi);
468
*arg = vp8_reverse_trans(
vp8_get_quantizer
(ctx->cpi));
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
5420
int
vp8_get_quantizer
(VP8_COMP *cpi) { return cpi->common.base_qindex; }
function
[
all
...]
Completed in 330 milliseconds