Home | History | Annotate | Download | only in ia32

Lines Matching refs:vp9_sad32x16x4d

463 RTCD_EXTERN void (*vp9_sad32x16x4d)(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
861 vp9_sad32x16x4d = vp9_sad32x16x4d_c;
862 if (flags & HAS_SSE2) vp9_sad32x16x4d = vp9_sad32x16x4d_sse2;