rockbox/apps/codecs/libffmpegFLAC/SOURCES
Nils Wallménius 685ca2672e Use clz instruction to calculate integer logarithms, speeds up decoding of one flac 8 sample by 12%.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23783 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 15:21:00 +00:00

11 lines
162 B
Text

bitstream.c
decoder.c
shndec.c
#if !(defined(CPU_ARM) && (ARM_ARCH > 4))
tables.c
#endif
#if defined(CPU_COLDFIRE)
coldfire.S
#elif defined(CPU_ARM)
arm.S
#endif