Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h99 #define CV_CPU_POPCNT 8 macro
/external/opencv3/modules/core/src/
Dsystem.cpp275 f.have[CV_CPU_POPCNT] = (cpuid_data[2] & (1<<23)) != 0; in initialize()
/external/opencv3/modules/ts/src/
Dts_func.cpp3002 if (checkHardwareSupport(CV_CPU_POPCNT)) cpu_features += " popcnt"; in printVersionInfo()