Home
last modified time | relevance | path

Searched refs:CV_CPU_NEON (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/
Dsystem.cpp323 f.have[CV_CPU_NEON] = true; in initialize()
336 f.have[CV_CPU_NEON] = (auxv.a_un.a_val & 4096) != 0; in initialize()
345 f.have[CV_CPU_NEON] = true; in initialize()
Darithm.cpp2800 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2846 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2892 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2937 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
2982 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
3026 … Div_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Div_SIMD()
3066 …Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Recip_SIMD()
3107 …Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Recip_SIMD()
3148 …Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Recip_SIMD()
3188 …Recip_SIMD() { haveSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); } in Recip_SIMD()
[all …]
/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h115 #define CV_CPU_NEON 100 macro
/external/opencv3/modules/imgproc/src/
Dfilter.cpp2234 if( !checkHardwareSupport(CV_CPU_NEON) ) in operator ()()
2461 if( !checkHardwareSupport(CV_CPU_NEON) ) in operator ()()
2613 if( !checkHardwareSupport(CV_CPU_NEON) ) in operator ()()
2788 neon_supported = checkHardwareSupport(CV_CPU_NEON); in SymmColumnVec_32f16s()
2941 if( !checkHardwareSupport(CV_CPU_NEON) ) in operator ()()
Dsmooth.cpp1845 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); in medianBlur_8u_O1()
2384 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON); in medianBlur_SortNet()
2741 …IAN_HAVE_SIMD && (checkHardwareSupport(CV_CPU_SSE2) || checkHardwareSupport(CV_CPU_NEON)) ? 1 : 3)) in medianBlur()
/external/opencv3/modules/ts/src/
Dts_func.cpp3062 if (checkHardwareSupport(CV_CPU_NEON)) cpu_features += " neon"; in printVersionInfo()