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

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 95 #define CV_CPU_SSE3 4
  /external/opencv3/modules/core/src/
system.cpp 270 f.have[CV_CPU_SSE3] = (cpuid_data[2] & (1<<0)) != 0;
    [all...]
dxt.cpp 667 if( factors[0] >= 4 && checkHardwareSupport(CV_CPU_SSE3))
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]
filter.cpp     [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 177 milliseconds