Searched refs:vp8_sixtap_predict8x8_neon (Results 1 – 4 of 4) sorted by relevance
179 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…180 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
208 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…209 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
201 const SixtapPredictFunc sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
803 void vp8_sixtap_predict8x8_neon( in vp8_sixtap_predict8x8_neon() function