CV_CPU_SSE4_1    2565 modules/core/src/arithm.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    3825 modules/core/src/arithm.cpp         haveSSE4_1 = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1     624 modules/core/src/convert.cpp MERGE2_KERNEL_TEMPLATE(ushort, __m128i, __m128i, _mm_interleave_epi16, si128, CV_CPU_SSE4_1);
CV_CPU_SSE4_1     625 modules/core/src/convert.cpp MERGE3_KERNEL_TEMPLATE(ushort, __m128i, __m128i, _mm_interleave_epi16, si128, CV_CPU_SSE4_1);
CV_CPU_SSE4_1     626 modules/core/src/convert.cpp MERGE4_KERNEL_TEMPLATE(ushort, __m128i, __m128i, _mm_interleave_epi16, si128, CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2021 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2252 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2484 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2715 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2944 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    3161 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    3374 modules/core/src/convert.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    4464 modules/core/src/convert.cpp     Cvt_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1); }
CV_CPU_SSE4_1     273 modules/core/src/system.cpp             f.have[CV_CPU_SSE4_1] = (cpuid_data[2] & (1<<19)) != 0;
CV_CPU_SSE4_1    1486 modules/imgproc/src/color.cpp         haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2171 modules/imgproc/src/color.cpp         haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    2321 modules/imgproc/src/color.cpp         haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    4835 modules/imgproc/src/imgwarp.cpp     bool useSSE4_1 = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    5240 modules/imgproc/src/imgwarp.cpp         bool useSSE4_1 = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1    5711 modules/imgproc/src/imgwarp.cpp         bool haveSSE4_1 = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1     339 modules/imgproc/src/moments.cpp         useSIMD = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1     193 modules/imgproc/src/pyramids.cpp         haveSSE = checkHardwareSupport(CV_CPU_SSE4_1);
CV_CPU_SSE4_1     425 modules/imgproc/src/pyramids.cpp         if (!checkHardwareSupport(CV_CPU_SSE4_1))
CV_CPU_SSE4_1    3020 modules/ts/src/ts_func.cpp     if (checkHardwareSupport(CV_CPU_SSE4_1)) cpu_features += " sse4.1";