Searched refs:vp8_sixtap_predict16x16_neon (Results 1 – 4 of 4) sorted by relevance
168 void vp8_sixtap_predict16x16_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned…169 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
194 void vp8_sixtap_predict16x16_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned…195 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
200 const SixtapPredictFunc sixtap_16x16_neon = vp8_sixtap_predict16x16_neon;
1277 void vp8_sixtap_predict16x16_neon( in vp8_sixtap_predict16x16_neon() function