Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp1214 sse2_supported = checkHardwareSupport(CV_CPU_SSE2); in RowVec_16s32f()
1219 if( !sse2_supported ) in operator ()()
1251 bool sse2_supported; member
1264 sse2_supported = checkHardwareSupport(CV_CPU_SSE2); in SymmColumnVec_32f16s()
1269 if( !sse2_supported ) in operator ()()
1401 bool sse2_supported; member