Searched refs:_Tpwvec (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 255 #define OPENCV_HAL_IMPL_NEON_PACK(_Tpvec, _Tp, hreg, suffix, _Tpwvec, wsuffix, pack, op) \ in OPENCV_HAL_IMPL_NEON_INIT() argument 256 inline _Tpvec v_##pack(const _Tpwvec& a, const _Tpwvec& b) \ in OPENCV_HAL_IMPL_NEON_INIT() 261 inline void v_##pack##_store(_Tp* ptr, const _Tpwvec& a) \ 267 _Tpvec v_rshr_##pack(const _Tpwvec& a, const _Tpwvec& b) \ 274 void v_rshr_##pack##_store(_Tp* ptr, const _Tpwvec& a) \ 664 #define OPENCV_HAL_IMPL_NEON_EXPAND(_Tpvec, _Tpwvec, _Tp, suffix) \ in OPENCV_HAL_IMPL_NEON_SELECT() argument 665 inline void v_expand(const _Tpvec& a, _Tpwvec& b0, _Tpwvec& b1) \ in OPENCV_HAL_IMPL_NEON_SELECT() 670 inline _Tpwvec v_load_expand(const _Tp* ptr) \ 672 return _Tpwvec(vmovl_##suffix(vld1_##suffix(ptr))); \
|