HomeSort by relevance Sort by last modified time
    Searched defs:v_int16x8 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp 115 struct v_int16x8 struct in namespace:cv
120 v_int16x8() {} function in struct:cv::v_int16x8
121 explicit v_int16x8(int16x8_t v) : val(v) {} function in struct:cv::v_int16x8
122 v_int16x8(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) function in struct:cv::v_int16x8
238 inline v_int16x8 v_reinterpret_as_s16(const v_##_Tpv& v) { return v_int16x8(vreinterpretq_s16_##suffix(v.val)); } \
281 OPENCV_HAL_IMPL_NEON_PACK(v_uint8x16, uchar, uint8x8_t, u8, v_int16x8, s16, pack_u, un)
282 OPENCV_HAL_IMPL_NEON_PACK(v_int8x16, schar, int8x8_t, s8, v_int16x8, s16, pack, n)
285 OPENCV_HAL_IMPL_NEON_PACK(v_int16x8, short, int16x4_t, s16, v_int32x4, s32, pack, n)
319 OPENCV_HAL_IMPL_NEON_BIN_OP(+, v_int16x8, vqaddq_s16
    [all...]
intrin_sse.hpp 120 struct v_int16x8 struct in namespace:cv
125 v_int16x8() {} function in struct:cv::v_int16x8
126 explicit v_int16x8(__m128i v) : val(v) {} function in struct:cv::v_int16x8
127 v_int16x8(short v0, short v1, short v2, short v3, short v4, short v5, short v6, short v7) function in struct:cv::v_int16x8
260 OPENCV_HAL_IMPL_SSE_INITVEC(v_int16x8, short, s16, si128, epi16, short, OPENCV_HAL_NOP)
293 OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(v_int16x8, s16)
314 inline v_uint8x16 v_pack_u(const v_int16x8& a, const v_int16x8& b)
317 inline void v_pack_u_store(uchar* ptr, const v_int16x8& a)
338 v_uint8x16 v_rshr_pack_u(const v_int16x8& a, const v_int16x8& b
    [all...]

Completed in 53 milliseconds