HomeSort by relevance Sort by last modified time
    Searched refs:CV_SSE2 (Results 1 - 4 of 4) sorted by null

  /external/opencv/cxcore/include/
cxtypes.h 69 #define CV_SSE2 1
71 #define CV_SSE2 0
212 #if CV_SSE2
239 #if CV_SSE2
254 #if CV_SSE2
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 49 #undef CV_SSE2
50 #define CV_SSE2 1
175 #if CV_SSE2
664 #if CV_SSE2
cvsmooth.cpp 62 //#define CV_SSE2 1
514 #if CV_SSE2 && !defined __SSE2__
526 #elif CV_SSE2 && (defined(__ICL) || (_MSC_VER >= 1300))
    [all...]
cvimgwarp.cpp     [all...]

Completed in 151 milliseconds