1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libwavpack/SOURCES
Dave Bryant f0d1c96ee4 Optimization of WavPack decoding in ARM assembler (for iPods). This allows WavPack files encoded in "high" mode to
play without skipping, although it's still rather marginal (i.e. can't play with other DSP effects enabled). For now
this will not work with 24-bit files either, although that is coming along.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8814 a1c6a512-1295-4272-9138-f99709370657
2006-02-23 20:53:59 +00:00

14 lines
185 B
Text

bits.c
float.c
metadata.c
unpack.c
pack.c
words.c
wputils.c
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
coldfire.S
#endif
#if defined(CPU_ARM) && !defined(SIMULATOR)
arm.S
#endif