Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use the...
commit92d177ceffeace26a96435de1dd2bbe5dc4d92f7
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 10 Jun 2010 19:02:27 +0000 (10 19:02 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 10 Jun 2010 19:02:27 +0000 (10 19:02 +0000)
tree27bd305c58d887fdbf50122f650c754401af4aa7
parent8dea193b0e70155852cc5837ba55a3cf546feda1
Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use the C-implementation of dct32 compiled with -O1 as the asm implementation of dct32 compiled with -O2. Configuration for Coldfire processors is untouched. In the new configuration the stack of the COP decoding thread needs to be increased on dualcore targets. Speed is increasing by up to 0.9 MHz (-O2 against -O1 using eabi).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26746 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libmad/SOURCES
apps/codecs/libmad/libmad.make
apps/codecs/libmad/synth.c
apps/codecs/mpa.c