Lines Matching refs:CV_CPU_SSE2
462 if( !checkHardwareSupport(CV_CPU_SSE2) ) in operator ()()
545 if( !checkHardwareSupport(CV_CPU_SSE2) ) in operator ()()
694 if( !checkHardwareSupport(CV_CPU_SSE2) ) in operator ()()
789 if( !checkHardwareSupport(CV_CPU_SSE2) ) in operator ()()
2021 use_simd = checkHardwareSupport(CV_CPU_SSE2); in ResizeAreaFastVec_SIMD_8u()
2120 use_simd = checkHardwareSupport(CV_CPU_SSE2); in ResizeAreaFastVec_SIMD_16u()
2208 use_simd = checkHardwareSupport(CV_CPU_SSE2); in ResizeAreaFastVec_SIMD_16s()
2294 fast_mode = fast_mode && checkHardwareSupport(CV_CPU_SSE2); in ResizeAreaFastVec_SIMD_32f()
3602 if( (cn != 1 && cn != 3 && cn != 4) || !checkHardwareSupport(CV_CPU_SSE2) || in operator ()()
4256 bool useSIMD = checkHardwareSupport(CV_CPU_SSE2); in operator ()()
4832 bool useSSE2 = checkHardwareSupport(CV_CPU_SSE2); in convertMaps()
5237 bool useSSE2 = checkHardwareSupport(CV_CPU_SSE2); in operator ()()