Home | History | Annotate | Download | only in ia32

Lines Matching refs:vp8_sad4x4x4d

302 RTCD_EXTERN void (*vp8_sad4x4x4d)(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int  ref_stride, unsigned int *sad_array);
628 vp8_sad4x4x4d = vp8_sad4x4x4d_c;
629 if (flags & HAS_SSE3) vp8_sad4x4x4d = vp8_sad4x4x4d_sse3;