0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Apr 29, 2024 — Apr 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Port I422ToBGRA from Windows version that does 16 pixels at a time, for performance improvement. BUG=386 TESTED=nacl build [email protected], [email protected] More... over 10 years ago
Enable all AVX2 conversions. BUG=269 TESTED=local test on osx [email protected] More... over 10 years ago
Make vextop take the register selector parameter to access the upper portion of the avx registers. BUG=269 TESTED=nacl [email protected] More... over 10 years ago
Use expect near to see exact values for differences. BUG=269 TESTED=local unittest [email protected] More... over 10 years ago
Make unittest check every pixel and report the first failure. BUG=269 TESTED=unittest passes on windows [email protected] More... over 10 years ago
Fix for ARGBToUV on AVX2 BUG=269 TESTED=local testing [email protected] More... over 10 years ago
Fix for I422ToRGBA when I422ToARGB is not enabled for AVX2 BUG=269 TESTED=local windows build [email protected] More... over 10 years ago
Fix register order for ARGBToUV_AVX2 BUG=269 TESTED=try bots [email protected] More... over 10 years ago
Fix for I422ToARGB AVX2 BUG=269 TESTED=untested More... over 10 years ago
Fix for ARGBToY on AVX BUG=269 TESTED=local build on osx [email protected] More... over 10 years ago
Fix for UYVYToI422 AVX2 version BUG=269 TESTED=untested [email protected] More... over 10 years ago
ARGBMirror for AVX had wrong loop counting. This fixes it to match windows, and reenables the function. BUG=269 TESTED=try bots [email protected] More... over 10 years ago
Disable AVX2 code that fails on GCC unittests until issues can be resolved. BUG=269 TESTED=sde-external-7.8.0-2014-10-02-mac/sde -ast -hsw -- out/Release/libyuv_unittest More... over 10 years ago
Port ARGBToUV to AVX2. BUG=269 TESTED=ncval [email protected], [email protected] More... over 10 years ago
Interpolate Row ported to AVX2 GCC/NaCL. BUG=269 TESTED=nacl build [email protected], [email protected] More... over 10 years ago
Enable 3 neon functions for arm 32 bit. The functions were there, but the macros were not. They've been on for 64 bit, so this reunifies them. BUG=none TESTED=try bots [email protected] More... over 10 years ago
convert ARGB to UV for SSSE3 use single asm block. BUG=378 TESTED=nacl build [email protected] More... over 10 years ago
Remove nacl macro from 64 bit psnr BUG=none TESTED=try bots [email protected] More... over 10 years ago
psnr utility aarch64 bit version to fix build error on ios and optimize for 64 bit. BUG=383 TESTED=try bots [email protected] More... over 10 years ago
Unbreak memcheck bot by adding --gtest_break_on_failure flag More... over 10 years ago
Add iOS ARM64 and XCode 6.1 to default trybots. More... over 10 years ago
Use same macros for neon 32 bit and 64 bit. Then supply the differences, which should be removed in future. BUG=none TESTED=try bots [email protected] More... over 10 years ago
remove add 16 from ARGBToYJ and add rounding, for consistency with Windows version. row.h header macros sorted alphabetically. BUG=269 TESTED=untested [email protected] More... over 10 years ago
ARGBToYRow_AVX2 and ARGBToYJRow_AVX2 ported to GCC. BUG=269 TESTED=try bots [email protected], [email protected] More... over 10 years ago
I422ToRGBARow_AVX2 ported to GCC. BUG=269 TESTED=nacl build [email protected] More... over 10 years ago
I422ToABGR_AVX2 port from Visual C to GCC/NaCL. BUG=269 TESTED=builds with nacl compiler. [email protected] More... over 10 years ago
gcc port of I422ToARGB_AVX2 from Visual C. Uses Macros for read of I422 and conversion from YUV to RGB. Shares constants from I422ToBGRA structure. BUG=269 TESTED=nacl builds. [email protected], [email protected] More... over 10 years ago
Remove loop alignment for benefit of modern cpus that dont require alignment. BUG=none TESTED=local libyuv unittest passes [email protected], [email protected] More... over 10 years ago
Roll chromium deps to match version used by WebRtc: d8c90415d681a7c3727e3ef70873bc4f44dd3ab0. BUG=370 TESTED=try bots [email protected] More... over 10 years ago
MergeUV AVX2 use vextractf128 to store results to avoid shuffling. BUG=none TESTED=intel sde on unittests [email protected] More... over 10 years ago