CV_CPU_SSE 268 modules/core/src/system.cpp f.have[CV_CPU_SSE] = (cpuid_data[3] & (1<<25)) != 0; CV_CPU_SSE 55 modules/imgproc/src/corner.cpp volatile bool simd = checkHardwareSupport(CV_CPU_SSE); CV_CPU_SSE 124 modules/imgproc/src/corner.cpp volatile bool simd = checkHardwareSupport(CV_CPU_SSE); CV_CPU_SSE 1411 modules/imgproc/src/filter.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE); CV_CPU_SSE 1417 modules/imgproc/src/filter.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE); CV_CPU_SSE 1518 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 1713 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 1853 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 2151 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 643 modules/imgproc/src/imgwarp.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 850 modules/imgproc/src/imgwarp.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 146 modules/imgproc/src/morph.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 282 modules/imgproc/src/morph.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 458 modules/imgproc/src/morph.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 147 modules/imgproc/src/pyramids.cpp if( !checkHardwareSupport(CV_CPU_SSE) ) CV_CPU_SSE 400 modules/imgproc/src/thresh.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); CV_CPU_SSE 669 modules/imgproc/src/thresh.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); CV_CPU_SSE 3008 modules/ts/src/ts_func.cpp if (checkHardwareSupport(CV_CPU_SSE)) cpu_features += " sse"; CV_CPU_SSE 438 modules/video/src/optflowgf.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);