mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 08:02:34 -05:00
Cut the files in half and it might work better (note to self: check your tree is really clean before patching)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21070 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f2dfcc01b
commit
526b5580da
192 changed files with 20 additions and 69133 deletions
|
|
@ -48,53 +48,4 @@ static int fcostab[TRIG_TAB_SIZE]= {
|
|||
0,
|
||||
0,
|
||||
0 };
|
||||
/* Tables for fixed point lookup with 18 bit precision*/
|
||||
|
||||
static int fsintab[TRIG_TAB_SIZE]= {
|
||||
262144,
|
||||
185363,
|
||||
100318,
|
||||
51141,
|
||||
25694,
|
||||
12862,
|
||||
6433,
|
||||
3216,
|
||||
1608,
|
||||
804,
|
||||
402,
|
||||
201,
|
||||
100,
|
||||
50,
|
||||
25,
|
||||
12,
|
||||
6,
|
||||
3,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0 };
|
||||
|
||||
|
||||
static int fcostab[TRIG_TAB_SIZE]= {
|
||||
0,
|
||||
185363,
|
||||
242189,
|
||||
257106,
|
||||
260881,
|
||||
261828,
|
||||
262065,
|
||||
262124,
|
||||
262139,
|
||||
262142,
|
||||
262143,
|
||||
262143,
|
||||
262143,
|
||||
262143,
|
||||
262143,
|
||||
262143,
|
||||
262143,
|
||||
262143,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue