aboutsummaryrefslogtreecommitdiff
path: root/simd
AgeCommit message (Expand)Author
2016-10-23libjpeg-turbo: Upgrade to 1.5.1Alex Naidis
2016-10-21Cherry-pick of "Fix AArch64 ABI conformance issue in SIMD code"Matt Sarett
2015-12-16Remove unnecessary .arch directive in ARM64 codeDRC
2015-11-25Merge "Compile x86 and x86-64 SIMD optimizations"Matt Sarett
2015-11-25Compile x86 and x86-64 SIMD optimizationsMatt Sarett
2015-11-24Clean up files used by chromium's copy of libjpeg-turboMatt Sarett
2015-11-24Update libjpeg-turbo to 1.4.2Matt Sarett
2015-11-23Set up config filesMatt Sarett
2015-09-16Fix MIPS DSPr2 4:2:0 upsample bug w/ small imagesJames Cowgill
2015-09-16Fix x86-64 ABI conformance issue in SIMD codeChandler Carruth
2015-08-06Add support for decoding to 565 to libjpeg_turboAaron Gable
2015-06-20TypoDRC
2015-06-09[libjpeg_turbo] Fix ARM NEON buildnoel@chromium.org
2015-06-08Fix a segfault that occured in the MIPS DSPr2 fancy upsampling routine when d...DRC
2015-02-23Enable silent build rules for the NASM objects, if the source is configured w...DRC
2015-01-21Oops. The MIPS SIMD implementations of h2v1 and h2v2 upsampling were not che...DRC
2014-12-19Modify the ARM64 assembly file so that it uses only syntax that the clang ass...DRC
2014-08-29Add ARM64 SIMD support to libjpeg_turbormcilroy@chromium.org
2014-08-29Rename the ARM64 assembly file to match the C fileDRC
2014-08-29Fix several mathematical issues discovered in the ARM64 NEON code while runni...DRC
2014-08-25Reformat code per Siarhei's original patch (to clearly indicate that the offs...DRC
2014-08-23ARM64 NEON SIMD support for YCC-to-RGB565 conversionDRC
2014-08-23ARM NEON SIMD support for YCC-to-RGB565 conversion, and optimizations to the ...DRC
2014-08-22Revert r1335 and r1336. It was a valiant effort, but on Windows, xmm8-xmm15 ...DRC
2014-08-22.func/.endfunc are only necessary when generating STABS debug info, which bas...DRC
2014-08-18libjpeg-turbo: Remove .func / .endfunc directives.thakis@chromium.org
2014-08-09Oops. The Windows version of collect_args/uncollect_args uses rsp, so we sti...DRC
2014-08-09Attempt to improve performance by refactoring the compression-side color conv...DRC
2014-07-23Fix performance and other issues uncovered in testing with actual ARM64 hardw...DRC
2014-06-22Add proper support for Borland compilers (Borland needs section names to be p...DRC
2014-05-19Allow for building the MIPS DSPr2 extensions if the host is mips-* as well as...DRC
2014-05-18SIMD-accelerated int upsample routine for MIPS DSPr2DRC
2014-05-18Fix MIPS buildDRC
2014-05-18Remove MS-DOS code and information, and adjust copyright headers to reflect t...DRC
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...DRC
2014-05-15Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant informatio...DRC
2014-05-15Clean up code formatting in the SIMD interface functionsDRC
2014-05-15SIMD-accelerated NULL convert routine for MIPS DSPr2DRC
2014-05-15Fix error in MIPS DSPr2 accelerated smooth downsample routineDRC
2014-05-14SIMD-accelerated h2v2 smooth downsampling routine for MIPS DSPr2DRC
2014-05-13SIMD-accelerated merged upsampling routines for MIPS DSPr2DRC
2014-05-10Modify Windows build system to take into account new assembly file namesDRC
2014-05-10Using subdirectories unfortunately opened up a can of worms. In order to pre...DRC
2014-05-09Re-organize the x86/x86-64 SIMD routines into separate folders by instruction...DRC
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...DRC
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...DRC
2014-05-09Fix an error in the MIPS DSPr2 fancy upsampling routineDRC
2014-05-06SIMD-accelerated slow integer IDCT routine for MIPS DSPr2DRC
2014-04-14Upgrade libjpeg_turbo to 1.3.1 (r1219)noel@chromium.org
2014-02-06Remove trailing spaceDRC