Home
last modified time | relevance | path

Searched refs:v_res1 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsmooth.simd.hpp1235 v_uint32 v_res0, v_res1; in hlineSmoothONa_yzy_a() local
1243 v_res1 += v_add1; in hlineSmoothONa_yzy_a()
1246 v_res1 += v_add1; in hlineSmoothONa_yzy_a()
1374 v_res1 += v_resj1; in vlineSmooth3N()
1386 v_res1 += v_128_4; in vlineSmooth3N()
1532 v_res1 += v_resj1; in vlineSmooth5N()
1544 v_res1 += v_128_4; in vlineSmooth5N()
1731 v_res1 += v_resj1; in vlineSmooth()
1743 v_res1 += v_128_4; in vlineSmooth()
1843 v_res1 += v_128_4; in vlineSmoothONa_yzy_a()
[all …]
H A Dresize.cpp432 …v_uint32 v_res1 = v_reinterpret_as_u32(v_dotprod(v_reinterpret_as_s16(v_src1), v_reinterpret_as_s1… in hlineResizeCn() local
433 v_store((uint16_t*)dst, v_pack(v_res0, v_res1));//AB1AB2CD1CD2 in hlineResizeCn()
500 …v_uint32 v_res1 = v_reinterpret_as_u32(v_dotprod(v_reinterpret_as_s16(v_src1), v_reinterpret_as_s1… in hlineResizeCn() local
503 v_store((uint16_t*)dst , v_pack_triplets(v_pack(v_res0, v_res1))); in hlineResizeCn()
575 v_store((uint16_t*)dst , v_pack(v_res0, v_res1)); in hlineResizeCn()
628 v_uint64 v_res1 = v_reinterpret_as_u64(v_src1 * vx_load((uint32_t*)m + VECSZ)); in hlineResizeCn() local
630 (v_res1 & vx_setall_u64(0xFFFFFFFF)) + (v_res1 >> 32))); in hlineResizeCn()
671 v_uint16 v_res1 = (v_src1 + v_fixedRound) >> 8; in vlineSet() local
673 v_store(dst, v_pack(v_res0, v_res1)); in vlineSet()
711 v_int32 v_res1 = v_dotprod(v_tmp1, v_mul); in vlineResize() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dmul.cpp1039 …vec64 v_res1 = internal::vqmovn(vrshrq_n<shift>(internal::vqsubq(v_mul1, vshrq_n<shift>(internal::… in mulShift() local
1041 internal::vst1q(dst + j, internal::vcombine(v_res0, v_res1)); in mulShift()
1067 …vec64 v_res1 = internal::vmovn(vrshrq_n<shift>(internal::vqsubq(v_mul1, vshrq_n<shift>(internal::v… in mulShift() local
1069 internal::vst1q(dst + j, internal::vcombine(v_res0, v_res1)); in mulShift()