Home
last modified time | relevance | path

Searched refs:v_combine_low (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dconvert.hpp237 a = v_combine_low(iv0, iv1); in vx_load_pair_as()
238 b = v_combine_low(iv2, iv3); in vx_load_pair_as()
342 v_store(ptr, v_combine_low(ia, ib)); in v_store_pair_as()
H A Dlapack.cpp920 s0 = v_extract<3>(s0, v_combine_low(v_rotate_right<1>(s0), s0)); in invert()
949 v_store((double*)dstdata, v_combine_low(sm, ss));//31 in invert()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dfast_icp.cpp151 v_uint32x4 yzx0 = v_combine_low(yz00, x0y0); in getCrossPerm()
154 zxy = v_reinterpret_as_f32(v_combine_low(zx00, y000)); in getCrossPerm()
320 nyzx = v_reinterpret_as_f32(v_combine_low(yz00, x0y0)); in operator ()()
H A Dtsdf_functions.cpp276 v_float32x4 vall = v_combine_low(v001, v101); in integrateVolumeUnit()
541 v_float32x4 vall = v_combine_low(v001, v101); in integrateRGBVolumeUnit()
H A Dcolored_tsdf.cpp582 planed = v_combine_low(planed, v_float32x4(1.f, 0.f, 0.f, 0.f)); in operator ()()
H A Dtsdf.cpp398 planed = v_combine_low(planed, v_float32x4(1.f, 0.f, 0.f, 0.f)); in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dfast.cpp144 if( !v_check_any(v_combine_low(m0, m0)) ) in FAST_t()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsumpixels.simd.hpp368 prev = v_combine_low(t, t); in operator ()()
682 prev = v_combine_low(t, t); in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_rvv.hpp2132 inline v_##_Tpvec v_combine_low(const v_##_Tpvec& a, const v_##_Tpvec& b) \
2150 c = v_combine_low(a, b); \
H A Dintrin_neon.hpp1790 inline v_##_Tpvec v_combine_low(const v_##_Tpvec& a, const v_##_Tpvec& b) \
1811 inline v_##_Tpvec v_combine_low(const v_##_Tpvec& a, const v_##_Tpvec& b) \
H A Dintrin_vsx.hpp501 inline _Tpvec v_combine_low(const _Tpvec& a, const _Tpvec& b) in v_combine_low() function
H A Dintrin_cpp.hpp2285 inline v_reg<_Tp, n> v_combine_low(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_combine_low() function
H A Dintrin_msa.hpp1315 inline _Tpvec v_combine_low(const _Tpvec& a, const _Tpvec& b) \
H A Dintrin_wasm.hpp1884 inline _Tpvec v_combine_low(const _Tpvec& a, const _Tpvec& b) \
H A Dintrin_rvv071.hpp2045 inline v_##_Tpvec v_combine_low(const v_##_Tpvec& a, const v_##_Tpvec& b) \
H A Dintrin_avx.hpp640 inline _Tpvec v_combine_low(const _Tpvec& a, const _Tpvec& b) \
H A Dintrin_avx512.hpp609 inline _Tpvec v_combine_low(const _Tpvec& a, const _Tpvec& b) \
H A Dintrin_sse.hpp1928 inline _Tpvec v_combine_low(const _Tpvec& a, const _Tpvec& b) \
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_intrin_utils.hpp1155 lo = v_combine_low(a, b); in test_unpack()