CV_CPU_SSE2 203 modules/calib3d/src/stereobm.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1138 modules/calib3d/src/stereobm.cpp bool useShorts = params.preFilterCap <= 31 && params.SADWindowSize <= 21 && checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 184 modules/calib3d/src/stereosgbm.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 327 modules/calib3d/src/stereosgbm.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2611 modules/core/src/arithm.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2676 modules/core/src/arithm.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2800 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 2846 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 2892 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 2937 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 2982 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3026 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3066 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3107 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3148 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3188 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3228 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3268 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3305 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3342 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_SSE2 3734 modules/core/src/arithm.cpp haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 3781 modules/core/src/arithm.cpp haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 4371 modules/core/src/arithm.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 4423 modules/core/src/arithm.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 161 modules/core/src/convert.cpp support = checkHardwareSupport(CV_CPU_SSE2); \ CV_CPU_SSE2 194 modules/core/src/convert.cpp support = checkHardwareSupport(CV_CPU_SSE2); \ CV_CPU_SSE2 232 modules/core/src/convert.cpp support = checkHardwareSupport(CV_CPU_SSE2); \ CV_CPU_SSE2 619 modules/core/src/convert.cpp MERGE2_KERNEL_TEMPLATE( uchar, __m128i, __m128i, _mm_interleave_epi8, si128, CV_CPU_SSE2); CV_CPU_SSE2 620 modules/core/src/convert.cpp MERGE3_KERNEL_TEMPLATE( uchar, __m128i, __m128i, _mm_interleave_epi8, si128, CV_CPU_SSE2); CV_CPU_SSE2 621 modules/core/src/convert.cpp MERGE4_KERNEL_TEMPLATE( uchar, __m128i, __m128i, _mm_interleave_epi8, si128, CV_CPU_SSE2); CV_CPU_SSE2 629 modules/core/src/convert.cpp MERGE2_KERNEL_TEMPLATE( int, __m128, float, _mm_interleave_ps, ps, CV_CPU_SSE2); CV_CPU_SSE2 630 modules/core/src/convert.cpp MERGE3_KERNEL_TEMPLATE( int, __m128, float, _mm_interleave_ps, ps, CV_CPU_SSE2); CV_CPU_SSE2 631 modules/core/src/convert.cpp MERGE4_KERNEL_TEMPLATE( int, __m128, float, _mm_interleave_ps, ps, CV_CPU_SSE2); CV_CPU_SSE2 269 modules/core/src/system.cpp f.have[CV_CPU_SSE2] = (cpuid_data[3] & (1<<26)) != 0; CV_CPU_SSE2 382 modules/core/src/system.cpp volatile bool USE_SSE2 = featuresEnabled.have[CV_CPU_SSE2]; CV_CPU_SSE2 391 modules/core/src/system.cpp USE_SSE2 = currentFeatures->have[CV_CPU_SSE2]; CV_CPU_SSE2 254 modules/imgproc/src/canny.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 742 modules/imgproc/src/canny.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 970 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1095 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1598 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1821 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2557 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2961 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 3264 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 3703 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 4315 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 4573 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 4825 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 5327 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 5695 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 5897 modules/imgproc/src/color.cpp haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 276 modules/imgproc/src/corner.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 698 modules/imgproc/src/corner.cpp volatile bool haveSSE2 = cv::checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 87 modules/imgproc/src/demosaicing.cpp use_simd = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 940 modules/imgproc/src/demosaicing.cpp bool haveSSE = cv::checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 526 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 618 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 939 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 1087 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 1214 modules/imgproc/src/filter.cpp sse2_supported = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1264 modules/imgproc/src/filter.cpp sse2_supported = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1987 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 2070 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 2288 modules/imgproc/src/histogram.cpp bool haveSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 462 modules/imgproc/src/imgwarp.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 545 modules/imgproc/src/imgwarp.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 694 modules/imgproc/src/imgwarp.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 789 modules/imgproc/src/imgwarp.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 2021 modules/imgproc/src/imgwarp.cpp use_simd = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2120 modules/imgproc/src/imgwarp.cpp use_simd = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2208 modules/imgproc/src/imgwarp.cpp use_simd = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 2294 modules/imgproc/src/imgwarp.cpp fast_mode = fast_mode && checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 3602 modules/imgproc/src/imgwarp.cpp if( (cn != 1 && cn != 3 && cn != 4) || !checkHardwareSupport(CV_CPU_SSE2) || CV_CPU_SSE2 4256 modules/imgproc/src/imgwarp.cpp bool useSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 4832 modules/imgproc/src/imgwarp.cpp bool useSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 5237 modules/imgproc/src/imgwarp.cpp bool useSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 221 modules/imgproc/src/moments.cpp useSIMD = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 104 modules/imgproc/src/morph.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 178 modules/imgproc/src/morph.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 411 modules/imgproc/src/morph.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 80 modules/imgproc/src/pyramids.cpp if( !checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 249 modules/imgproc/src/pyramids.cpp haveSSE = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 301 modules/imgproc/src/pyramids.cpp if (!checkHardwareSupport(CV_CPU_SSE2)) CV_CPU_SSE2 365 modules/imgproc/src/pyramids.cpp if (!checkHardwareSupport(CV_CPU_SSE2)) CV_CPU_SSE2 489 modules/imgproc/src/pyramids.cpp if (!checkHardwareSupport(CV_CPU_SSE2)) CV_CPU_SSE2 231 modules/imgproc/src/smooth.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 406 modules/imgproc/src/smooth.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 574 modules/imgproc/src/smooth.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 740 modules/imgproc/src/smooth.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 890 modules/imgproc/src/smooth.cpp bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 1845 modules/imgproc/src/smooth.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); CV_CPU_SSE2 2384 modules/imgproc/src/smooth.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); CV_CPU_SSE2 2741 modules/imgproc/src/smooth.cpp (MEDIAN_HAVE_SIMD && (checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON)) ? 1 : 3)) CV_CPU_SSE2 74 modules/imgproc/src/sumpixels.cpp haveSSE2 = checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 165 modules/imgproc/src/thresh.cpp if( checkHardwareSupport(CV_CPU_SSE2) ) CV_CPU_SSE2 829 modules/objdetect/src/haar.cpp bool haveSSE2 = cv::checkHardwareSupport(CV_CPU_SSE2); CV_CPU_SSE2 3011 modules/ts/src/ts_func.cpp if (checkHardwareSupport(CV_CPU_SSE2)) cpu_features += " sse2";