summaryrefslogtreecommitdiffstats
path: root/src/idct.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made it optimized.Oliver Schinagl2005-06-051-5/+15
|
* And the idct and fdct are working perfect..Oliver Schinagl2005-05-161-3/+1
|
* Some small stuff changedOliver Schinagl2005-05-161-1/+1
|
* Working idctOliver Schinagl2005-05-161-201/+115
|
* Initial dct modules with dummy main.Oliver Schinagl2005-03-311-0/+201
forward dct compiles cleanly. Needs to be verified if working. inverse dct needs some type fixing (from original libjpeg).