Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dmul.cpp1035 … wvec128 v_mul0 = internal::vmull( internal::vget_low(v_src0), internal::vget_low(v_src1)); in mulShift() local
1038 …internal::vqmovn(vrshrq_n<shift>(internal::vqsubq(v_mul0, vshrq_n<shift>(internal::vbicq(v_mask, v… in mulShift()
1063 … wvec128 v_mul0 = internal::vmull( internal::vget_low(v_src0), internal::vget_low(v_src1)); in mulShift() local
1066 … internal::vmovn(vrshrq_n<shift>(internal::vqsubq(v_mul0, vshrq_n<shift>(internal::vbicq(v_mask, v… in mulShift()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp493 v_uint32 v_mul0, v_mul1, v_mul2, v_mul3, v_tmp; in hlineResizeCn() local
494 v_mul0 = vx_load((uint32_t*)m);//AaBbCcDd in hlineResizeCn()
495 v_zip(v_mul0, v_mul0, v_mul3, v_tmp );//AaAaBbBb CcCcDdDd in hlineResizeCn()
496 v_zip(v_mul3, v_mul3, v_mul0, v_mul1);//AaAaAaAa BbBbBbBb in hlineResizeCn()
499 …res0 = v_reinterpret_as_u32(v_dotprod(v_reinterpret_as_s16(v_src0), v_reinterpret_as_s16(v_mul0))); in hlineResizeCn()
565 v_uint32 v_mul0, v_mul1, v_mul2, v_mul3, v_tmp; in hlineResizeCn() local
566 v_mul0 = vx_load((uint32_t*)m);//AaBbCcDd in hlineResizeCn()
567 v_zip(v_mul0, v_mul0, v_mul3, v_tmp );//AaAaBbBb CcCcDdDd in hlineResizeCn()
568 v_zip(v_mul3, v_mul3, v_mul0, v_mul1);//AaAaAaAa BbBbBbBb in hlineResizeCn()
571 …res0 = v_reinterpret_as_u32(v_dotprod(v_reinterpret_as_s16(v_src0), v_reinterpret_as_s16(v_mul0))); in hlineResizeCn()
H A Dsmooth.simd.hpp174 v_uint16 v_mul0 = vx_setall_u16(_m[0]); in hlineSmooth3N() local
178 v_store((uint16_t*)dst, v_mul_wrap(vx_load_expand(src - cn), v_mul0) + in hlineSmooth3N()
326 v_uint16 v_mul0 = vx_setall_u16(_m[0]); in hlineSmooth3Naba() local
329 … v_store((uint16_t*)dst, v_mul_wrap(vx_load_expand(src - cn) + vx_load_expand(src + cn), v_mul0) + in hlineSmooth3Naba()
520 v_uint16 v_mul0 = vx_setall_u16(_m[0]); in hlineSmooth5N() local
526 v_store((uint16_t*)dst, v_mul_wrap(vx_load_expand(src - 2 * cn), v_mul0) + in hlineSmooth5N()
930 v_uint16 v_mul0 = vx_setall_u16(_m[0]); in hlineSmooth5Nabcba() local
934 …e((uint16_t*)dst, v_mul_wrap(vx_load_expand(src - 2 * cn) + vx_load_expand(src + 2 * cn), v_mul0) + in hlineSmooth5Nabcba()