Home
last modified time | relevance | path

Searched refs:src1f (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.hpp67 void convertMaps_nninterpolate32f1c16s_SSE41(const float* src1f, const float* src2f, short* dst1, i…
68 void convertMaps_32f1c16s_SSE41(const float* src1f, const float* src2f, short* dst1, ushort* dst2, …
69 void convertMaps_32f2c16s_SSE41(const float* src1f, short* dst1, ushort* dst2, int width);
H A Dimgwarp.sse4_1.cpp63 __m128i v_dst0 = _mm_packs_epi32(_mm_cvtps_epi32(_mm_loadu_ps(src1f + x)), in convertMaps_nninterpolate32f1c16s_SSE41()
64 _mm_cvtps_epi32(_mm_loadu_ps(src1f + x + 4))); in convertMaps_nninterpolate32f1c16s_SSE41()
65 __m128i v_dst1 = _mm_packs_epi32(_mm_cvtps_epi32(_mm_loadu_ps(src1f + x + 8)), in convertMaps_nninterpolate32f1c16s_SSE41()
66 _mm_cvtps_epi32(_mm_loadu_ps(src1f + x + 12))); in convertMaps_nninterpolate32f1c16s_SSE41()
83 dst1[x * 2] = saturate_cast<short>(src1f[x]); in convertMaps_nninterpolate32f1c16s_SSE41()
96 __m128i v_ix0 = _mm_cvtps_epi32(_mm_mul_ps(_mm_loadu_ps(src1f + x), v_its)); in convertMaps_32f1c16s_SSE41()
111 v_ix0 = _mm_cvtps_epi32(_mm_mul_ps(_mm_loadu_ps(src1f + x + 8), v_its)); 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()
135 int ix = saturate_cast<int>(src1f[x] * INTER_TAB_SIZE); in convertMaps_32f1c16s_SSE41()
168 int ix = saturate_cast<int>(src1f[x * 2] * INTER_TAB_SIZE); in convertMaps_32f2c16s_SSE41()
[all …]
H A Dimgwarp.cpp1901 const float* src1f = m1->ptr<float>(y); in convertMaps() local
1903 const short* src1 = (const short*)src1f; in convertMaps()
1929 v_dst[0] = CV_PACK_MAP(src1f + x); in convertMaps()
1938 dst1[x*2] = saturate_cast<short>(src1f[x]); in convertMaps()
1959 v_int32x4 v_ix0 = v_round(v_scale * (v_load(src1f + x))); in convertMaps()
1977 int ix = saturate_cast<int>(src1f[x]*INTER_TAB_SIZE); in convertMaps()
1994 v_store(dst1 + x, v_pack(v_round(v_load(src1f + x)), in convertMaps()
2000 dst1[x*2] = saturate_cast<short>(src1f[x*2]); in convertMaps()
2001 dst1[x*2+1] = saturate_cast<short>(src1f[x*2+1]); in convertMaps()
2041 int ix = saturate_cast<int>(src1f[x*2]*INTER_TAB_SIZE); in convertMaps()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/
H A DIntelExtensions12.hlsl23 float4 src1f; // float source operand 0
H A DIntelExtensions.hlsl23 float4 src1f; // float source operand 0