Searched refs:vp8_short_fdct4x4_msa (Results 1 – 4 of 4) sorted by relevance
149 void vp8_short_fdct4x4_msa(short *input, short *output, int pitch);150 #define vp8_short_fdct4x4 vp8_short_fdct4x4_msa
200 ::testing::Values(vp8_short_fdct4x4_msa));
69 void vp8_short_fdct4x4_msa(int16_t *input, int16_t *output, int32_t pitch) { in vp8_short_fdct4x4_msa() function