Home | History | Annotate | Download | only in src

Lines Matching refs:haveSSE

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;