Searched refs:scalar_func (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 562 #define OPENCV_HAL_IMPL_NEON_REDUCE_OP_4(_Tpvec, scalartype, func, scalar_func) \ argument 567 scalartype s0 = scalar_func(buf[0], buf[1]); \ 568 scalartype s1 = scalar_func(buf[2], buf[3]); \ 569 return scalar_func(s0, s1); \
|
D | intrin_sse.hpp | 992 #define OPENCV_HAL_IMPL_SSE_REDUCE_OP_4(_Tpvec, scalartype, func, scalar_func) \ argument 997 scalartype s0 = scalar_func(buf[0], buf[1]); \ 998 scalartype s1 = scalar_func(buf[2], buf[3]); \ 999 return scalar_func(s0, s1); \
|