Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_bilinear_predict16x16

188 RTCD_EXTERN void (*vp8_bilinear_predict16x16)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
605 vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_sse2;
606 if (flags & HAS_SSSE3) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_ssse3;