Searched refs:vp8_short_fdct8x4_neon (Results 1 – 3 of 3) sorted by relevance
151 void vp8_short_fdct8x4_neon(short *input, short *output, int pitch);152 #define vp8_short_fdct8x4 vp8_short_fdct8x4_neon
113 void vp8_short_fdct8x4_neon(int16_t *input, int16_t *output, int pitch) { in vp8_short_fdct8x4_neon() function