Home | History | Annotate | Download | only in arm-neon-cpu-detect

Lines Matching refs:vp8_sixtap_predict8x4

345 RTCD_EXTERN void (*vp8_sixtap_predict8x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
521 vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_armv6;
522 if (flags & HAS_NEON) vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_neon;