Home | History | Annotate | Download | only in arm-neon-cpu-detect

Lines Matching refs:vp8_variance8x16

403 RTCD_EXTERN unsigned int (*vp8_variance8x16)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int  ref_stride, unsigned int *sse);
539 vp8_variance8x16 = vp8_variance8x16_c;
540 if (flags & HAS_NEON) vp8_variance8x16 = vp8_variance8x16_neon;