Searched refs:v_uint16x8 (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 100 struct v_uint16x8 struct 105 v_uint16x8() {} in v_uint16x8() function 106 explicit v_uint16x8(__m128i v) : val(v) {} in v_uint16x8() function 107 … v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() function 259 OPENCV_HAL_IMPL_SSE_INITVEC(v_uint16x8, ushort, u16, si128, epi16, short, OPENCV_HAL_NOP) in OPENCV_HAL_IMPL_SSE_INITVEC() 292 OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(v_uint16x8, u16) in OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT() 300 inline v_uint8x16 v_pack(const v_uint16x8& a, const v_uint16x8& b) in OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT() 307 inline void v_pack_store(uchar* ptr, const v_uint16x8& a) in v_pack_store() 321 v_uint8x16 v_rshr_pack(const v_uint16x8& a, const v_uint16x8& b) in v_rshr_pack() 330 void v_rshr_pack_store(uchar* ptr, const v_uint16x8& a) in v_rshr_pack_store() [all …]
|
D | intrin_neon.hpp | 95 struct v_uint16x8 struct 100 v_uint16x8() {} in v_uint16x8() argument 101 explicit v_uint16x8(uint16x8_t v) : val(v) {} in v_uint16x8() argument 102 … v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument 237 inline v_uint16x8 v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##s… 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) 317 OPENCV_HAL_IMPL_NEON_BIN_OP(-, v_uint16x8, vqsubq_u16) [all …]
|
D | intrin_cpp.hpp | 709 typedef v_reg<ushort, 8> v_uint16x8; typedef 728 OPENCV_HAL_IMPL_C_INIT(v_uint16x8, ushort, u16) in OPENCV_HAL_IMPL_C_INIT() 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/ |
D | arithm.cpp | 2810 v_uint16x8 v_zero = v_setzero_u16(); in operator ()() 2814 v_uint16x8 v_src1 = v_load_expand(src1 + x); in operator ()() 2815 v_uint16x8 v_src2 = v_load_expand(src2 + x); in operator ()() 2831 v_uint16x8 res = v_pack_u(i0, i1); in operator ()() 2902 v_uint16x8 v_zero = v_setzero_u16(); in operator ()() 2906 v_uint16x8 v_src1 = v_load(src1 + x); in operator ()() 2907 v_uint16x8 v_src2 = v_load(src2 + x); in operator ()() 2923 v_uint16x8 res = v_pack_u(i0, i1); in operator ()() 3076 v_uint16x8 v_zero = v_setzero_u16(); in operator ()() 3080 v_uint16x8 v_src2 = v_load_expand(src2 + x); in operator ()() [all …]
|
D | mathfuncs.cpp | 906 v_uint16x8 v = v_load_expand(src + i); in operator ()() 984 v_uint16x8 v = v_load(src + i); in operator ()()
|