HomeSort by relevance Sort by last modified time
    Searched full:vp8_dequant_idct_add_c (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/decoder/
idct_blk.c 52 vp8_dequant_idct_add_c (q, dq, pre, dst, 16, stride);
80 vp8_dequant_idct_add_c (q, dq, pre, dstu, 8, stride);
101 vp8_dequant_idct_add_c (q, dq, pre, dstv, 8, stride);
dequantize.h 59 #define vp8_dequant_idct_add vp8_dequant_idct_add_c
dequantize.c 35 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred, function
  /external/libvpx/vp8/decoder/generic/
dsystemdependent.c 24 pbi->dequant.idct_add = vp8_dequant_idct_add_c;

Completed in 250 milliseconds