Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_bilinear_predict8x8

47 RTCD_EXTERN void (*vp8_bilinear_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
495 vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_sse2;
496 if (flags & HAS_SSSE3) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_ssse3;