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

/external/libvpx/vp8/decoder/
H A Didct_blk.c18 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred,
60 vp8_dequant_idct_add_c (q, dq, pre, dst, 16, stride);
88 vp8_dequant_idct_add_c (q, dq, pre, dstu, 8, stride);
109 vp8_dequant_idct_add_c (q, dq, pre, dstv, 8, stride);
H A Ddequantize.h65 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
H A Ddequantize.c34 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred, function
/external/libvpx/vp8/decoder/generic/
H A Ddsystemdependent.c25 pbi->dequant.idct_add = vp8_dequant_idct_add_c;

Completed in 63 milliseconds