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

  /external/opencv3/modules/core/src/
system.cpp 269 f.have[CV_CPU_SSE2] = (cpuid_data[3] & (1<<26)) != 0;
382 volatile bool USE_SSE2 = featuresEnabled.have[CV_CPU_SSE2];
391 USE_SSE2 = currentFeatures->have[CV_CPU_SSE2];
    [all...]
arithm.cpp     [all...]
convert.cpp 161 support = checkHardwareSupport(CV_CPU_SSE2); \
194 support = checkHardwareSupport(CV_CPU_SSE2); \
232 support = checkHardwareSupport(CV_CPU_SSE2); \
    [all...]
  /external/opencv3/modules/imgproc/src/
pyramids.cpp 80 if( !checkHardwareSupport(CV_CPU_SSE2) )
249 haveSSE = checkHardwareSupport(CV_CPU_SSE2);
301 if (!checkHardwareSupport(CV_CPU_SSE2))
365 if (!checkHardwareSupport(CV_CPU_SSE2))
489 if (!checkHardwareSupport(CV_CPU_SSE2))
    [all...]
canny.cpp 254 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
742 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
    [all...]
corner.cpp 276 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
698 volatile bool haveSSE2 = cv::checkHardwareSupport(CV_CPU_SSE2);
smooth.cpp 231 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
406 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
574 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
740 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
890 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
    [all...]
imgwarp.cpp 462 if( !checkHardwareSupport(CV_CPU_SSE2) )
545 if( !checkHardwareSupport(CV_CPU_SSE2) )
694 if( !checkHardwareSupport(CV_CPU_SSE2) )
789 if( !checkHardwareSupport(CV_CPU_SSE2) )
    [all...]
morph.cpp 104 if( !checkHardwareSupport(CV_CPU_SSE2) )
178 if( !checkHardwareSupport(CV_CPU_SSE2) )
411 if( !checkHardwareSupport(CV_CPU_SSE2) )
    [all...]
filter.cpp 526 if( !checkHardwareSupport(CV_CPU_SSE2) )
618 if( !checkHardwareSupport(CV_CPU_SSE2) )
    [all...]
moments.cpp 221 useSIMD = checkHardwareSupport(CV_CPU_SSE2);
sumpixels.cpp 74 haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
color.cpp     [all...]
demosaicing.cpp 87 use_simd = checkHardwareSupport(CV_CPU_SSE2);
    [all...]
thresh.cpp 165 if( checkHardwareSupport(CV_CPU_SSE2) )
    [all...]
histogram.cpp     [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 94 #define CV_CPU_SSE2 3
  /external/opencv3/modules/calib3d/src/
stereosgbm.cpp 184 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2);
327 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2);
    [all...]
stereobm.cpp 203 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2);
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp 769 if(cv::checkHardwareSupport(CV_CPU_SSE2))//based on old SSE variant. Works slow
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 181 milliseconds