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

Lines Matching refs:vp8_sub_pixel_variance8x8

367 RTCD_EXTERN unsigned int (*vp8_sub_pixel_variance8x8)(const unsigned char  *src_ptr, int  source_stride, int  xoffset, int  yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
557 vp8_sub_pixel_variance8x8 = vp8_sub_pixel_variance8x8_c;
558 if (flags & HAS_MEDIA) vp8_sub_pixel_variance8x8 = vp8_sub_pixel_variance8x8_armv6;
559 if (flags & HAS_NEON) vp8_sub_pixel_variance8x8 = vp8_sub_pixel_variance8x8_neon;