]> git.sesse.net Git - fjl/commit - Makefile
Add a stupid integerization of the AA&N IDCT -- 30% faster or so, mostly
authorSteinar H. Gunderson <sesse@debian.org>
Wed, 28 Jan 2009 21:06:59 +0000 (22:06 +0100)
committerSteinar H. Gunderson <sesse@debian.org>
Wed, 28 Jan 2009 21:06:59 +0000 (22:06 +0100)
commit85cda6b1da31916b0127d1217825dea725619245
treeea47f563a6f8507f94a81f86cbf9762f0d17c568
parent053868677195e472ddbc5129c6248419911b4546
Add a stupid integerization of the AA&N IDCT -- 30% faster or so, mostly
because of the use of a limiter table.
Makefile
idct_imprecise_int.c [new file with mode: 0644]
idct_imprecise_int.h [new file with mode: 0644]
idct_test.c