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

  /external/opencv3/modules/core/src/
precomp.hpp 204 extern volatile bool USE_AVX2;
system.cpp 385 volatile bool USE_AVX2 = featuresEnabled.have[CV_CPU_AVX2];
    [all...]
arithm.cpp 91 if( USE_AVX2 )
167 if( USE_AVX2 )
199 if( USE_AVX2 )
262 if( USE_AVX2 )
    [all...]
mathfuncs.cpp 498 if (USE_AVX2)
    [all...]
convert.cpp     [all...]

Completed in 235 milliseconds