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:
parent
0651fe572b
commit
b9d7f98f8c
7 changed files with 50 additions and 109 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue