Home
last modified time | relevance | path

Searched refs:round_result_lo (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c88 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
94 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
139 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
145 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
399 const __m128i round_result_lo = in av1_highbd_jnt_convolve_2d_sse4_1() local
407 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c91 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_2d_copy_avx2() local
97 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
192 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_copy_avx2() local
200 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
417 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_avx2() local
425 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_avx2()
596 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_x_avx2() local
602 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_x_avx2()
807 const __m256i round_result_lo = in av1_highbd_jnt_convolve_y_avx2() local
815 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_y_avx2()
H A Dhighbd_jnt_convolve_sse4.c367 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_x_sse4_1() local
373 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_x_sse4_1()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c90 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
96 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
141 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
147 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
404 const __m128i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
412 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c93 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
99 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
197 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
205 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
425 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_avx2() local
433 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_avx2()
606 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_x_avx2() local
612 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_x_avx2()
820 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_y_avx2() local
828 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_y_avx2()
H A Djnt_convolve_avx2.c367 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
376 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
546 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
555 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c88 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
94 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
139 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
145 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
399 const __m128i round_result_lo = in av1_highbd_jnt_convolve_2d_sse4_1() local
407 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c91 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_2d_copy_avx2() local
97 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
192 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_copy_avx2() local
200 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
417 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_avx2() local
425 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_avx2()
596 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_x_avx2() local
602 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_x_avx2()
807 const __m256i round_result_lo = in av1_highbd_jnt_convolve_y_avx2() local
815 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_y_avx2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c88 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
94 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
139 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
145 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
399 const __m128i round_result_lo = in av1_highbd_jnt_convolve_2d_sse4_1() local
407 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c91 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_2d_copy_avx2() local
97 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
192 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_copy_avx2() local
200 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
417 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_avx2() local
425 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_avx2()
596 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_x_avx2() local
602 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_x_avx2()
807 const __m256i round_result_lo = in av1_highbd_jnt_convolve_y_avx2() local
815 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_y_avx2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c86 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
92 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
137 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
143 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
400 const __m128i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
408 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c89 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
95 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
193 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
201 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
421 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_avx2() local
429 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_avx2()
599 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_x_avx2() local
605 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_x_avx2()
810 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_y_avx2() local
818 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_y_avx2()
H A Dconvolve_2d_sse2.c272 const __m128i round_result_lo = convolve_rounding( in av1_dist_wtd_convolve_2d_copy_sse2() local
282 _mm_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_2d_copy_sse2()
H A Djnt_convolve_avx2.c358 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
367 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
537 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
546 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
/dports/multimedia/aom/aom-3.2.0/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c86 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
92 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
137 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
143 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
400 const __m128i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
408 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c89 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
95 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
193 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
201 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
421 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_avx2() local
429 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_avx2()
599 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_x_avx2() local
605 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_x_avx2()
810 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_y_avx2() local
818 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_y_avx2()
H A Djnt_convolve_avx2.c358 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
367 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
537 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
546 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c88 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
94 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
139 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_jnt_convolve_2d_copy_sse4_1() local
145 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_sse4_1()
399 const __m128i round_result_lo = in av1_highbd_jnt_convolve_2d_sse4_1() local
407 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c91 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_2d_copy_avx2() local
97 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
192 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_copy_avx2() local
200 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_copy_avx2()
417 const __m256i round_result_lo = in av1_highbd_jnt_convolve_2d_avx2() local
425 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_2d_avx2()
596 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_jnt_convolve_x_avx2() local
602 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_x_avx2()
807 const __m256i round_result_lo = in av1_highbd_jnt_convolve_y_avx2() local
815 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_jnt_convolve_y_avx2()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/x86/
H A Dhighbd_convolve_2d_sse4.c86 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
92 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
137 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
143 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
400 const __m128i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
408 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
H A Dhighbd_jnt_convolve_avx2.c89 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
95 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
193 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
201 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
421 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_2d_avx2() local
429 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_2d_avx2()
599 const __m256i round_result_lo = highbd_convolve_rounding( in av1_highbd_dist_wtd_convolve_x_avx2() local
605 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_x_avx2()
810 const __m256i round_result_lo = in av1_highbd_dist_wtd_convolve_y_avx2() local
818 _mm256_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_y_avx2()
H A Djnt_convolve_avx2.c358 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
367 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
537 const __m256i round_result_lo = in av1_dist_wtd_convolve_y_avx2() local
546 _mm256_packus_epi16(round_result_lo, round_result_hi); in av1_dist_wtd_convolve_y_avx2()
H A Dhighbd_jnt_convolve_sse4.c365 const __m128i round_result_lo = highbd_convolve_rounding_sse2( in av1_highbd_dist_wtd_convolve_x_sse4_1() local
371 _mm_packus_epi32(round_result_lo, round_result_hi); in av1_highbd_dist_wtd_convolve_x_sse4_1()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/ASM_AVX2/
H A Dhighbd_jnt_convolve_avx2.c84 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_2d_copy_avx2() local
89 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, round_result_hi); in svt_av1_highbd_jnt_convolve_2d_copy_avx2()
172 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_2d_copy_avx2() local
177 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, in svt_av1_highbd_jnt_convolve_2d_copy_avx2()
391 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_2d_avx2() local
396 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, in svt_av1_highbd_jnt_convolve_2d_avx2()
566 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_x_avx2() local
571 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, round_result_hi); in svt_av1_highbd_jnt_convolve_x_avx2()
765 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_y_avx2() local
770 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, in svt_av1_highbd_jnt_convolve_y_avx2()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/ASM_AVX2/
H A Dhighbd_jnt_convolve_avx2.c84 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_2d_copy_avx2() local
89 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, round_result_hi); in svt_av1_highbd_jnt_convolve_2d_copy_avx2()
172 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_2d_copy_avx2() local
177 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, in svt_av1_highbd_jnt_convolve_2d_copy_avx2()
391 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_2d_avx2() local
396 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, in svt_av1_highbd_jnt_convolve_2d_avx2()
566 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_x_avx2() local
571 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, round_result_hi); in svt_av1_highbd_jnt_convolve_x_avx2()
765 const __m256i round_result_lo = highbd_convolve_rounding( in svt_av1_highbd_jnt_convolve_y_avx2() local
770 const __m256i res_16b = _mm256_packus_epi32(round_result_lo, in svt_av1_highbd_jnt_convolve_y_avx2()

12