aboutsummaryrefslogtreecommitdiff
path: root/simd
AgeCommit message (Expand)Author
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-06-20TypoDRC
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-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-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-02-06Remove trailing spaceDRC
2014-02-06Remove trailing spaceDRC
2014-02-05Create a separate stub file for 64-bit ARM, since it currently implements onl...DRC
2014-02-05First pass at ARMv8 64-bit NEON SIMD supportDRC
2014-02-05Formatting tweaksDRC
2014-02-05Formatting tweaksDRC
2013-10-31Make environment variable syntax consistent between ARM and x86 code, and add...DRC
2013-10-12SIMD-accelerated integer convsamp routine for MIPS DSPr2DRC
2013-10-09SIMD-accelerated floating point quantize and convsamp routines for MIPS DSPr2DRC
2013-10-08SIMD-accelerated fast integer inverse DCT routine for MIPS DSPr2DRC
2013-10-08SIMD-accelerated fast integer forward DCT routine for MIPS DSPr2DRC
2013-09-30SIMD-accelerated slow integer forward DCT and quantize routines for MIPS DSPr2DRC
2013-09-27SIMD-accelerated 3/4 and 3/2 decompression scaling for MIPS DSPr2DRC
2013-09-27SIMD-accelerated 1/2 and 1/4 decompression scaling for MIPS DSPr2DRC