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

  /external/opencv3/modules/core/src/
system.cpp 276 f.have[CV_CPU_AVX] = (((cpuid_data[2] & (1<<28)) != 0)&&((cpuid_data[2] & (1<<27)) != 0));//OS uses XSAVE_XRSTORE and CPU support AVX
384 volatile bool USE_AVX = featuresEnabled.have[CV_CPU_AVX];
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 101 #define CV_CPU_AVX 10
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 80 milliseconds