Home
last modified time | relevance | path

Searched refs:CV_CPU_SSE (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcorner.cpp55 volatile bool simd = checkHardwareSupport(CV_CPU_SSE); in calcMinEigenVal()
124 volatile bool simd = checkHardwareSupport(CV_CPU_SSE); in calcHarris()
Dthresh.cpp400 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); in thresh_16s()
669 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); in thresh_32f()
Dmorph.cpp146 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
282 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
458 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
Dfilter.cpp1411 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 ()()
Dpyramids.cpp147 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
Dimgwarp.cpp643 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
850 if( !checkHardwareSupport(CV_CPU_SSE) ) in operator ()()
/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h93 #define CV_CPU_SSE 2 macro
/external/opencv3/modules/core/src/
Dsystem.cpp268 f.have[CV_CPU_SSE] = (cpuid_data[3] & (1<<25)) != 0; in initialize()
/external/opencv3/modules/video/src/
Doptflowgf.cpp438 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE); in FarnebackUpdateFlow_GaussianBlur()
/external/opencv3/modules/ts/src/
Dts_func.cpp3008 if (checkHardwareSupport(CV_CPU_SSE)) cpu_features += " sse"; in printVersionInfo()