1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2009-12-05 16:47:43 +00:00
parent 0651fe572b
commit b9d7f98f8c
7 changed files with 50 additions and 109 deletions

View file

@ -1,9 +1,6 @@
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)