Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_sad4x4x8

306 RTCD_EXTERN void (*vp8_sad4x4x8)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int  ref_stride, unsigned short *sad_array);
530 vp8_sad4x4x8 = vp8_sad4x4x8_c;
531 if (flags & HAS_SSE4_1) vp8_sad4x4x8 = vp8_sad4x4x8_sse4;