Home | Sort by relevance Sort by last modified time |
/external/opencv3/modules/hal/include/opencv2/hal/ | |
intrin_sse.hpp | 300 inline v_uint8x16 v_pack(const v_uint16x8& a, const v_uint16x8& b) function in namespace:cv 353 inline v_int8x16 v_pack(const v_int16x8& a, const v_int16x8& b) function in namespace:cv 383 inline v_uint16x8 v_pack(const v_uint32x4& a, const v_uint32x4& b) function in namespace:cv 442 inline v_int16x8 v_pack(const v_int32x4& a, const v_int32x4& b) function in namespace:cv 468 inline v_uint32x4 v_pack(const v_uint64x2& a, const v_uint64x2& b) function in namespace:cv 482 inline v_int32x4 v_pack(const v_int64x2& a, const v_int64x2& b) function in namespace:cv [all...] |
/external/opencv3/modules/core/src/ | |
mathfuncs.cpp | 926 v = v_pack(v_a1, v_a2); [all...] |
arithm.cpp | [all...] |