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

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 97 #define CV_CPU_SSE4_1 6
  /external/opencv3/modules/core/src/
convert.cpp     [all...]
system.cpp 273 f.have[CV_CPU_SSE4_1] = (cpuid_data[2] & (1<<19)) != 0;
    [all...]
arithm.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
moments.cpp 339 useSIMD = checkHardwareSupport(CV_CPU_SSE4_1);
pyramids.cpp 193 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
425 if (!checkHardwareSupport(CV_CPU_SSE4_1))
    [all...]
imgwarp.cpp     [all...]
color.cpp     [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 65 milliseconds