forked from len0rd/rockbox
vu_meter: Use the fixedpoint lib (moving flog there)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aea433c3e3
commit
98e6073906
3 changed files with 42 additions and 78 deletions
|
@ -23,3 +23,4 @@ long fsincos(unsigned long phase, long *cos);
|
|||
long fsqrt(long a, unsigned int fracbits);
|
||||
long cos_int(int val);
|
||||
long sin_int(int val);
|
||||
long flog(int x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue