Searched refs:CV_CPU_SSE (Results 1 – 10 of 10) sorted by relevance
55 volatile bool simd = checkHardwareSupport(CV_CPU_SSE); in calcMinEigenVal()124 volatile bool simd = checkHardwareSupport(CV_CPU_SSE); in calcHarris()
400 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); in thresh_16s()669 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); in thresh_32f()
146 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()282 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()458 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
1411 haveSSE = checkHardwareSupport(CV_CPU_SSE); in RowVec_32f()1417 haveSSE = checkHardwareSupport(CV_CPU_SSE); in RowVec_32f()1518 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()1713 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()1853 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()2151 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
147 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
643 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()850 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
93 #define CV_CPU_SSE 2 macro
268 f.have[CV_CPU_SSE] = (cpuid_data[3] & (1<<25)) != 0; in initialize()
438 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); in FarnebackUpdateFlow_GaussianBlur()
3008 if (checkHardwareSupport(CV_CPU_SSE)) cpu_features += " sse"; in printVersionInfo()