Home
last modified time | relevance | path

Searched defs:v_uint16x8 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp95 struct v_uint16x8 struct
97 typedef ushort lane_type;
98 enum { nlanes = 8 };
100 v_uint16x8() {} in v_uint16x8() function
101 explicit v_uint16x8(uint16x8_t v) : val(v) {} in v_uint16x8() function
102v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() argument
107 ushort get0() const in get0()
112 uint16x8_t val;
Dintrin_sse.hpp100 struct v_uint16x8 struct
102 typedef ushort lane_type;
103 enum { nlanes = 8 };
105 v_uint16x8() {} in v_uint16x8() argument
106 explicit v_uint16x8(__m128i v) : val(v) {} in v_uint16x8() function
107v_uint16x8(ushort v0, ushort v1, ushort v2, ushort v3, ushort v4, ushort v5, ushort v6, ushort v7) in v_uint16x8() function
112 ushort get0() const in get0()
117 __m128i val;
Dintrin_cpp.hpp709 typedef v_reg<ushort, 8> v_uint16x8; typedef