CV_CPU_SSE3       667 modules/core/src/dxt.cpp         if( factors[0] >= 4 && checkHardwareSupport(CV_CPU_SSE3))
CV_CPU_SSE3       270 modules/core/src/system.cpp             f.have[CV_CPU_SSE3]   = (cpuid_data[2] & (1<<0)) != 0;
CV_CPU_SSE3      4573 modules/imgproc/src/filter.cpp         (src.depth() == CV_32F && ddepth == CV_32F)) && checkHardwareSupport(CV_CPU_SSE3)? 130 : 50;
CV_CPU_SSE3      2774 modules/imgproc/src/smooth.cpp         bool haveSSE3 = checkHardwareSupport(CV_CPU_SSE3);
CV_CPU_SSE3      3156 modules/imgproc/src/smooth.cpp         bool haveSSE3 = checkHardwareSupport(CV_CPU_SSE3);
CV_CPU_SSE3      3014 modules/ts/src/ts_func.cpp     if (checkHardwareSupport(CV_CPU_SSE3)) cpu_features += " sse3";