Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dquant_common.h22 extern int vp8_ac_yquant(int QIndex);
Dquant_common.c84 int vp8_ac_yquant(int QIndex) { in vp8_ac_yquant() function
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c220 quant_val = vp8_ac_yquant(Q); in vp8cx_init_quantizer()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c51 pc->Y1dequant[Q][1] = (short)vp8_ac_yquant(Q); in vp8cx_init_de_quantizer()