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

Lines Matching refs:vp8_sixtap_predict8x8

350 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
523 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_armv6;
524 if (flags & HAS_NEON) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_neon;