Home
last modified time | relevance | path

Searched refs:_mm_add_epi8 (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/ASM_SSE2/
H A DEbApplySaoLcu16bit_Intrinsic_SSE2.c25 __m128i xmm_2 = _mm_add_epi8(xmm_1, xmm_1); in SAOApplyBO16bit_SSE2_INTRIN()
26 __m128i xmm_3 = _mm_add_epi8(xmm_1, xmm_2); in SAOApplyBO16bit_SSE2_INTRIN()
120 … signBottom = _mm_add_epi8(_mm_cmpgt_epi8(signBottom, xmm_0), _mm_cmpgt_epi8(signBottom, xmm_N1)); in SAOApplyEO_90_16bit_SSE2_INTRIN()
196 …eoIndex = _mm_add_epi8(_mm_add_epi8(_mm_cmpgt_epi8(signLeft, xmm_0), _mm_cmpgt_epi8(signLeft, xmm_… in SAOApplyEO_0_16bit_SSE2_INTRIN()
232 …eoIndex = _mm_add_epi8(_mm_add_epi8(_mm_cmpgt_epi8(signLeft, xmm_0), _mm_cmpgt_epi8(signLeft, xmm_… in SAOApplyEO_0_16bit_SSE2_INTRIN()
297 …signTopLeft = _mm_add_epi8(_mm_cmpgt_epi8(signTopLeft, xmm_0), _mm_cmpgt_epi8(signTopLeft, xmm_n1)… in SAOApplyEO_135_16bit_SSE2_INTRIN()
303 eoIndex = _mm_add_epi8(signTopLeft, signBotRight); in SAOApplyEO_135_16bit_SSE2_INTRIN()
452 …signBotLeft = _mm_add_epi8(_mm_cmpgt_epi8(signBotLeft, xmm_0), _mm_cmpgt_epi8(signBotLeft, xmm_n1)… in SAOApplyEO_45_16bit_SSE2_INTRIN()
457 …signTopRight = _mm_add_epi8(_mm_cmpgt_epi8(signTopRight, xmm_0), _mm_cmpgt_epi8(signTopRight, xmm_… in SAOApplyEO_45_16bit_SSE2_INTRIN()
459 eoIndex = _mm_add_epi8(signBotLeft, signTopRight); in SAOApplyEO_45_16bit_SSE2_INTRIN()
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/ASM_SSE2/
H A DEbApplySaoLcu16bit_Intrinsic_SSE2.c25 __m128i xmm_2 = _mm_add_epi8(xmm_1, xmm_1); in SAOApplyBO16bit_SSE2_INTRIN()
26 __m128i xmm_3 = _mm_add_epi8(xmm_1, xmm_2); in SAOApplyBO16bit_SSE2_INTRIN()
120 … signBottom = _mm_add_epi8(_mm_cmpgt_epi8(signBottom, xmm_0), _mm_cmpgt_epi8(signBottom, xmm_N1)); in SAOApplyEO_90_16bit_SSE2_INTRIN()
196 …eoIndex = _mm_add_epi8(_mm_add_epi8(_mm_cmpgt_epi8(signLeft, xmm_0), _mm_cmpgt_epi8(signLeft, xmm_… in SAOApplyEO_0_16bit_SSE2_INTRIN()
232 …eoIndex = _mm_add_epi8(_mm_add_epi8(_mm_cmpgt_epi8(signLeft, xmm_0), _mm_cmpgt_epi8(signLeft, xmm_… in SAOApplyEO_0_16bit_SSE2_INTRIN()
297 …signTopLeft = _mm_add_epi8(_mm_cmpgt_epi8(signTopLeft, xmm_0), _mm_cmpgt_epi8(signTopLeft, xmm_n1)… in SAOApplyEO_135_16bit_SSE2_INTRIN()
303 eoIndex = _mm_add_epi8(signTopLeft, signBotRight); in SAOApplyEO_135_16bit_SSE2_INTRIN()
452 …signBotLeft = _mm_add_epi8(_mm_cmpgt_epi8(signBotLeft, xmm_0), _mm_cmpgt_epi8(signBotLeft, xmm_n1)… in SAOApplyEO_45_16bit_SSE2_INTRIN()
457 …signTopRight = _mm_add_epi8(_mm_cmpgt_epi8(signTopRight, xmm_0), _mm_cmpgt_epi8(signTopRight, xmm_… in SAOApplyEO_45_16bit_SSE2_INTRIN()
459 eoIndex = _mm_add_epi8(signBotLeft, signTopRight); in SAOApplyEO_45_16bit_SSE2_INTRIN()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/intel/
H A Dfilter_sse2_intrinsics.c78 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
86 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
107 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
155 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
188 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
275 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
310 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
369 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/firefox-esr/firefox-91.8.0/media/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/intel/
H A Dfilter_sse2_intrinsics.c83 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
91 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
116 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
153 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
171 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
207 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
298 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
334 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
396 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libpng16/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libpng16/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/firefox/firefox-99.0/media/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libpng/intel/
H A Dfilter_sse2_intrinsics.c83 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
91 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
116 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
153 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
171 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
207 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
298 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
334 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
396 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libpng/sse2/
H A Dfilter_sse2_intrinsics.c78 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
86 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
107 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
155 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
188 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
275 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
310 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
369 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/graphics/optipng/optipng-0.7.7/src/libpng/intel/
H A Dfilter_sse2_intrinsics.c83 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
91 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
116 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
153 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
171 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
207 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
298 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
334 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
396 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libpng/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/intel/
H A Dfilter_sse2_intrinsics.c83 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
91 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
116 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
153 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
171 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
207 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
298 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
334 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
396 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/graphics/png/libpng-1.6.37/intel/
H A Dfilter_sse2_intrinsics.c68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2()
101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2()
283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2()
381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dencodetxb_sse2.c63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2()
64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2()
65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2()
66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2()
93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d()
127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor()
159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver()
202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d()
237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor()
269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/x86/
H A Dencodetxb_sse2.c63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2()
64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2()
65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2()
66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2()
93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d()
127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor()
159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver()
202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d()
237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor()
269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/x86/
H A Dencodetxb_sse2.c63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2()
64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2()
65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2()
66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2()
93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d()
127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor()
159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver()
202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d()
237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor()
269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dencodetxb_sse2.c63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2()
64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2()
65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2()
66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2()
93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d()
127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor()
159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver()
202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d()
237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor()
269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/x86/
H A Dencodetxb_sse2.c63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2()
64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2()
65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2()
66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2()
93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d()
127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor()
159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver()
202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d()
237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor()
269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/x86/
H A Dencodetxb_sse2.c63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2()
64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2()
65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2()
66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2()
93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d()
127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor()
159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver()
202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d()
237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor()
269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver()
[all …]

12345678910>>...27