summaryrefslogtreecommitdiff
path: root/trunk/jcdctmgr.c
AgeCommit message (Expand)Author
2012-01-31Compiler warningsdcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2009-10-01Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...dcommander
2009-03-13Move variable init around a bit to please crappy compilers.ossman_
2009-03-09Make sure the work space memory is properly alignedossman_
2009-03-09"Optimise" quantization step by replacing the division by a multiplication.ossman_
2009-03-09Framework for supporting SIMD accelerationossman_
2009-03-09Split up the forward DCT routine into three stagesossman_
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k