Searched refs:vp8_sixtap_predict8x4_neon (Results 1 – 3 of 3) sorted by relevance
200 const SixtapPredictFunc sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
311 void vp8_sixtap_predict8x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…312 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon
405 void vp8_sixtap_predict8x4_neon( in vp8_sixtap_predict8x4_neon() function