Searched refs:vp8_short_walsh4x4_c (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
H A Ddct.h45 #define vp8_fdct_walsh_short4x4 vp8_short_walsh4x4_c
H A Ddct.c64 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) function
/external/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c64 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
136 short_walsh4x4 = vp8_short_walsh4x4_c;
/external/libvpx/vp8/encoder/generic/
H A Dcsystemdependent.c81 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;
/external/libvpx/vp8/encoder/x86/
H A Dx86_csystemdependent.c234 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;

Completed in 98 milliseconds