Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_sub_pixel_variance16x16

254 RTCD_EXTERN unsigned int (*vp8_sub_pixel_variance16x16)(const unsigned char  *src_ptr, int  source_stride, int  xoffset, int  yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
624 vp8_sub_pixel_variance16x16 = vp8_sub_pixel_variance16x16_wmt;
625 if (flags & HAS_SSSE3) vp8_sub_pixel_variance16x16 = vp8_sub_pixel_variance16x16_ssse3;