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

  /external/opencv3/modules/imgproc/src/
canny.cpp 254 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
358 if (haveSSE2)
392 if (haveSSE2)
742 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
762 if (haveSSE2)
796 if (haveSSE2)
    [all...]
smooth.cpp 231 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
249 if(haveSSE2)
281 if(haveSSE2)
333 if(haveSSE2)
406 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
423 if(haveSSE2)
455 if(haveSSE2)
503 if(haveSSE2)
574 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
591 if(haveSSE2)
    [all...]
corner.cpp 276 bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
326 if (haveSSE2)
698 volatile bool haveSSE2 = cv::checkHardwareSupport(CV_CPU_SSE2);
716 if (haveSSE2)
sumpixels.cpp 74 haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
83 if (sqsum || tilted || cn != 1 || !haveSSE2)
142 bool haveSSE2;
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]

Completed in 2530 milliseconds