summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/SOURCES
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-12-05 16:47:43 +0000
committerNils Wallménius <nils@rockbox.org>2009-12-05 16:47:43 +0000
commitb9d7f98f8c5653c9b5d945655cc64934da596142 (patch)
tree0a25d85df5377aa053287cdc53af6957ab140adf /apps/codecs/libffmpegFLAC/SOURCES
parent0651fe572b8fe1eb5457325f81a8c9986e479ef6 (diff)
downloadrockbox-b9d7f98f8c5653c9b5d945655cc64934da596142.tar.gz
rockbox-b9d7f98f8c5653c9b5d945655cc64934da596142.zip
Move av_log2 function and asociated table to the codec lib, remove 3 identical implementations, always have LUT in iram (gives a *tiny* speedup on coldfire), make the clz based function return the same value as the non clz based function for 0 input to be safe (slows down flac ~2% on the gigabeat S)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23858 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libffmpegFLAC/SOURCES')
-rw-r--r--apps/codecs/libffmpegFLAC/SOURCES3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/codecs/libffmpegFLAC/SOURCES b/apps/codecs/libffmpegFLAC/SOURCES
index 823a2b7744..deed19bcec 100644
--- a/apps/codecs/libffmpegFLAC/SOURCES
+++ b/apps/codecs/libffmpegFLAC/SOURCES
@@ -1,9 +1,6 @@
1bitstream.c 1bitstream.c
2decoder.c 2decoder.c
3shndec.c 3shndec.c
4#if !(defined(CPU_ARM) && (ARM_ARCH > 4))
5tables.c
6#endif
7#if defined(CPU_COLDFIRE) 4#if defined(CPU_COLDFIRE)
8coldfire.S 5coldfire.S
9#elif defined(CPU_ARM) 6#elif defined(CPU_ARM)