Searched refs:vp8_short_fdct8x4_c (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
H A Ddct.h31 #define vp8_fdct_short8x4 vp8_short_fdct8x4_c
41 #define vp8_fdct_fast8x4 vp8_short_fdct8x4_c
H A Ddct.c58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) function
/external/libvpx/vp8/encoder/generic/
H A Dcsystemdependent.c78 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
80 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;

Completed in 59 milliseconds