Home
last modified time | relevance | path

Searched refs:a1b0 (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/common/simd/avx2/
H A Dreorder.h36 __m256i a1b0 = _mm256_permute2x128_si256(a, b, 0x21); in npyv__combine() local
37 r.val[0] = _mm256_blend_epi32(a, a1b0, 0xF0); in npyv__combine()
38 r.val[1] = _mm256_blend_epi32(b, a1b0, 0xF); in npyv__combine()
44 __m256 a1b0 = _mm256_permute2f128_ps(a, b, 0x21); in npyv_combine_f32() local
45 r.val[0] = _mm256_blend_ps(a, a1b0, 0xF0); in npyv_combine_f32()
46 r.val[1] = _mm256_blend_ps(b, a1b0, 0xF); in npyv_combine_f32()
52 __m256d a1b0 = _mm256_permute2f128_pd(a, b, 0x21); in npyv_combine_f64() local
53 r.val[0] = _mm256_blend_pd(a, a1b0, 0xC); in npyv_combine_f64()
54 r.val[1] = _mm256_blend_pd(b, a1b0, 0x3); in npyv_combine_f64()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/sjpeg/src/
H A Dyuv_convert.cc273 const __m128i a1b0 = _mm_add_epi16(a1, b0); in SharpFilterRow_SSE2() local
277 const __m128i a1b0_2 = _mm_add_epi16(a1b0, a1b0); // 2*(A1+B0) in SharpFilterRow_SSE2()
300 const int a1b0 = A[i + 1] + B[i + 0]; in SharpFilterRow_SSE2() local
301 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpFilterRow_SSE2()
302 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpFilterRow_SSE2()
370 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpFilterRow_NEON() local
371 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpFilterRow_NEON()
373 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpFilterRow_NEON()
392 const int a1b0 = A[i + 1] + B[i + 0]; in SharpFilterRow_NEON() local
393 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpFilterRow_NEON()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/dsp/
H A Dyuv_neon.c241 const int16x8_t a1b0 = vaddq_s16(a1, b0); in SharpYUVFilterRow_NEON() local
242 const int16x8_t a0a1b0b1 = vaddq_s16(a0b1, a1b0); // A0+A1+B0+B1 in SharpYUVFilterRow_NEON()
244 const int16x8_t a1b0_2 = vaddq_s16(a1b0, a1b0); // 2*(A1+B0) in SharpYUVFilterRow_NEON()
263 const int a1b0 = A[i + 1] + B[i + 0]; in SharpYUVFilterRow_NEON() local
264 const int a0a1b0b1 = a0b1 + a1b0 + 8; in SharpYUVFilterRow_NEON()
265 const int v0 = (8 * A[i + 0] + 2 * a1b0 + a0a1b0b1) >> 4; in SharpYUVFilterRow_NEON()
/dports/math/py-jax/jax-0.2.9/jax/_src/third_party/numpy/
H A Dlinalg.py151 a0, a1b0 = A.shape
154 cost1 = a0 * b1c0 * (a1b0 + c1)
156 cost2 = a1b0 * c1 * (a0 + b1c0)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/_testdata/JSON/
H A D2ea73365-b6f1-4bd1-a454-d57a67e50684.yy9 "1e95eeaf-b11a-44a2-a1b0-bd201f6366ee"
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libbacktrace/testdata/arm64/
H A Doffline_testdata_for_eglSubDriverAndroid5 function: start: 9ed8 end: a1b0 name: EglAndroidWindowSurface::Initialize(EglAndroidConfig*, int co…

12345678