Searched refs:vp8_short_walsh4x4_msa (Results 1 – 3 of 3) sorted by relevance
168 void vp8_short_walsh4x4_msa(short *input, short *output, int pitch);169 #define vp8_short_walsh4x4 vp8_short_walsh4x4_msa
168 void vp8_short_walsh4x4_msa(int16_t *input, int16_t *output, int32_t pitch) { in vp8_short_walsh4x4_msa() function