Home
last modified time | relevance | path

Searched refs:CV_CPU_AVX2 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/src/
Dsystem.cpp308 f.have[CV_CPU_AVX2] = (cpuid_data[1] & (1<<5)) != 0; in initialize()
385 volatile bool USE_AVX2 = featuresEnabled.have[CV_CPU_AVX2];
/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h102 #define CV_CPU_AVX2 11 macro
/external/opencv3/modules/ts/src/
Dts_func.cpp3029 if (checkHardwareSupport(CV_CPU_AVX2)) cpu_features += " avx2"; in printVersionInfo()