Searched defs:__SSE2__ (Results 1 - 2 of 2) sorted by relevance

/external/libyuv/files/util/
H A Dssim.cc22 #if !defined(LIBYUV_DISABLE_X86) && !defined(__SSE2__) && \
24 #define __SSE2__ macro
26 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__)
51 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__)
133 #if defined(LIBYUV_DISABLE_X86) || !defined(__SSE2__)
210 #else // __SSE2__
/external/opencv/cv/src/
H A Dcvsmooth.cpp514 #if CV_SSE2 && !defined __SSE2__
515 #define __SSE2__ 1 macro
564 #if defined __SSE2__ || defined __MMX__ || defined __ALTIVEC__
574 #if defined(__SSE2__)
609 #if defined(__SSE2__)

Completed in 89 milliseconds