/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_neon.hpp | 155 struct v_int32x4 struct in namespace:cv 160 v_int32x4() {} function in struct:cv::v_int32x4 161 explicit v_int32x4(int32x4_t v) : val(v) {} function in struct:cv::v_int32x4 162 v_int32x4(int v0, int v1, int v2, int v3) function in struct:cv::v_int32x4 240 inline v_int32x4 v_reinterpret_as_s32(const v_##_Tpv& v) { return v_int32x4(vreinterpretq_s32_##suffix(v.val)); } \ 284 OPENCV_HAL_IMPL_NEON_PACK(v_uint16x8, ushort, uint16x4_t, u16, v_int32x4, s32, pack_u, un) 285 OPENCV_HAL_IMPL_NEON_PACK(v_int16x8, short, int16x4_t, s16, v_int32x4, s32, pack, n) 287 OPENCV_HAL_IMPL_NEON_PACK(v_int32x4, int, int32x2_t, s32, v_int64x2, s64, pack, n) 322 OPENCV_HAL_IMPL_NEON_BIN_OP(+, v_int32x4, vaddq_s32 [all...] |
intrin_sse.hpp | 157 struct v_int32x4 struct in namespace:cv 162 v_int32x4() {} function in struct:cv::v_int32x4 163 explicit v_int32x4(__m128i v) : val(v) {} function in struct:cv::v_int32x4 164 v_int32x4(int v0, int v1, int v2, int v3) function in struct:cv::v_int32x4 262 OPENCV_HAL_IMPL_SSE_INITVEC(v_int32x4, int, s32, si128, epi32, int, OPENCV_HAL_NOP) 295 OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(v_int32x4, s32) 418 inline v_uint16x8 v_pack_u(const v_int32x4& a, const v_int32x4& b) 425 inline void v_pack_u_store(ushort* ptr, const v_int32x4& a) 434 void v_rshr_pack_u_store(ushort* ptr, const v_int32x4& a [all...] |
intrin_cpp.hpp | 712 typedef v_reg<int, 4> v_int32x4; 731 OPENCV_HAL_IMPL_C_INIT(v_int32x4, int, s32) 753 OPENCV_HAL_IMPL_C_SHIFT(v_int32x4, int) 794 OPENCV_HAL_IMPL_C_PACK(v_int32x4, int, v_int16x8, short, pack) 795 OPENCV_HAL_IMPL_C_PACK(v_int32x4, int, v_uint16x8, ushort, pack_u) 797 OPENCV_HAL_IMPL_C_PACK(v_int64x2, int64, v_int32x4, int, pack)
|
/external/opencv3/modules/core/src/ |
mathfuncs.cpp | 940 v_int32x4 v_1 = v_setall_s32(1); [all...] |
arithm.cpp | [all...] |