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

Lines Matching refs:vp8_sixtap_predict8x8

345 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
551 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_c;
552 if (flags & HAS_MEDIA) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_armv6;
553 if (flags & HAS_NEON) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_neon;