aboutsummaryrefslogtreecommitdiff
path: root/simd
AgeCommit message (Expand)Author
2014-08-22.func/.endfunc are only necessary when generating STABS debug info, which bas...dcommander
2014-08-09Oops. The Windows version of collect_args/uncollect_args uses rsp, so we sti...dcommander
2014-08-09Attempt to improve performance by refactoring the compression-side color conv...dcommander
2014-07-23Fix performance and other issues uncovered in testing with actual ARM64 hardw...dcommander
2014-06-22Add proper support for Borland compilers (Borland needs section names to be p...dcommander
2014-05-19Allow for building the MIPS DSPr2 extensions if the host is mips-* as well as...dcommander
2014-05-18SIMD-accelerated int upsample routine for MIPS DSPr2dcommander
2014-05-18Fix MIPS builddcommander
2014-05-18Remove MS-DOS code and information, and adjust copyright headers to reflect t...dcommander
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...dcommander
2014-05-15Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant informatio...dcommander
2014-05-15Clean up code formatting in the SIMD interface functionsdcommander
2014-05-15SIMD-accelerated NULL convert routine for MIPS DSPr2dcommander
2014-05-15Fix error in MIPS DSPr2 accelerated smooth downsample routinedcommander
2014-05-14SIMD-accelerated h2v2 smooth downsampling routine for MIPS DSPr2dcommander
2014-05-13SIMD-accelerated merged upsampling routines for MIPS DSPr2dcommander
2014-05-10Modify Windows build system to take into account new assembly file namesdcommander
2014-05-10Using subdirectories unfortunately opened up a can of worms. In order to pre...dcommander
2014-05-09Re-organize the x86/x86-64 SIMD routines into separate folders by instruction...dcommander
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...dcommander
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...dcommander
2014-05-09Fix an error in the MIPS DSPr2 fancy upsampling routinedcommander
2014-05-06SIMD-accelerated slow integer IDCT routine for MIPS DSPr2dcommander
2014-02-06Remove trailing spacedcommander
2014-02-05Create a separate stub file for 64-bit ARM, since it currently implements onl...dcommander
2014-02-05First pass at ARMv8 64-bit NEON SIMD supportdcommander
2014-02-05Formatting tweaksdcommander
2013-10-31Make environment variable syntax consistent between ARM and x86 code, and add...dcommander
2013-10-12SIMD-accelerated integer convsamp routine for MIPS DSPr2dcommander
2013-10-09SIMD-accelerated floating point quantize and convsamp routines for MIPS DSPr2dcommander
2013-10-08SIMD-accelerated fast integer inverse DCT routine for MIPS DSPr2dcommander
2013-10-08SIMD-accelerated fast integer forward DCT routine for MIPS DSPr2dcommander
2013-09-30SIMD-accelerated slow integer forward DCT and quantize routines for MIPS DSPr2dcommander
2013-09-27SIMD-accelerated 3/4 and 3/2 decompression scaling for MIPS DSPr2dcommander
2013-09-27SIMD-accelerated 1/2 and 1/4 decompression scaling for MIPS DSPr2dcommander
2013-09-27SIMD-optimized RGB-to-grayscale conversion for MIPS DSPr2dcommander
2013-09-25Fix segfault in MIPS DSPr2 upsample routines that occurred when doing 'make t...dcommander
2013-08-23Fix 'make dist'dcommander
2013-07-27SIMD support for performing upsampling using MIPS DSPr2 instructionsdcommander
2013-07-27SIMD support for performing downsampling using MIPS DSPr2 instructionsdcommander
2013-07-27SIMD support for performing fancy upsampling using MIPS DSPr2 instructionsdcommander
2013-07-24SIMD support for performing color conversion using MIPS DSPr2 instructionsdcommander
2013-01-13Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on ...dcommander
2012-08-07Fix build issues that occurred whenever the source directory contained the le...dcommander
2012-06-28More recent versions of autoconf add -traditional-cpp to the CPP flags, which...dcommander
2012-06-15Fixed regression caused by a bug in the 32-bit strict memory access code in j...dcommander
2012-06-13Eliminate the use of the MASKMOVDQU instruction, to speed up decompression pe...dcommander
2012-04-26Preserve all 128 bits of xmm6 and xmm7dcommander
2012-03-17Visual Studio 2010 doesn't like the wildcard, so let CMake expand it instead.dcommander
2012-02-02Accelerated 4:2:2 upsampling routine for ARM (improves performance ~20-30% wh...dcommander