Home
last modified time | relevance | path

Searched defs:v_dst1 (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Daccumulate.cpp69 int16x8_t v_dst1 = vld1q_s16(dst + j + 8); in accumulate() local
121 int16x8_t v_dst0 = vld1q_s16(dst + j), v_dst1 = vld1q_s16(dst + j + 8); in accumulateSquareConst() local
174 int16x8_t v_dst0 = vld1q_s16(dst + j), v_dst1 = vld1q_s16(dst + j + 8); in accumulateSquareConst() local
327 uint16x8_t v_dst1 = vcombine_u16(vmovn_u32(vcvtq_u32_f32(v_dst0f)), in operator ()() local
H A Dsub.cpp281 int16x8_t v_dst1 = vqsubq_s16(v_src01, v_src11); in sub() local
307 int16x8_t v_dst1 = vsubq_s16(v_src01, v_src11); in sub() local
364 int16x8_t v_dst1 = vqsubq_s16(v_src01, v_src11); in sub() local
390 int16x8_t v_dst1 = vsubq_s16(v_src01, v_src11); in sub() local
H A Dmul.cpp85 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in mulu8() local
113 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in mulu8() local
163 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in muls16() local
193 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in muls16() local
313 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in mul() local
387 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in mul() local
544 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in mul() local
618 uint16x8_t v_dst1 = vmull_u8(vget_high_u8(v_src0), vget_high_u8(v_src1)); in mul() local
H A Dconvert_depth.cpp69 int16x8_t v_dst1 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(v_src))); in lshiftConst() local
106 int16x8_t v_dst1 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(v_src))); in lshiftConst() local
H A Dadd.cpp254 int16x8_t v_dst1 = vqaddq_s16(v_src01, v_src11); in add() local
280 int16x8_t v_dst1 = vaddq_s16(v_src01, v_src11); in add() local
H A Dconvolution.cpp209 int32x4_t v_dst0 = v_zero_s32, v_dst1 = v_zero_s32; in convolution() local
H A Dbitwise.cpp134 uint8x16_t v_dst0 = vmvnq_u8(v_src0), v_dst1 = vmvnq_u8(v_src1); in bitwiseNot() local
H A Dremap.cpp162 uint16x4_t v_dst1 = vmovn_u32(vcvtq_u32_f32(v_dst)); in remapLinearReplicate() local
260 uint16x4_t v_dst1 = vmovn_u32(vcvtq_u32_f32(v_dst)); in remapLinearConst() local
H A Dcmp.cpp163 uvec128 v_dst1; in vcompare() local
H A Dthreshold.cpp157 uint8x16_t v_dst1 = vandq_u8(vcgeq_u8(v_src1, v_lower), vcleq_u8(v_src1, v_upper)); in thresholdRange() local
193 uint8x16_t v_dst1 = vandq_u8(vcgeq_u8(v_src1, v_lower), vcleq_u8(v_src1, v_upper)); in thresholdRange() local
H A Dresize.cpp784 uint8x8x3_t v_dst0, v_dst1; in resizeAreaRounding() local
H A Dcolorconvert.cpp72 uint32x4_t v_dst1 = vmull_u16(vget_high_u16(v_g), v_g2y); in convertToGray() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dblend.cpp116 … v_float32 v_dst1 = blend(v_src11, v_src21, weights1, weights2, weight_offset + v_float32::nlanes); in blendLinearSimd() local
137 v_float32 v_dst1 = blend(v_src110, v_src210, weights1, weights2, weight_offset); in blendLinearSimd() local
189 v_uint8 v_dst1 = pack_f32tou8(v_src110, v_src111, v_src112, v_src113); in blendLinearSimd() local
212 v_float32 v_dst0, v_dst1, v_dst2, v_dst3; in blendLinearSimd() local
254 v_float32 v_dst1 = blend(v_src11, v_src21, v_w1, v_w2); in blendLinearSimd() local
269 v_float32 v_dst1 = blend(v_src11, v_src21, v_w1, v_w2); in blendLinearSimd() local
285 v_float32 v_dst1 = blend(v_src11, v_src21, v_w1, v_w2); in blendLinearSimd() local
H A Daccum.simd.hpp581 v_float64 v_dst1 = vx_load(dst + x + step); in acc_simd_() local
766 v_float64 v_dst1 = vx_load(dst + x + step); in acc_simd_() local
879 __m256d v_dst1 = _mm256_loadu_pd(dst + x + 4); in acc_simd_() local
1370 v_float64 v_dst1 = vx_load(dst + x + step); in accSqr_simd_() local
1511 v_float64 v_dst1 = vx_load(dst + x + step); in accSqr_simd_() local
2133 v_float64 v_dst1 = vx_load(dst + x + step); in accProd_simd_() local
2273 v_float64 v_dst1 = vx_load(dst + x + step); in accProd_simd_() local
2772 v_float32 v_dst1 = vx_load(dst + x + step); in accW_simd_() local
2885 v_float32 v_dst1 = vx_load(dst + x + step); in accW_simd_() local
2926 v_float64 v_dst1 = vx_load(dst + x + step); in accW_simd_() local
[all …]
H A Dimgwarp.sse4_1.cpp65 __m128i v_dst1 = _mm_packs_epi32(_mm_cvtps_epi32(_mm_loadu_ps(src1f + x + 8)), in convertMaps_nninterpolate32f1c16s_SSE41() local
155 __m128i v_dst1 = _mm_packs_epi32(_mm_srai_epi32(v_src0, INTER_BITS), in convertMaps_32f2c16s_SSE41() local
H A Dcorner.avx.cpp171 __m256 v_dst0, v_dst1, v_dst2; in cornerEigenValsVecsLine_AVX() local
H A Dresize.sse4_1.cpp210 __m128 v_dst1 = _mm_mul_ps(v_b0, _mm_loadu_ps(S0 + x + 4)); in VResizeLanczos4Vec_32f16u_SSE41() local
H A Dcorner.cpp292 v_float32x4 v_dst0, v_dst1, v_dst2; in cornerEigenValsVecs() local
H A Dresize.cpp2243 … uint16x8_t v_dst1 = vaddl_u8(vget_high_u8(v_row0.val[0]), vget_high_u8(v_row0.val[1])); in operator ()() local
2303 … uint32x4_t v_dst1 = vaddl_u16(vget_high_u16(v_row0.val[0]), vget_high_u16(v_row0.val[1])); in operator ()() local
2353 … int32x4_t v_dst1 = vaddl_s16(vget_high_s16(v_row0.val[0]), vget_high_s16(v_row0.val[1])); in operator ()() local
2403 float32x4_t v_dst1 = vaddq_f32(v_row1.val[0], v_row1.val[1]); in operator ()() local
2413 float32x4_t v_dst1 = vaddq_f32(vld1q_f32(S1), vld1q_f32(S1 + 4)); in operator ()() local
H A Dimgwarp.cpp1970 … v_int32x4 v_dst1 = v_muladd(v_scale3, (v_iy1 & v_mask), (v_ix1 & v_mask)); in convertMaps() local
2078 v_float32x4 v_dst1 = CV_COMPUTE_MAP_X(v_src0[0], v_fxy1); in convertMaps() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp198 v_dst1 = vx_load(dst + x), v_dst2 = vx_load(dst + x + v_uint16::nlanes); in copyMask_() local