Home | History | Annotate | Download | only in src

Lines Matching refs:haveSSE

940     bool haveSSE = cv::checkHardwareSupport(CV_CPU_SSE2);
960 if( haveSSE )
1035 int limit = !haveSSE ? N-2 : greenCell ? std::min(3, N-2) : 2;
1203 if( !haveSSE )