summaryrefslogtreecommitdiffstats
path: root/apps/codecs/lib/SOURCES
diff options
context:
space:
mode:
authorDave Hooper <dave@beermex.com>2010-02-21 21:14:40 +0000
committerDave Hooper <dave@beermex.com>2010-02-21 21:14:40 +0000
commit3c52395b570d5abc394b5a1320d642057e6f4174 (patch)
treee23bd14af0f37a591fa960a60b436fa3f0a8c1fa /apps/codecs/lib/SOURCES
parent8aae18b3cce0412c4beeae6fdf95fe190df6ea25 (diff)
downloadrockbox-3c52395b570d5abc394b5a1320d642057e6f4174.tar.gz
rockbox-3c52395b570d5abc394b5a1320d642057e6f4174.zip
Get a few more % speedup on ARM (measured on ipod video) - improve imdct full final symmetries using ldm/stm and simple register swapping. Also, add more comments (and improve/update some of the existing ones) regarding the layout of the imdct_half and the imdct_full
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24819 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/SOURCES')
-rw-r--r--apps/codecs/lib/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/lib/SOURCES b/apps/codecs/lib/SOURCES
index da77f97d30..438cd1fc62 100644
--- a/apps/codecs/lib/SOURCES
+++ b/apps/codecs/lib/SOURCES
@@ -4,14 +4,14 @@ fixedpoint.c
/* OLD MDCT */
/* (when all other codecs are remediated this can be remoed) */
-mdct2.c
+/* mdct2.c */
mdct_lookup.c
fft-ffmpeg.c
mdct.c
#ifdef CPU_ARM
-mdct_arm.S
+/*mdct_arm.S*/
setjmp_arm.S
../../../firmware/target/arm/support-arm.S
#endif