Searched refs:OPENCV_HAL_IMPL_NEON_LOADSTORE_OP (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 538 #define OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(_Tpvec, _Tp, suffix) \ in OPENCV_HAL_IMPL_NEON_SHIFT_OP() macro 554 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_uint8x16, uchar, u8) 555 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_int8x16, schar, s8) 556 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_uint16x8, ushort, u16) 557 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_int16x8, short, s16) 558 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_uint32x4, unsigned, u32) 559 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_int32x4, int, s32) 560 OPENCV_HAL_IMPL_NEON_LOADSTORE_OP(v_float32x4, float, f32)
|