Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dquant_common.h27 extern int vp8_ac_uv_quant(int QIndex, int Delta);
Dquant_common.c117 int vp8_ac_uv_quant(int QIndex, int Delta) { in vp8_ac_uv_quant() function
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c238 quant_val = vp8_ac_uv_quant(Q, cpi->common.uvac_delta_q); in vp8cx_init_quantizer()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c53 pc->UVdequant[Q][1] = (short)vp8_ac_uv_quant(Q, pc->uvac_delta_q); in vp8cx_init_de_quantizer()