Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_sad8x8x4d

336 RTCD_EXTERN void (*vp8_sad8x8x4d)(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int  ref_stride, unsigned int *sad_array);
540 vp8_sad8x8x4d = vp8_sad8x8x4d_c;
541 if (flags & HAS_SSE3) vp8_sad8x8x4d = vp8_sad8x8x4d_sse3;