Home
last modified time | relevance | path

Searched refs:v_recombine (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2653 v_recombine(r0, r1, t0, t1); in operator ()()
2780 v_recombine(r0, r1, t0, t1); v_recombine(r2, r3, t2, t3); in operator ()()
2834v_recombine(v256_load(S0) + v256_load(S1), v256_load(S0 + v_float32x8::nlanes) + v256_load(S1 + v_… in operator ()()
H A Dimgwarp.cpp520 v_recombine(a0, b0, a2, b2); in operator ()()
533 v_recombine(c0, d0, c2, d2); in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_neon.hpp1798 inline void v_recombine(const v_##_Tpvec& a, const v_##_Tpvec& b, v_##_Tpvec& c, v_##_Tpvec& d) \
1819 inline void v_recombine(const v_##_Tpvec& a, const v_##_Tpvec& b, v_##_Tpvec& c, v_##_Tpvec& d) \
H A Dintrin_avx.hpp644 inline void v_recombine(const _Tpvec& a, const _Tpvec& b, \
656 v_recombine(ab0ab2, ab1ab3, ab0, ab1); \
H A Dintrin_vsx.hpp505 inline void v_recombine(const _Tpvec& a, const _Tpvec& b, _Tpvec& c, _Tpvec& d) in v_recombine() function
H A Dintrin_cpp.hpp2325 inline void v_recombine(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_recombine() function
H A Dintrin_msa.hpp1323 inline void v_recombine(const _Tpvec& a, const _Tpvec& b, _Tpvec& c, _Tpvec& d) \
H A Dintrin_rvv.hpp2148 inline void v_recombine(const v_##_Tpvec& a, const v_##_Tpvec& b, v_##_Tpvec& c, v_##_Tpvec& d) \
H A Dintrin_wasm.hpp1892 inline void v_recombine(const _Tpvec& a, const _Tpvec& b, _Tpvec& c, _Tpvec& d) \
H A Dintrin_rvv071.hpp2057 inline void v_recombine(const v_##_Tpvec& a, const v_##_Tpvec& b, v_##_Tpvec& c, v_##_Tpvec& d) \
H A Dintrin_avx512.hpp613 inline void v_recombine(const _Tpvec& a, const _Tpvec& b, \
H A Dintrin_sse.hpp1938 inline void v_recombine(const _Tpvec& a, const _Tpvec& b, _Tpvec& c, _Tpvec& d) \
/dports/graphics/opencv/opencv-4.5.3/modules/video/src/
H A Dlkpyramid.cpp650 v_recombine(v_interleave_pairs(qb0 + qb1), v_setzero_f32(), qf0, qf1); in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_intrin_utils.hpp1154 v_recombine(a, b, e, f); in test_unpack()