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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h226 #define vp8_sad8x8x8 vp8_sad8x8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h266 #define vp8_sad8x8x8 vp8_sad8x8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h191 #define vp8_sad8x8x8 vp8_sad8x8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h191 #define vp8_sad8x8x8 vp8_sad8x8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h209 #define vp8_sad8x8x8 vp8_sad8x8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h340 RTCD_EXTERN void (*vp8_sad8x8x8)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); variable
723 vp8_sad8x8x8 = vp8_sad8x8x8_c;
724 if (flags & HAS_SSE4_1) vp8_sad8x8x8 = vp8_sad8x8x8_sse4;

Completed in 2376 milliseconds