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

/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h169 void vp8_short_walsh4x4_msa(short *input, short *output, int pitch);
170 #define vp8_short_walsh4x4 vp8_short_walsh4x4_msa
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h169 void vp8_short_walsh4x4_msa(short *input, short *output, int pitch);
170 #define vp8_short_walsh4x4 vp8_short_walsh4x4_msa
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddct_msa.c168 void vp8_short_walsh4x4_msa(int16_t *input, int16_t *output, int32_t pitch) { function

Completed in 142 milliseconds