Home | History | Annotate | Download | only in x86

Lines Matching refs:vp8_sad16x16x8

271 RTCD_EXTERN void (*vp8_sad16x16x8)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int  ref_stride, unsigned short *sad_array);
670 vp8_sad16x16x8 = vp8_sad16x16x8_c;
671 if (flags & HAS_SSE4_1) vp8_sad16x16x8 = vp8_sad16x16x8_sse4;