From 46f85c4c547188d08fd90bad7734d38c654f13ea Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Thu, 4 Sep 2008 18:02:10 +0000 Subject: Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codeclib. Combined IMDCT is now based on existing Tremor transform. Reduces CPU for 192k AAC by 21MHz on Coldfire, and 5MHz on PP5024. WMA and Vorbis should have no functional changes since they already used this code. Further optimization is possible and would benefit all 3 codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18412 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/SOURCES | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs/libfaad/SOURCES') diff --git a/apps/codecs/libfaad/SOURCES b/apps/codecs/libfaad/SOURCES index 4c7a34d..67fd6ad 100644 --- a/apps/codecs/libfaad/SOURCES +++ b/apps/codecs/libfaad/SOURCES @@ -1,5 +1,4 @@ bits.c -cfft.c common.c decoder.c drc.c @@ -11,7 +10,6 @@ huffman.c ic_predict.c is.c lt_predict.c -mdct.c mp4.c ms.c output.c -- cgit v1.1