Home
last modified time | relevance | path

Searched refs:CV_CPU_SSE3 (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h95 #define CV_CPU_SSE3 4 macro
/external/opencv3/modules/core/src/
Dsystem.cpp270 f.have[CV_CPU_SSE3] = (cpuid_data[2] & (1<<0)) != 0; in initialize()
Ddxt.cpp667 if( factors[0] >= 4 && checkHardwareSupport(CV_CPU_SSE3)) in DFT()
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp2774 bool haveSSE3 = checkHardwareSupport(CV_CPU_SSE3); in operator ()()
3156 bool haveSSE3 = checkHardwareSupport(CV_CPU_SSE3); in operator ()()
Dfilter.cpp4573 (src.depth() == CV_32F && ddepth == CV_32F)) && checkHardwareSupport(CV_CPU_SSE3)? 130 : 50; in filter2D()
/external/opencv3/modules/ts/src/
Dts_func.cpp3014 if (checkHardwareSupport(CV_CPU_SSE3)) cpu_features += " sse3"; in printVersionInfo()