Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.sse4_1.cpp97 __m128i v_ix1 = _mm_cvtps_epi32(_mm_mul_ps(_mm_loadu_ps(src1f + x + 4), v_its)); in convertMaps_32f1c16s_SSE41() local
102 _mm_srai_epi32(v_ix1, INTER_BITS)); in convertMaps_32f1c16s_SSE41()
108 _mm_and_si128(v_ix1, v_its1)); in convertMaps_32f1c16s_SSE41()
112 v_ix1 = _mm_cvtps_epi32(_mm_mul_ps(_mm_loadu_ps(src1f + x + 12), v_its)); in convertMaps_32f1c16s_SSE41()
117 _mm_srai_epi32(v_ix1, INTER_BITS)); in convertMaps_32f1c16s_SSE41()
123 _mm_and_si128(v_ix1, v_its1)); in convertMaps_32f1c16s_SSE41()
H A Dmoments.cpp282 v_int32x4 v_ix1 = v_ix0 * v_ix0; in operator ()() local
283 v_x2 += v_reinterpret_as_u32(v_src * v_ix1); in operator ()()
285 v_ix1 = v_ix0 * v_ix1; in operator ()()
286 v_src = v_src * v_ix1; in operator ()()
H A Dimgwarp.cpp1960 v_int32x4 v_ix1 = v_round(v_scale * (v_load(src1f + x + span))); in convertMaps() local
1965 v_dst[0] = v_pack(v_shr<INTER_BITS>(v_ix0), v_shr<INTER_BITS>(v_ix1)); in convertMaps()
1970 … v_int32x4 v_dst1 = v_muladd(v_scale3, (v_iy1 & v_mask), (v_ix1 & v_mask)); in convertMaps()
2024 v_int32x4 v_ix1 = v_round(v_src1[0] * v_scale); in convertMaps() local
2029 v_dst[0] = v_pack(v_shr<INTER_BITS>(v_ix0), v_shr<INTER_BITS>(v_ix1)); in convertMaps()
2035 v_muladd(v_scale3, (v_iy1 & v_mask), (v_ix1 & v_mask)))); in convertMaps()