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

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 93 #define CV_CPU_SSE 2
  /external/opencv3/modules/imgproc/src/
corner.cpp 55 volatile bool simd = checkHardwareSupport(CV_CPU_SSE);
124 volatile bool simd = checkHardwareSupport(CV_CPU_SSE);
morph.cpp 146 if( !checkHardwareSupport(CV_CPU_SSE) )
282 if( !checkHardwareSupport(CV_CPU_SSE) )
458 if( !checkHardwareSupport(CV_CPU_SSE) )
    [all...]
thresh.cpp 400 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);
669 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);
    [all...]
filter.cpp     [all...]
pyramids.cpp 147 if( !checkHardwareSupport(CV_CPU_SSE) )
    [all...]
imgwarp.cpp 643 if( !checkHardwareSupport(CV_CPU_SSE) )
850 if( !checkHardwareSupport(CV_CPU_SSE) )
    [all...]
  /external/opencv3/modules/core/src/
system.cpp 268 f.have[CV_CPU_SSE] = (cpuid_data[3] & (1<<25)) != 0;
    [all...]
  /external/opencv3/modules/video/src/
optflowgf.cpp 438 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 122 milliseconds