Home
last modified time | relevance | path

Searched refs:sqcoeff (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c24 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
58 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
63 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
67 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
69 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
71 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
H A Dhighbd_block_error_intrin_avx2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_avx2() local
55 sqcoeff += temp1[4] + temp1[5] + temp1[6] + temp1[7]; in av1_highbd_block_error_avx2()
57 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_avx2()
59 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_avx2()
61 *ssz = sqcoeff; in av1_highbd_block_error_avx2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c24 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
58 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
63 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
67 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
69 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
71 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
H A Dhighbd_block_error_intrin_avx2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_avx2() local
55 sqcoeff += temp1[4] + temp1[5] + temp1[6] + temp1[7]; in av1_highbd_block_error_avx2()
57 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_avx2()
59 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_avx2()
61 *ssz = sqcoeff; in av1_highbd_block_error_avx2()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
70 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
70 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c24 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
58 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
63 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
67 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
69 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
71 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
H A Dhighbd_block_error_intrin_avx2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_avx2() local
55 sqcoeff += temp1[4] + temp1[5] + temp1[6] + temp1[7]; in av1_highbd_block_error_avx2()
57 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_avx2()
59 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_avx2()
61 *ssz = sqcoeff; in av1_highbd_block_error_avx2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
70 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
70 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c22 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
56 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
61 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
65 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
67 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
69 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c24 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
58 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
63 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
67 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
69 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
71 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
H A Dhighbd_block_error_intrin_avx2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_avx2() local
55 sqcoeff += temp1[4] + temp1[5] + temp1[6] + temp1[7]; in av1_highbd_block_error_avx2()
57 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_avx2()
59 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_avx2()
61 *ssz = sqcoeff; in av1_highbd_block_error_avx2()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c22 int64_t error = 0, sqcoeff = 0;
56 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3];
61 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j];
65 assert(error >= 0 && sqcoeff >= 0);
67 sqcoeff = (sqcoeff + rounding) >> shift;
69 *ssz = sqcoeff;
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in vp9_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in vp9_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in vp9_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in vp9_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in vp9_highbd_block_error_sse2()
70 *ssz = sqcoeff; in vp9_highbd_block_error_sse2()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/x86/
H A Dhighbd_block_error_intrin_sse2.c23 int64_t error = 0, sqcoeff = 0; in av1_highbd_block_error_sse2() local
57 sqcoeff += temp[0] + temp[1] + temp[2] + temp[3]; in av1_highbd_block_error_sse2()
62 sqcoeff += (int64_t)coeff[i + j] * (int64_t)coeff[i + j]; in av1_highbd_block_error_sse2()
66 assert(error >= 0 && sqcoeff >= 0); in av1_highbd_block_error_sse2()
68 sqcoeff = (sqcoeff + rounding) >> shift; in av1_highbd_block_error_sse2()
70 *ssz = sqcoeff; in av1_highbd_block_error_sse2()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/arm/neon/
H A Dav1_error_neon.c20 int64x2_t sqcoeff = vdupq_n_s64(0); in av1_block_error_neon() local
44 sqcoeff = vaddq_s64(sqcoeff, sqcoeff2); in av1_block_error_neon()
52 *ssz = vaddvq_s64(sqcoeff); in av1_block_error_neon()
55 *ssz = vgetq_lane_s64(sqcoeff, 0) + vgetq_lane_s64(sqcoeff, 1); in av1_block_error_neon()

123