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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h238 #define vp8_sad4x4x4d vp8_sad4x4x4d_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h278 #define vp8_sad4x4x4d vp8_sad4x4x4d_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h203 #define vp8_sad4x4x4d vp8_sad4x4x4d_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h203 #define vp8_sad4x4x4d vp8_sad4x4x4d_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h221 #define vp8_sad4x4x4d vp8_sad4x4x4d_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h302 RTCD_EXTERN void (*vp8_sad4x4x4d)(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); variable
694 vp8_sad4x4x4d = vp8_sad4x4x4d_c;
695 if (flags & HAS_SSE3) vp8_sad4x4x4d = vp8_sad4x4x4d_sse3;

Completed in 155 milliseconds