Home
last modified time | relevance | path

Searched refs:v_dst2 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dblend.cpp120 store_pack_f32tou8(dst + x, v_dst0, v_dst1, v_dst2, v_dst3); in blendLinearSimd()
145 v_uint8 v_dsta = pack_f32tou8(v_dst0, v_dst2, v_dst4, v_dst6); in blendLinearSimd()
190 v_uint8 v_dst2 = pack_f32tou8(v_src120, v_src121, v_src122, v_src123); in blendLinearSimd() local
191 v_store_interleave(dst + x, v_dst0, v_dst1, v_dst2); in blendLinearSimd()
212 v_float32 v_dst0, v_dst1, v_dst2, v_dst3; in blendLinearSimd() local
215 v_dst2 = blend(v_src12, v_src22, v_w12, v_w22); in blendLinearSimd()
218 store_pack_f32tou8(dst + x, v_dst0, v_dst1, v_dst2, v_dst3); in blendLinearSimd()
270 v_float32 v_dst2 = blend(v_src12, v_src22, v_w1, v_w2); in blendLinearSimd() local
272 v_store_interleave(dst + x, v_dst0, v_dst1, v_dst2); in blendLinearSimd()
286 v_float32 v_dst2 = blend(v_src12, v_src22, v_w1, v_w2); in blendLinearSimd() local
[all …]
H A Daccum.simd.hpp591 v_dst2 = v_dst2 + v_src2; in acc_simd_()
646 v_dst2 = v_dst2 + v_src2; in acc_simd_()
772 v_dst2 = v_dst2 + v_src2; in acc_simd_()
807 v_dst2 = v_dst2 + v_src2; in acc_simd_()
1376 v_dst2 = v_fma(v_src2, v_src2, v_dst2); in accSqr_simd_()
1412 v_dst2 = v_fma(v_src2, v_src2, v_dst2); in accSqr_simd_()
1517 v_dst2 = v_fma(v_src2, v_src2, v_dst2); in accSqr_simd_()
1555 v_dst2 = v_fma(v_src2, v_src2, v_dst2); in accSqr_simd_()
2139 v_dst2 = v_fma(v_cvt_f64(v_1int1), v_cvt_f64(v_2int1), v_dst2); in accProd_simd_()
2279 v_dst2 = v_fma(v_cvt_f64(v_1int1), v_cvt_f64(v_2int1), v_dst2); in accProd_simd_()
[all …]
H A Dcorner.avx.cpp171 __m256 v_dst0, v_dst1, v_dst2; in cornerEigenValsVecsLine_AVX() local
174 v_dst2 = _mm256_mul_ps(v_dy, v_dy); in cornerEigenValsVecsLine_AVX()
176 store_interleave(cov_data + j * 3, v_dst0, v_dst1, v_dst2); in cornerEigenValsVecsLine_AVX()
H A Dimgwarp.sse4_1.cpp68 __m128i v_dst2 = _mm_packs_epi32(_mm_cvtps_epi32(_mm_loadu_ps(src2f + x)), in convertMaps_nninterpolate32f1c16s_SSE41() local
73 _mm_interleave_epi16(v_dst0, v_dst1, v_dst2, v_dst3); in convertMaps_nninterpolate32f1c16s_SSE41()
77 _mm_storeu_si128((__m128i *)(dst1 + x * 2 + 16), v_dst2); in convertMaps_nninterpolate32f1c16s_SSE41()
162 …__m128i v_dst2 = _mm_or_si128(_mm_srli_epi32(_mm_and_si128(v_src0, v_y_mask), 16 - INTER_BITS), //… in convertMaps_32f2c16s_SSE41() local
164 _mm_storel_epi64((__m128i *)(dst2 + x), _mm_packus_epi32(v_dst2, v_dst2)); in convertMaps_32f2c16s_SSE41()
H A Dcorner.cpp292 v_float32x4 v_dst0, v_dst1, v_dst2; in cornerEigenValsVecs() local
295 v_dst2 = v_dy * v_dy; in cornerEigenValsVecs()
297 v_store_interleave(cov_data + j * 3, v_dst0, v_dst1, v_dst2); in cornerEigenValsVecs()
H A Dimgwarp.cpp2079 v_float32x4 v_dst2 = CV_COMPUTE_MAP_Y(v_src1[0], v_fxy1); in convertMaps() local
2081 v_store(dst2f + x, v_dst2); in convertMaps()
2084 v_dst2 = CV_COMPUTE_MAP_Y(v_src1[1], v_fxy2); in convertMaps()
2086 v_store(dst2f + x + span, v_dst2); in convertMaps()
/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
205 v_dst2 = v_select(v_reinterpret_as_u16(v_nmask2), v_dst2, v_src2); in copyMask_()
207 v_store(dst + x + v_uint16::nlanes, v_dst2); in copyMask_()