Searched refs:vp8_sixtap_predict8x4_neon (Results 1 – 4 of 4) sorted by relevance
175 void vp8_sixtap_predict8x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…176 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon
203 void vp8_sixtap_predict8x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…204 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon
202 const SixtapPredictFunc sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
402 void vp8_sixtap_predict8x4_neon( in vp8_sixtap_predict8x4_neon() function