Searched refs:OPENCV_HAL_IMPL_NEON_INIT (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 231 #define OPENCV_HAL_IMPL_NEON_INIT(_Tpv, _Tp, suffix) \ macro 245 OPENCV_HAL_IMPL_NEON_INIT(uint8x16, uchar, u8) in OPENCV_HAL_IMPL_NEON_INIT() function 246 OPENCV_HAL_IMPL_NEON_INIT(int8x16, schar, s8) in OPENCV_HAL_IMPL_NEON_INIT() 247 OPENCV_HAL_IMPL_NEON_INIT(uint16x8, ushort, u16) in OPENCV_HAL_IMPL_NEON_INIT() 248 OPENCV_HAL_IMPL_NEON_INIT(int16x8, short, s16) in OPENCV_HAL_IMPL_NEON_INIT() 249 OPENCV_HAL_IMPL_NEON_INIT(uint32x4, unsigned, u32) in OPENCV_HAL_IMPL_NEON_INIT() 250 OPENCV_HAL_IMPL_NEON_INIT(int32x4, int, s32) in OPENCV_HAL_IMPL_NEON_INIT() 251 OPENCV_HAL_IMPL_NEON_INIT(uint64x2, uint64, u64) in OPENCV_HAL_IMPL_NEON_INIT() 252 OPENCV_HAL_IMPL_NEON_INIT(int64x2, int64, s64) in OPENCV_HAL_IMPL_NEON_INIT() 253 OPENCV_HAL_IMPL_NEON_INIT(float32x4, float, f32) in OPENCV_HAL_IMPL_NEON_INIT()
|