Home | History | Annotate | Download | only in x86

Lines Matching refs:vp8_sad16x8x8

289 RTCD_EXTERN void (*vp8_sad16x8x8)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int  ref_stride, unsigned short *sad_array);
684 vp8_sad16x8x8 = vp8_sad16x8x8_c;
685 if (flags & HAS_SSE4_1) vp8_sad16x8x8 = vp8_sad16x8x8_sse4;