aboutsummaryrefslogtreecommitdiff
path: root/simd
AgeCommit message (Expand)Author
2015-02-23Enable silent build rules for the NASM objects, if the source is configured w...dcommander
2015-02-20Extend the AltiVec VMX SIMD routines to support little endian PowerPC platforms.dcommander
2015-01-21Oops. The MIPS SIMD implementations of h2v1 and h2v2 upsampling were not che...dcommander
2015-01-16Revert r1506 (we actually are generating columns with the IDCT, so the naming...dcommander
2015-01-15De-confusify the variable names a bit -- "out" represents the output of the I...dcommander
2015-01-14AltiVec SIMD implementation of H2V1 and H2V2 plain upsampling (used only when...dcommander
2015-01-14AltiVec SIMD implementation of H2V1 and H2V2 merged upsamplingdcommander
2015-01-14Fix an overread detected by valgrinddcommander
2015-01-14Fix bugs in the AltiVec fancy upsampling routines uncovered during additional...dcommander
2015-01-14Fix a bug in the AltiVec downsampling routines uncovered during additional te...dcommander
2015-01-13Make the formatting and naming of variables and constants more consistentdcommander
2015-01-13Make the formatting and naming of variables and constants more consistentdcommander
2015-01-13Make the formatting and naming of variables and constants more consistentdcommander
2015-01-13AltiVec SIMD implementation of H2V1 and H2V2 fancy upsamplingdcommander
2015-01-11Minor code readability tweakdcommander
2015-01-11Use intrinsics for loading aligned data in the IDCT functions. This has no e...dcommander
2015-01-10AltiVec SIMD implementation of YCC-to-RGB color conversiondcommander
2015-01-10Fix minor issue in code commentsdcommander
2015-01-10Fix minor issue in code commentsdcommander
2015-01-10Simplify the code somewhat. It actually wasn't necessary to have a "fast pat...dcommander
2015-01-10Overhaul the AltiVec vector loading code in the compression-side colorspace c...dcommander
2015-01-08Fix minor issue in code commentsdcommander
2015-01-08AltiVec SIMD implementation of 2x1 and 2x2 downsamplingdcommander
2014-12-23AltiVec SIMD implementation of sample conversion and integer quantizationdcommander
2014-12-23Document the fact that the AltiVec implementation uses the same modified algo...dcommander
2014-12-22Use intrinsics for loading/storing data in the DCT/IDCT functions. This has ...dcommander
2014-12-22AltiVec SIMD implementation of RGB-to-Grayscale color conversiondcommander
2014-12-22Remove unneeded code; Make sure jccolor-altivec.o will be rebuilt if jccolex...dcommander
2014-12-22AltiVec SIMD implementation of RGB-to-YCC color conversiondcommander
2014-12-22Make comments more consistentdcommander
2014-12-22Cosmetic tweaks to the PowerPC SIMD stubsdcommander
2014-12-22Split AltiVec algorithms into separate files for ease of maintenance; Rename...dcommander
2014-12-20Optimizations to the AltiVec DCT algorithms (pre-compute constants and combin...dcommander
2014-12-20AltiVec SIMD implementation of slow integer inverse DCTdcommander
2014-12-20Use macros to allocate constants statically, rather than reading them from a ...dcommander
2014-12-20Swap the order of the IFAST and ISLOW FDCT functions so that it matches the o...dcommander
2014-12-19Modify the ARM64 assembly file so that it uses only syntax that the clang ass...dcommander
2014-12-18AltiVec SIMD implementation of fast integer inverse DCTdcommander
2014-12-18Further cleanup of the AltiVec forward DCT code:dcommander
2014-12-17AltiVec SIMD implementation of slow integer forward DCT; Clean up fast integ...dcommander
2014-12-17Fix cosmetic issues in AltiVec commentsdcommander
2014-09-05The AltiVec code actually works on 32-bit PowerPC platforms as well, so chang...dcommander
2014-09-05AltiVec SIMD implementation of fast forward DCTdcommander
2014-08-29Rename the ARM64 assembly file to match the C filedcommander
2014-08-29Fix several mathematical issues discovered in the ARM64 NEON code while runni...dcommander
2014-08-25Reformat code per Siarhei's original patch (to clearly indicate that the offs...dcommander
2014-08-23ARM64 NEON SIMD support for YCC-to-RGB565 conversiondcommander
2014-08-23ARM NEON SIMD support for YCC-to-RGB565 conversion, and optimizations to the ...dcommander
2014-08-22Revert r1335 and r1336. It was a valiant effort, but on Windows, xmm8-xmm15 ...dcommander
2014-08-22.func/.endfunc are only necessary when generating STABS debug info, which bas...dcommander