CV_CPU_NEON 2800 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 2846 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 2892 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 2937 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 2982 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3026 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3066 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3107 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3148 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3188 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3228 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3268 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3305 modules/core/src/arithm.cpp Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 3342 modules/core/src/arithm.cpp Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } CV_CPU_NEON 323 modules/core/src/system.cpp f.have[CV_CPU_NEON] = true; CV_CPU_NEON 336 modules/core/src/system.cpp f.have[CV_CPU_NEON] = (auxv.a_un.a_val & 4096) != 0; CV_CPU_NEON 345 modules/core/src/system.cpp f.have[CV_CPU_NEON] = true; CV_CPU_NEON 2234 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_NEON) ) CV_CPU_NEON 2461 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_NEON) ) CV_CPU_NEON 2613 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_NEON) ) CV_CPU_NEON 2788 modules/imgproc/src/filter.cpp neon_supported = checkHardwareSupport(CV_CPU_NEON); CV_CPU_NEON 2941 modules/imgproc/src/filter.cpp if( !checkHardwareSupport(CV_CPU_NEON) ) CV_CPU_NEON 1845 modules/imgproc/src/smooth.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); CV_CPU_NEON 2384 modules/imgproc/src/smooth.cpp volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); CV_CPU_NEON 2741 modules/imgproc/src/smooth.cpp (MEDIAN_HAVE_SIMD && (checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON)) ? 1 : 3)) CV_CPU_NEON 3062 modules/ts/src/ts_func.cpp if (checkHardwareSupport(CV_CPU_NEON)) cpu_features += " neon";