Home
last modified time | relevance | path

Searched refs:CV_CPU_SSE4_2 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/src/
Dsystem.cpp274 f.have[CV_CPU_SSE4_2] = (cpuid_data[2] & (1<<20)) != 0; in initialize()
383 volatile bool USE_SSE4_2 = featuresEnabled.have[CV_CPU_SSE4_2];
/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h98 #define CV_CPU_SSE4_2 7 macro
/external/opencv3/modules/imgproc/src/
Dshapedescr.cpp499 if(cv::checkHardwareSupport(CV_CPU_SSE4_2)) in pointSetBoundingRect()
/external/opencv3/modules/ts/src/
Dts_func.cpp3023 if (checkHardwareSupport(CV_CPU_SSE4_2)) cpu_features += " sse4.2"; in printVersionInfo()