Searched refs:vp8_sixtap_predict8x8_neon (Results 1 – 3 of 3) sorted by relevance
199 const SixtapPredictFunc sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
316 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…317 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
806 void vp8_sixtap_predict8x8_neon( in vp8_sixtap_predict8x8_neon() function