Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_sixtap_predict8x8

171 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
596 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_sse2;
597 if (flags & HAS_SSSE3) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_ssse3;