Home
last modified time | relevance | path

Searched refs:v_rshr_pack (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsmooth.simd.hpp1394 v_store(dst + i , v_pack(v_reinterpret_as_u16(v_rshr_pack<16>(v_res0, v_res1)), in vlineSmooth3N()
1395 v_reinterpret_as_u16(v_rshr_pack<16>(v_res2, v_res3)))); in vlineSmooth3N()
1396 v_store(dst + i + 2*VECSZ, v_pack(v_reinterpret_as_u16(v_rshr_pack<16>(v_res4, v_res5)), in vlineSmooth3N()
1397 v_reinterpret_as_u16(v_rshr_pack<16>(v_res6, v_res7)))); in vlineSmooth3N()
1751 v_store(dst + i , v_pack(v_reinterpret_as_u16(v_rshr_pack<16>(v_res0, v_res1)), in vlineSmooth()
1752 v_reinterpret_as_u16(v_rshr_pack<16>(v_res2, v_res3)))); in vlineSmooth()
1753 v_store(dst + i + 2*VECSZ, v_pack(v_reinterpret_as_u16(v_rshr_pack<16>(v_res4, v_res5)), in vlineSmooth()
1851 v_store(dst + i , v_pack(v_reinterpret_as_u16(v_rshr_pack<16>(v_res0, v_res1)), in vlineSmoothONa_yzy_a()
1853 v_store(dst + i + 2*VECSZ, v_pack(v_reinterpret_as_u16(v_rshr_pack<16>(v_res4, v_res5)), in vlineSmoothONa_yzy_a()
1909 v_store(dst + i, v_pack(v_rshr_pack<32>(v_res0, v_res1), in vlineSmoothONa_yzy_a()
[all …]
H A Dresize.cpp2500 … v_store_interleave(D, v_rshr_pack<2>(bl, bh), v_rshr_pack<2>(gl, gh), v_rshr_pack<2>(rl, rh)); in operator ()()
2517 v_store(D, v_rshr_pack<2>(r00l + r01l + r10l + r11l, r00h + r01h + r10h + r11h)); in operator ()()
2603 … v_store_interleave(D, v_rshr_pack<2>(bl, bh), v_rshr_pack<2>(gl, gh), v_rshr_pack<2>(rl, rh)); in operator ()()
2620 … v_store_interleave(D, v_rshr_pack<2>(bl, bh), v_rshr_pack<2>(gl, gh), v_rshr_pack<2>(rl, rh)); in operator ()()
2639 v_store(D, v_rshr_pack<2>(r00l + r01l + r10l + r11l, r00h + r01h + r10h + r11h)); in operator ()()
2733 … v_store_interleave(D, v_rshr_pack<2>(bl, bh), v_rshr_pack<2>(gl, gh), v_rshr_pack<2>(rl, rh)); in operator ()()
2749 … v_store_interleave(D, v_rshr_pack<2>(bl, bh), v_rshr_pack<2>(gl, gh), v_rshr_pack<2>(rl, rh)); in operator ()()
2768 v_store(D, v_rshr_pack<2>(r00l + r01l + r10l + r11l, r00h + r01h + r10h + r11h)); in operator ()()
2783 v_store(D, v_rshr_pack<2>(dl, dh)); in operator ()()
H A Dpyramids.cpp470 v_store(dst + x, v_rshr_pack<8>(t0, t1)); in PyrDownVecV()
495 …*((unaligned_int*) (dst + x)) = v_reinterpret_as_s32(v_rshr_pack<8>(v_pack_u(t0, t0), v_setzero_u1… in PyrDownVecV()
576 v_store(dst + x, v_rshr_pack<8>(r00 + r40 + (r20 + r20) + ((r10 + r20 + r30) << 2), in PyrDownVecV()
652 …v_store(dst0 + x, v_rshr_pack<6>(v_r00 + v_r20 + ((v_r10 << 1) + (v_r10 << 2)), v_r01 + v_r21 + ((… in PyrUpVecV()
653 v_store(dst1 + x, v_rshr_pack<6>((v_r10 + v_r20) << 2, (v_r11 + v_r21) << 2)); in PyrUpVecV()
H A Dcolor_lab.cpp1441 (ll) = v_rshr_pack<trilinear_shift*3>(part0, part1) in trilinearPackedInterpolate()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/fluid/
H A Dgfluidimgproc_func.simd.hpp537 v_uint8x16 b2_sum = v_rshr_pack<1>(l_1 + l_2, r_1 + r_2); in run_bayergr2rgb_bg_impl()
550 r13offset_sum = v_rshr_pack<2>(l_1 + l_2 + l_3 + l_4, in run_bayergr2rgb_bg_impl()
552 r13_sum = v_rshr_pack<1>(l_1 + l_3, r_1 + r_3); in run_bayergr2rgb_bg_impl()
564 v_uint8x16 g_out_sum = v_rshr_pack<2>(l_1 + l_2 + l_3 + l_4, in run_bayergr2rgb_bg_impl()
649 v_uint8x16 r2_sum = v_rshr_pack<1>(l_1 + l_2, r_1 + r_2); in run_bayergr2rgb_gr_impl()
662 b13offset_sum = v_rshr_pack<2>(l_1 + l_2 + l_3 + l_4, in run_bayergr2rgb_gr_impl()
664 b13_sum = v_rshr_pack<1>(l_2 + l_4, r_2 + r_4); in run_bayergr2rgb_gr_impl()
676 v_uint8x16 g_out_sum = v_rshr_pack<2>(l_1 + l_2 + l_3 + l_4, in run_bayergr2rgb_gr_impl()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatmul.simd.hpp1502 dbl = v_rshr_pack<BITS>(v_dotprod(v_reinterpret_as_s16(p0), m01) + p1 * m2 + m3, in transform_8u()
1504 dgl = v_rshr_pack<BITS>(v_dotprod(v_reinterpret_as_s16(p0), m45) + p1 * m6 + m7, in transform_8u()
1506 drl = v_rshr_pack<BITS>(v_dotprod(v_reinterpret_as_s16(p0), m89) + p1 * m10 + m11, in transform_8u()
1510 dbh = v_rshr_pack<BITS>(v_dotprod(v_reinterpret_as_s16(p0), m01) + p1 * m2 + m3, in transform_8u()
1512 dgh = v_rshr_pack<BITS>(v_dotprod(v_reinterpret_as_s16(p0), m45) + p1 * m6 + m7, in transform_8u()
1514 drh = v_rshr_pack<BITS>(v_dotprod(v_reinterpret_as_s16(p0), m89) + p1 * m10 + m11, in transform_8u()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_wasm.hpp473 inline v_uint8x16 v_rshr_pack(const v_uint16x8& a, const v_uint16x8& b) in v_rshr_pack() function
484 inline v_int8x16 v_rshr_pack(const v_int16x8& a, const v_int16x8& b) in v_rshr_pack() function
498 inline v_uint16x8 v_rshr_pack(const v_uint32x4& a, const v_uint32x4& b) in v_rshr_pack() function
509 inline v_int16x8 v_rshr_pack(const v_int32x4& a, const v_int32x4& b) in v_rshr_pack() function
523 inline v_uint32x4 v_rshr_pack(const v_uint64x2& a, const v_uint64x2& b) in v_rshr_pack() function
531 inline v_int32x4 v_rshr_pack(const v_int64x2& a, const v_int64x2& b) in v_rshr_pack() function
H A Dintrin_avx.hpp2045 v_uint8x32 v_rshr_pack(const v_uint16x16& a, const v_uint16x16& b) in v_rshr_pack() function
2075 v_int8x32 v_rshr_pack(const v_int16x16& a, const v_int16x16& b) in v_rshr_pack() function
2114 v_uint16x16 v_rshr_pack(const v_uint32x8& a, const v_uint32x8& b) in v_rshr_pack() function
2144 v_int16x16 v_rshr_pack(const v_int32x8& a, const v_int32x8& b) in v_rshr_pack() function
2180 v_uint32x8 v_rshr_pack(const v_uint64x4& a, const v_uint64x4& b) in v_rshr_pack() function
2194 v_int32x8 v_rshr_pack(const v_int64x4& a, const v_int64x4& b) in v_rshr_pack() function
H A Dintrin_avx512.hpp2057 v_uint8x64 v_rshr_pack(const v_uint16x32& a, const v_uint16x32& b) in v_rshr_pack() function
2087 v_int8x64 v_rshr_pack(const v_int16x32& a, const v_int16x32& b) in v_rshr_pack() function
2127 v_uint16x32 v_rshr_pack(const v_uint32x16& a, const v_uint32x16& b) in v_rshr_pack() function
2156 v_int16x32 v_rshr_pack(const v_int32x16& a, const v_int32x16& b) in v_rshr_pack() function
2184 v_uint32x16 v_rshr_pack(const v_uint64x8& a, const v_uint64x8& b) in v_rshr_pack() function
2198 v_int32x16 v_rshr_pack(const v_int64x8& a, const v_int64x8& b) in v_rshr_pack() function
H A Dintrin_sse.hpp410 v_uint8x16 v_rshr_pack(const v_uint16x8& a, const v_uint16x8& b) in v_rshr_pack() function
449 v_int8x16 v_rshr_pack(const v_int16x8& a, const v_int16x8& b) in v_rshr_pack() function
488 v_uint16x8 v_rshr_pack(const v_uint32x4& a, const v_uint32x4& b) in v_rshr_pack() function
574 v_int16x8 v_rshr_pack(const v_int32x4& a, const v_int32x4& b) in v_rshr_pack() function
619 v_uint32x4 v_rshr_pack(const v_uint64x2& a, const v_uint64x2& b) in v_rshr_pack() function
652 v_int32x4 v_rshr_pack(const v_int64x2& a, const v_int64x2& b) in v_rshr_pack() function
H A Dintrin_rvv.hpp2043 _Tpvec v_rshr_pack(const _wTpvec& a, const _wTpvec& b) \
H A Dintrin_rvv071.hpp1530 v_##_Tp##x##num v_rshr_pack(const v_##_Tp2##x##num2& a, const v_##_Tp2##x##num2& b) \
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_intrin_utils.hpp1005 Data<R> resD = v_rshr_pack<s>(a, b); in test_pack()