Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dquant_common.h20 extern int vp8_dc_uv_quant(int QIndex, int Delta);
Dquant_common.c69 int vp8_dc_uv_quant(int QIndex, int Delta) in vp8_dc_uv_quant() function
/external/libvpx/vp8/encoder/
Dencodeframe.c188 quant_val = vp8_dc_uv_quant(Q, cpi->common.uvdc_delta_q); in vp8cx_init_quantizer()
253 quant_val = vp8_dc_uv_quant(Q, cpi->common.uvdc_delta_q); in vp8cx_init_quantizer()
/external/libvpx/vp8/decoder/
Ddecodframe.c51 pc->UVdequant[Q][0] = (short)vp8_dc_uv_quant(Q, pc->uvdc_delta_q); in vp8cx_init_de_quantizer()