Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Darithm.cpp2799 bool haveSIMD; member
2800 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2806 if (!haveSIMD) in operator ()()
2845 bool haveSIMD; member
2846 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2852 if (!haveSIMD) in operator ()()
2891 bool haveSIMD; member
2892 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2898 if (!haveSIMD) in operator ()()
2936 bool haveSIMD; member
[all …]
Dconvert.cpp4463 bool haveSIMD; member
4464 Cvt_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1); } in Cvt_SIMD()
4470 if (!haveSIMD) in operator ()()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp970 haveSIMD = checkHardwareSupport(CV_CPU_SSE2); in Gray2RGB5x5()
992 if (haveSIMD) in operator ()()
1028 if (haveSIMD) in operator ()()
1061 bool haveSIMD; member
1095 haveSIMD = checkHardwareSupport(CV_CPU_SSE2); in RGB5x52Gray()
1128 if (haveSIMD) in operator ()()
1192 if (haveSIMD) in operator ()()
1244 bool haveSIMD; member
1486 haveSIMD = checkHardwareSupport(CV_CPU_SSE4_1); in RGB2Gray()
1517 if (scn == 3 && haveSIMD) in operator ()()
[all …]
Dhistogram.cpp2288 bool haveSIMD = checkHardwareSupport(CV_CPU_SSE2); in compareHist() local
2311 if (haveSIMD) in compareHist()
2376 if (haveSIMD) in compareHist()
2399 if (haveSIMD) in compareHist()