Home
last modified time | relevance | path

Searched defs:round_const_bits (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/ASM_AVX2/
H A Dhighbd_convolve_avx2.c45 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in svt_av1_highbd_convolve_y_sr_avx2() local
181 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in svt_av1_highbd_convolve_x_sr_avx2() local
H A Dhighbd_convolve_2d_avx2.c53 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in svt_av1_highbd_convolve_2d_sr_avx2() local
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/ASM_AVX2/
H A Dhighbd_convolve_avx2.c45 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in svt_av1_highbd_convolve_y_sr_avx2() local
181 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in svt_av1_highbd_convolve_x_sr_avx2() local
H A Dhighbd_convolve_2d_avx2.c53 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in svt_av1_highbd_convolve_2d_sr_avx2() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c32 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
179 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c42 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
193 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c42 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
193 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c42 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
193 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c42 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
193 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c42 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
193 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c30 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
317 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/multimedia/aom/aom-3.2.0/aom_dsp/x86/
H A Dhighbd_convolve_ssse3.c30 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local
317 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/x86/
H A Dhighbd_convolve_2d_avx2.c56 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
H A Dhighbd_convolve_2d_ssse3.c52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local
/dports/multimedia/aom/aom-3.2.0/av1/common/x86/
H A Dhighbd_convolve_2d_avx2.c69 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/x86/
H A Dhighbd_convolve_2d_avx2.c69 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_ssse3.c52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local
H A Dhighbd_convolve_2d_avx2.c56 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
/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_ssse3.c52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local
H A Dhighbd_convolve_2d_avx2.c56 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_ssse3.c52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local
H A Dhighbd_convolve_2d_avx2.c56 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_ssse3.c52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local
H A Dhighbd_convolve_2d_avx2.c56 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/x86/
H A Dhighbd_convolve_2d_ssse3.c52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local

12