1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs
Nils Wallménius 273d05906d libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable speed difference.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26918 a1c6a512-1295-4272-9138-f99709370657
2010-06-18 13:47:37 +00:00
..
demac FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lib ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% decoding vorbis on gigabeat S. 2010-06-17 15:24:23 +00:00
liba52
libalac
libasap
libasf Rename seek() to asf_seek() 2010-05-21 16:05:28 +00:00
libatrac Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
libcook
libfaad
libffmpegFLAC FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libm4a
libmad libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable speed difference. 2010-06-18 13:47:37 +00:00
libmusepack FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libpcm
librm
libspc Configure Gigabeat S with EABI compiler by default. Implement the INIT section that this enables (due to selective need for long calls). Remove pcm_postinit from INIT section since it's asynchronous. Disable strict aliasing on SPC codec for now just to shut it up. 2010-06-11 14:39:35 +00:00
libspeex Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
libtremor ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gigabeat S. 2010-06-17 16:49:39 +00:00
libtta FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libwavpack FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libwma
libwmapro
a52.c
a52_rm.c
aac.c
adx.c
aiff.c
aiff_enc.c
alac.c
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c
au.c
codec_crt0.c
codecs.make fix red 2010-05-16 12:34:43 +00:00
cook.c
flac.c
mod.c
mp3_enc.c Build h10 GB with EABI toolchain. Remove some pointless ICODE attributes from mp3_enc.codec and, to make it build, move one function out of IRAM there since it really shouldn't matter. 2010-06-11 21:21:36 +00:00
mpa.c 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). 2010-06-10 19:02:27 +00:00
mpc.c
nsf.c
raac.c
shorten.c
sid.c
smaf.c
SOURCES
spc.c
speex.c
tta.c
vorbis.c
vox.c
wav.c
wav64.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c Rename seek() to asf_seek() 2010-05-21 16:05:28 +00:00
wmapro.c