forked from len0rd/rockbox
wmafixed.h: remove double declaration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25925 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4970f98619
commit
b24fac4ca6
1 changed files with 1 additions and 4 deletions
|
|
@ -50,6 +50,7 @@ fixed64 Fixed32To64(fixed32 x);
|
||||||
fixed32 fixdiv32(fixed32 x, fixed32 y);
|
fixed32 fixdiv32(fixed32 x, fixed32 y);
|
||||||
fixed64 fixdiv64(fixed64 x, fixed64 y);
|
fixed64 fixdiv64(fixed64 x, fixed64 y);
|
||||||
fixed32 fixsqrt32(fixed32 x);
|
fixed32 fixsqrt32(fixed32 x);
|
||||||
|
/* Inverse gain of circular cordic rotation in s0.31 format. */
|
||||||
long fsincos(unsigned long phase, fixed32 *cos);
|
long fsincos(unsigned long phase, fixed32 *cos);
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -105,7 +106,3 @@ static inline fixed32 fixmul32(fixed32 x, fixed32 y)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Inverse gain of circular cordic rotation in s0.31 format. */
|
|
||||||
long fsincos(unsigned long phase, fixed32 *cos);
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue