Home | History | Annotate | Download | only in x64

Lines Matching refs:vp8_sad8x16x3

315 RTCD_EXTERN void (*vp8_sad8x16x3)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int  ref_stride, unsigned int *sad_array);
532 vp8_sad8x16x3 = vp8_sad8x16x3_c;
533 if (flags & HAS_SSE3) vp8_sad8x16x3 = vp8_sad8x16x3_sse3;