Home
last modified time | relevance | path

Searched refs:WebPUint32ToMem (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
H A Denc_sse2.c188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform_SSE2()
189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform_SSE2()
190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform_SSE2()
191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2()
728 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
739 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4_SSE2()
740 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4_SSE2()
741 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4_SSE2()
742 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4_SSE2()
785 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); in VR4_SSE2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
H A Denc_sse2.c188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform_SSE2()
189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform_SSE2()
190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform_SSE2()
191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2()
728 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
739 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4_SSE2()
740 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4_SSE2()
741 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4_SSE2()
742 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4_SSE2()
785 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); in VR4_SSE2()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
H A Denc_sse2.c188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform_SSE2()
189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform_SSE2()
190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform_SSE2()
191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2()
728 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
739 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4_SSE2()
740 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4_SSE2()
741 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4_SSE2()
742 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4_SSE2()
785 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); in VR4_SSE2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
H A Denc_sse2.c188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform_SSE2()
189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform_SSE2()
190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform_SSE2()
191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2()
728 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
739 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4_SSE2()
740 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4_SSE2()
741 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4_SSE2()
742 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4_SSE2()
785 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); in VR4_SSE2()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
H A Denc_sse2.c188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform_SSE2()
189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform_SSE2()
190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform_SSE2()
191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2()
728 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
739 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4_SSE2()
740 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4_SSE2()
741 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4_SSE2()
742 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4_SSE2()
785 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); in VR4_SSE2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Ddec_sse2.c188 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform()
189 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform()
190 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform()
191 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform()
234 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
235 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
236 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
237 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
537 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4()
908 WebPUint32ToMem(dst + i * BPS, vals); in VE4()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/dsp/
H A Ddec_sse2.c190 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform_SSE2()
191 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform_SSE2()
192 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform_SSE2()
193 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform_SSE2()
236 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
237 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
238 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
239 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
543 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4_SSE2()
914 WebPUint32ToMem(dst + i * BPS, vals); in VE4_SSE2()
[all …]

1234567