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

  /external/opencv3/modules/imgproc/src/
pyramids.cpp 193 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
200 if (!haveSSE)
236 bool haveSSE;
249 haveSSE = checkHardwareSupport(CV_CPU_SSE2);
256 if (!haveSSE)
292 bool haveSSE;
    [all...]
demosaicing.cpp     [all...]
filter.cpp     [all...]
  /external/opencv3/modules/core/src/
convert.cpp     [all...]
arithm.cpp     [all...]

Completed in 75 milliseconds