Searched refs:vp8_sixtap_predict16x16_neon (Results 1 – 3 of 3) sorted by relevance
198 const SixtapPredictFunc sixtap_16x16_neon = vp8_sixtap_predict16x16_neon;
302 void vp8_sixtap_predict16x16_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned…303 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
1280 void vp8_sixtap_predict16x16_neon( in vp8_sixtap_predict16x16_neon() function