Searched refs:haveSSE (Results 1 – 5 of 5) sorted by relevance
2021 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()2028 if (!haveSSE) in operator ()()2051 bool haveSSE; member2252 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()2259 if (!haveSSE) in operator ()()2282 bool haveSSE; member2484 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()2491 if (!haveSSE) in operator ()()2514 bool haveSSE; member2715 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in cvtScale_SIMD()[all …]
2565 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in Mul_SIMD()2572 if (!haveSSE) in operator ()()2601 bool haveSSE; member2611 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in Mul_SIMD()2618 if (!haveSSE) in operator ()()2668 bool haveSSE; member2676 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in Mul_SIMD()2683 if (!haveSSE) in operator ()()2712 bool haveSSE; member4371 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in Cmp_SIMD()[all …]
193 haveSSE = checkHardwareSupport(CV_CPU_SSE4_1); in PyrDownVec_32s16u()200 if (!haveSSE) in operator ()()236 bool haveSSE; member249 haveSSE = checkHardwareSupport(CV_CPU_SSE2); in PyrDownVec_32s16s()256 if (!haveSSE) in operator ()()292 bool haveSSE; member
940 bool haveSSE = cv::checkHardwareSupport(CV_CPU_SSE2); in Bayer2RGB_VNG_8u() local960 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()
1411 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