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

Lines Matching refs:vp8_sixtap_predict8x8

164 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
595 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_c;
596 if (flags & HAS_MEDIA) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_armv6;
597 if (flags & HAS_NEON) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_neon;