summaryrefslogtreecommitdiffstats
path: root/common/jpeg/simd
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Work around alignment issue with OS X linker which was causingAdam Tkac2010-01-1931-0/+93
* Add colorspace extensions to merged upsampling routinesDRC2009-04-055-984/+1268
* Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...DRC2009-04-044-2/+4
* Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...DRC2009-04-044-2/+4
* Implement new colorspaces to allow directly compressing from/decompressing to...DRC2009-04-0310-1802/+2275
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
* Work around subdirectory bug in older automake.Pierre Ossman2009-03-1634-58/+142
* Add SSE2 SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0918-0/+6761
* Add SSE SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-098-0/+1188
* Add 3DNow SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-097-0/+1046
* Add MMX SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0917-1/+6140
* Implement x86 SIMD frameworkPierre Ossman2009-03-094-0/+358