Searched refs:haveSIMD (Results 1 – 4 of 4) sorted by relevance
2799 bool haveSIMD; member2800 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()2806 if (!haveSIMD) in operator ()()2845 bool haveSIMD; member2846 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()2852 if (!haveSIMD) in operator ()()2891 bool haveSIMD; member2892 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()2898 if (!haveSIMD) in operator ()()2936 bool haveSIMD; member[all …]
4463 bool haveSIMD; member4464 Cvt_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1); } in Cvt_SIMD()4470 if (!haveSIMD) in operator ()()
970 haveSIMD = checkHardwareSupport(CV_CPU_SSE2); in Gray2RGB5x5()992 if (haveSIMD) in operator ()()1028 if (haveSIMD) in operator ()()1061 bool haveSIMD; member1095 haveSIMD = checkHardwareSupport(CV_CPU_SSE2); in RGB5x52Gray()1128 if (haveSIMD) in operator ()()1192 if (haveSIMD) in operator ()()1244 bool haveSIMD; member1486 haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1); in RGB2Gray()1517 if (scn == 3 && haveSIMD) in operator ()()[all …]
2288 bool haveSIMD = checkHardwareSupport(CV_CPU_SSE2); in compareHist() local2311 if (haveSIMD) in compareHist()2376 if (haveSIMD) in compareHist()2399 if (haveSIMD) in compareHist()