rockbox/apps/codecs/libmusepack/SOURCES
Nils Wallménius 4f5b390a6d Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27504 a1c6a512-1295-4272-9138-f99709370657
2010-07-20 23:35:07 +00:00

14 lines
204 B
Text

crc32.c
huffman.c
mpc_bits_reader.c
mpc_decoder.c
mpc_demux.c
requant.c
streaminfo.c
synth_filter.c
#if defined(CPU_ARM)
synth_filter_arm.S
#endif
#if defined(CPU_COLDFIRE)
synth_filter_coldfire.S
#endif