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

  /external/opencv/cxcore/include/
cxtypes.h 56 #define CV_ICC __ICL
58 #define CV_ICC __ICC
60 #define CV_ICC __ECL
62 #define CV_ICC __ECC
66 (_MSC_VER >= 1400 || defined CV_ICC) \
76 #elif defined WIN64 && !defined EM64T && defined CV_ICC
223 #elif (defined HAVE_LRINT) || (defined WIN64 && !defined EM64T && defined CV_ICC)
    [all...]
  /external/opencv/cxcore/src/
cxswitcher.cpp 740 #elif (defined __GNUC__ || defined CV_ICC) && defined __i386__
cxarithm.cpp     [all...]
  /external/opencv/cv/src/
cvhough.cpp 478 #if defined WIN64 && defined EM64T && _MSC_VER == 1400 && !defined CV_ICC
733 #if defined WIN64 && defined EM64T && _MSC_VER == 1400 && !defined CV_ICC
    [all...]
cvpyramids.cpp     [all...]

Completed in 117 milliseconds