Home | History | Annotate | Download | only in ia32

Lines Matching refs:vp8_sad8x8x3

303 RTCD_EXTERN void (*vp8_sad8x8x3)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int  ref_stride, unsigned int *sad_array);
770 vp8_sad8x8x3 = vp8_sad8x8x3_c;
771 if (flags & HAS_SSE3) vp8_sad8x8x3 = vp8_sad8x8x3_sse3;