Searched refs:OPENCV_HAL_IMPL_NEON_INTERLEAVED (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 775 #define OPENCV_HAL_IMPL_NEON_INTERLEAVED(_Tpvec, _Tp, suffix) \ in OPENCV_HAL_IMPL_NEON_TRANSPOSE4x4() macro 811 OPENCV_HAL_IMPL_NEON_INTERLEAVED(uint8x16, uchar, u8) 812 OPENCV_HAL_IMPL_NEON_INTERLEAVED(int8x16, schar, s8) 813 OPENCV_HAL_IMPL_NEON_INTERLEAVED(uint16x8, ushort, u16) 814 OPENCV_HAL_IMPL_NEON_INTERLEAVED(int16x8, short, s16) 815 OPENCV_HAL_IMPL_NEON_INTERLEAVED(uint32x4, unsigned, u32) 816 OPENCV_HAL_IMPL_NEON_INTERLEAVED(int32x4, int, s32) 817 OPENCV_HAL_IMPL_NEON_INTERLEAVED(float32x4, float, f32)
|