Searched defs:vp8_sad16x16x3 (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h220 #define vp8_sad16x16x3 vp8_sad16x16x3_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h260 #define vp8_sad16x16x3 vp8_sad16x16x3_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h185 #define vp8_sad16x16x3 vp8_sad16x16x3_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h185 #define vp8_sad16x16x3 vp8_sad16x16x3_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h203 #define vp8_sad16x16x3 vp8_sad16x16x3_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h263 RTCD_EXTERN void (*vp8_sad16x16x3)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); variable
663 vp8_sad16x16x3 = vp8_sad16x16x3_c;
664 if (flags & HAS_SSE3) vp8_sad16x16x3 = vp8_sad16x16x3_sse3;
665 if (flags & HAS_SSSE3) vp8_sad16x16x3 = vp8_sad16x16x3_ssse3;

Completed in 12 milliseconds