/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_sse.hpp | 100 struct v_uint16x8 struct in namespace:cv 105 v_uint16x8() {} function in struct:cv::v_uint16x8 106 explicit v_uint16x8(__m128i v) : val(v) {} function in struct:cv::v_uint16x8 107 v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) function in struct:cv::v_uint16x8 259 OPENCV_HAL_IMPL_SSE_INITVEC(v_uint16x8, ushort, u16, si128, epi16, short, OPENCV_HAL_NOP) 292 OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(v_uint16x8, u16) 300 inline v_uint8x16 v_pack(const v_uint16x8& a, const v_uint16x8& b) 307 inline void v_pack_store(uchar* ptr, const v_uint16x8& a) 321 v_uint8x16 v_rshr_pack(const v_uint16x8& a, const v_uint16x8& b [all...] |
intrin_neon.hpp | 95 struct v_uint16x8 struct in namespace:cv 100 v_uint16x8() {} function in struct:cv::v_uint16x8 101 explicit v_uint16x8(uint16x8_t v) : val(v) {} function in struct:cv::v_uint16x8 102 v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) function in struct:cv::v_uint16x8 237 inline v_uint16x8 v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##suffix(v.val)); } \ 280 OPENCV_HAL_IMPL_NEON_PACK(v_uint8x16, uchar, uint8x8_t, u8, v_uint16x8, u16, pack, n) 283 OPENCV_HAL_IMPL_NEON_PACK(v_uint16x8, ushort, uint16x4_t, u16, v_uint32x4, u32, pack, n) 284 OPENCV_HAL_IMPL_NEON_PACK(v_uint16x8, ushort, uint16x4_t, u16, v_int32x4, s32, pack_u, un) 316 OPENCV_HAL_IMPL_NEON_BIN_OP(+, v_uint16x8, vqaddq_u16 [all...] |
intrin_cpp.hpp | 709 typedef v_reg<ushort, 8> v_uint16x8; 728 OPENCV_HAL_IMPL_C_INIT(v_uint16x8, ushort, u16) 750 OPENCV_HAL_IMPL_C_SHIFT(v_uint16x8, ushort) 790 OPENCV_HAL_IMPL_C_PACK(v_uint16x8, ushort, v_uint8x16, uchar, pack) 793 OPENCV_HAL_IMPL_C_PACK(v_uint32x4, unsigned, v_uint16x8, ushort, pack) 795 OPENCV_HAL_IMPL_C_PACK(v_int32x4, int, v_uint16x8, ushort, pack_u)
|
/external/opencv3/modules/core/src/ |
arithm.cpp | [all...] |
mathfuncs.cpp | 906 v_uint16x8 v = v_load_expand(src + i); [all...] |