Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp2021 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()
2028 if (!haveSSE) in operator ()()
2051 bool haveSSE; member
2252 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()
2259 if (!haveSSE) in operator ()()
2282 bool haveSSE; member
2484 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()
2491 if (!haveSSE) in operator ()()
2514 bool haveSSE; member
2715 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()
[all …]
Darithm.cpp2565 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in Mul_SIMD()
2572 if (!haveSSE) in operator ()()
2601 bool haveSSE; member
2611 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in Mul_SIMD()
2618 if (!haveSSE) in operator ()()
2668 bool haveSSE; member
2676 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in Mul_SIMD()
2683 if (!haveSSE) in operator ()()
2712 bool haveSSE; member
4371 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in Cmp_SIMD()
[all …]
/external/opencv3/modules/imgproc/src/
Dpyramids.cpp193 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in PyrDownVec_32s16u()
200 if (!haveSSE) in operator ()()
236 bool haveSSE; member
249 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in PyrDownVec_32s16s()
256 if (!haveSSE) in operator ()()
292 bool haveSSE; member
Ddemosaicing.cpp940 bool haveSSE = cv::checkHardwareSupport(CV_CPU_SSE2); in Bayer2RGB_VNG_8u() local
960 if( haveSSE ) in Bayer2RGB_VNG_8u()
1035 int limit = !haveSSE ? N-2 : greenCell ? std::min(3, N-2) : 2; in Bayer2RGB_VNG_8u()
1203 if( !haveSSE ) in Bayer2RGB_VNG_8u()
Dfilter.cpp1411 haveSSE = checkHardwareSupport(CV_CPU_SSE); in RowVec_32f()
1417 haveSSE = checkHardwareSupport(CV_CPU_SSE); in RowVec_32f()
1438 if( !haveSSE ) in operator ()()
1465 bool haveSSE; member