Searched refs:vp8_dc2quant (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/vp8/common/
H A Dquant_common.h18 extern int vp8_dc2quant(int QIndex, int Delta);
H A Dquant_common.c54 int vp8_dc2quant(int QIndex, int Delta) function
/external/libvpx/vp8/encoder/
H A Dencodeframe.c190 quant_val = vp8_dc2quant(Q, cpi->common.y2dc_delta_q);
261 quant_val = vp8_dc2quant(Q, cpi->common.y2dc_delta_q);
/external/libvpx/vp8/decoder/
H A Ddecodframe.c49 pc->Y2dequant[Q][0] = (short)vp8_dc2quant(Q, pc->y2dc_delta_q);

Completed in 476 milliseconds