annotate ra144.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 322023e630a6
children b9a26c7e64ef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1 /*
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
2 * Real Audio 1.0 (14.4K)
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
3 * Copyright (c) 2003 the ffmpeg project
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
4 *
3947
c8c591fe26f8 Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 3036
diff changeset
5 * This file is part of FFmpeg.
c8c591fe26f8 Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 3036
diff changeset
6 *
c8c591fe26f8 Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 3036
diff changeset
7 * FFmpeg is free software; you can redistribute it and/or
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
8 * modify it under the terms of the GNU Lesser General Public
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
9 * License as published by the Free Software Foundation; either
3947
c8c591fe26f8 Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 3036
diff changeset
10 * version 2.1 of the License, or (at your option) any later version.
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
11 *
3947
c8c591fe26f8 Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 3036
diff changeset
12 * FFmpeg is distributed in the hope that it will be useful,
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
15 * Lesser General Public License for more details.
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
16 *
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
17 * You should have received a copy of the GNU Lesser General Public
3947
c8c591fe26f8 Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents: 3036
diff changeset
18 * License along with FFmpeg; if not, write to the Free Software
3036
0b546eab515d Update licensing information: The FSF changed postal address.
diego
parents: 2967
diff changeset
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
20 */
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
21
7760
c4a4495715dd Globally rename the header inclusion guard names.
stefano
parents: 7129
diff changeset
22 #ifndef AVCODEC_RA144_H
c4a4495715dd Globally rename the header inclusion guard names.
stefano
parents: 7129
diff changeset
23 #define AVCODEC_RA144_H
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
24
7044
ab9533fb9335 Add missing #includes to fix 'make checkheaders'.
diego
parents: 6883
diff changeset
25 #include <stdint.h>
ab9533fb9335 Add missing #includes to fix 'make checkheaders'.
diego
parents: 6883
diff changeset
26
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
27 /* 14.4 data tables */
7123
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
28 static const int16_t gain_val_tab[256][3] = {
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
29 {541, 956, 768}, {877, 581, 568}, {675, 787, 635}, {624, 732, 668},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
30 {623, 839, 697}, {640, 693, 991}, {925, 687, 608}, {552, 797, 572},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
31 {535, 832, 799}, {762, 605, 577}, {832, 561, 1003}, {590, 687, 588},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
32 {646, 901, 732}, {828, 689, 896}, {875, 624, 848}, {571, 942, 1022},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
33 {824, 736, 643}, {517, 765, 512}, {562, 908, 761}, {694, 913, 675},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
34 {704, 524, 672}, {721, 757, 558}, {884, 551, 633}, {558, 1007, 846},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
35 {932, 746, 777}, {566, 822, 926}, {613, 771, 611}, {737, 671, 1008},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
36 {651, 594, 579}, {801, 636, 564}, {852, 910, 719}, {998, 614, 575},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
37 {665, 935, 628}, {631, 596, 829}, {644, 926, 526}, {879, 988, 613},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
38 {941, 692, 693}, {565, 672, 576}, {547, 628, 740}, {639, 532, 537},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
39 {955, 604, 598}, {562, 580, 900}, {603, 899, 621}, {746, 533, 624},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
40 {729, 514, 735}, {853, 551, 692}, {949, 1018, 1004}, {544, 988, 735},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
41 {789, 782, 821}, {897, 516, 754}, {517, 702, 828}, {586, 818, 763},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
42 {907, 652, 592}, {528, 652, 642}, {531, 708, 780}, {666, 625, 727},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
43 {947, 727, 554}, {549, 657, 981}, {605, 920, 852}, {624, 619, 983},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
44 {605, 909, 547}, {690, 935, 516}, {700, 612, 853}, {767, 832, 574},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
45 {523, 898, 923}, {722, 958, 691}, {613, 771, 928}, {758, 757, 584},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
46 {512, 567, 577}, {615, 638, 698}, {574, 642, 589}, {993, 682, 878},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
47 {539, 890, 913}, {694, 928, 544}, {805, 600, 680}, {540, 951, 782},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
48 {816, 950, 590}, {955, 847, 811}, {547, 883, 556}, {652, 888, 604},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
49 {863, 585, 855}, {1023, 997, 516}, {932, 614, 640}, {627, 564, 573},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
50 {876, 900, 724}, {515, 857, 896}, {647, 953, 879}, {806, 854, 857},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
51 {545, 583, 631}, {657, 601, 751}, {740, 905, 795}, {841, 1016, 568},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
52 {747, 589, 983}, {878, 613, 526}, {864, 723, 779}, {534, 674, 774},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
53 {950, 649, 939}, {590, 703, 899}, {618, 527, 579}, {725, 647, 972},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
54 {641, 647, 707}, {730, 663, 644}, {807, 572, 578}, {879, 611, 821},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
55 {667, 729, 841}, {782, 585, 751}, {802, 733, 976}, {850, 871, 708},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
56 {870, 743, 704}, {941, 899, 585}, {943, 632, 875}, {1023, 732, 638},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
57 {778, 753, 655}, {843, 945, 945}, {942, 969, 572}, {1008, 559, 854},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
58 {868, 729, 787}, {970, 686, 547}, {535, 635, 674}, {560, 636, 828},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
59 {994, 592, 833}, {548, 621, 694}, {550, 801, 955}, {582, 522, 646},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
60 {606, 625, 818}, {623, 591, 874}, {669, 535, 1001}, {701, 938, 592},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
61 {925, 820, 738}, {735, 790, 544}, {575, 788, 674}, {655, 783, 528},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
62 {527, 513, 677}, {782, 852, 940}, {578, 910, 513}, {692, 882, 734},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
63 {586, 683, 715}, {739, 609, 717}, {778, 773, 697}, {922, 785, 813},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
64 {766, 651, 984}, {978, 596, 515}, {535, 757, 540}, {662, 687, 589},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
65 {554, 536, 979}, {723, 982, 690}, {936, 956, 527}, {590, 1002, 547},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
66 {517, 653, 825}, {832, 592, 974}, {512, 957, 903}, {631, 545, 906},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
67 {514, 720, 649}, {596, 679, 694}, {617, 740, 979}, {711, 685, 877},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
68 {655, 835, 848}, {754, 839, 698}, {871, 515, 769}, {955, 852, 573},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
69 {640, 859, 587}, {792, 863, 554}, {843, 708, 682}, {971, 768, 552},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
70 {891, 536, 690}, {1016, 560, 663}, {543, 870, 674}, {601, 999, 585},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
71 {945, 966, 889}, {529, 912, 777}, {574, 1020, 714}, {609, 922, 932},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
72 {598, 778, 929}, {651, 772, 744}, {691, 957, 722}, {729, 766, 984},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
73 {547, 519, 632}, {583, 532, 922}, {633, 995, 603}, {677, 571, 874},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
74 {602, 545, 666}, {627, 542, 875}, {672, 983, 598}, {692, 979, 730},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
75 {668, 634, 872}, {711, 706, 674}, {739, 977, 595}, {759, 905, 763},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
76 {756, 582, 763}, {748, 1013, 908}, {804, 937, 950}, {785, 543, 998},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
77 {999, 684, 942}, {626, 633, 996}, {626, 567, 835}, {739, 571, 973},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
78 {655, 769, 707}, {702, 952, 571}, {727, 712, 514}, {744, 686, 741},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
79 {731, 552, 714}, {824, 991, 726}, {795, 615, 544}, {870, 575, 824},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
80 {803, 832, 923}, {819, 839, 531}, {887, 786, 852}, {933, 764, 570},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
81 {716, 906, 654}, {784, 804, 563}, {774, 535, 876}, {807, 598, 649},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
82 {817, 759, 718}, {831, 993, 846}, {858, 567, 605}, {876, 1012, 651},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
83 {852, 548, 549}, {895, 1008, 871}, {892, 1000, 591}, {935, 516, 836},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
84 {931, 612, 776}, {968, 614, 816}, {524, 777, 719}, {549, 694, 786},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
85 {882, 754, 534}, {597, 837, 766}, {635, 954, 704}, {803, 550, 798},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
86 {699, 654, 798}, {924, 767, 738}, {970, 675, 608}, {632, 706, 684},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
87 {858, 767, 563}, {527, 765, 702}, {559, 924, 1003}, {618, 524, 611},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
88 {999, 942, 963}, {547, 857, 935}, {734, 926, 569}, {967, 746, 551},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
89 {834, 633, 881}, {941, 701, 727}, {945, 564, 636}, {512, 563, 793},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
90 {984, 556, 570}, {984, 540, 740}, {527, 764, 874}, {530, 664, 1014},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
91 {546, 515, 521}, {554, 934, 672}, {598, 945, 556}, {627, 531, 733},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
92 {576, 1020, 1014}, {623, 924, 594}, {678, 909, 603}, {814, 744, 543}
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
93 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
94
7123
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
95 static const uint8_t gain_exp_tab[256][3] = {
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
96 {14, 14, 14}, {14, 14, 14}, {14, 13, 14}, {13, 13, 14},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
97 {13, 14, 13}, {13, 14, 15}, {13, 13, 13}, {12, 14, 13},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
98 {13, 13, 13}, {13, 13, 12}, {13, 12, 13}, {12, 13, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
99 {12, 13, 13}, {12, 13, 13}, {12, 12, 13}, {11, 13, 13},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
100 {13, 12, 13}, {12, 12, 12}, {13, 12, 12}, {13, 12, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
101 {12, 12, 12}, {12, 13, 11}, {12, 12, 11}, {11, 13, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
102 {12, 12, 12}, {11, 12, 12}, {11, 12, 12}, {11, 12, 13},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
103 {11, 12, 11}, {11, 12, 11}, {11, 13, 12}, {11, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
104 {12, 12, 12}, {12, 11, 12}, {12, 12, 11}, {12, 12, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
105 {13, 11, 11}, {12, 11, 10}, {11, 11, 11}, {11, 11, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
106 {12, 11, 12}, {11, 11, 12}, {11, 12, 11}, {11, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
107 {11, 11, 12}, {11, 11, 12}, {11, 12, 12}, {10, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
108 {11, 12, 11}, {11, 11, 11}, {10, 12, 11}, {10, 12, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
109 {11, 11, 11}, {10, 11, 11}, {10, 11, 12}, {10, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
110 {11, 12, 11}, {10, 12, 12}, {10, 13, 12}, {10, 12, 13},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
111 {10, 12, 11}, {10, 12, 11}, {10, 12, 12}, {10, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
112 {12, 11, 12}, {12, 11, 11}, {11, 11, 12}, {11, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
113 {11, 10, 11}, {11, 10, 11}, {12, 10, 10}, {12, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
114 {11, 11, 11}, {11, 11, 10}, {11, 11, 10}, {10, 12, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
115 {11, 11, 11}, {11, 11, 11}, {10, 11, 11}, {10, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
116 {11, 10, 11}, {11, 11, 10}, {11, 10, 10}, {10, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
117 {11, 11, 10}, {10, 11, 10}, {10, 11, 10}, {10, 11, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
118 {10, 10, 11}, {10, 10, 11}, {10, 11, 11}, {10, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
119 {10, 10, 11}, {10, 10, 10}, {10, 10, 11}, { 9, 10, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
120 {11, 11, 11}, {10, 11, 11}, {10, 11, 10}, {10, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
121 {10, 11, 11}, {10, 11, 11}, {10, 11, 11}, {10, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
122 {10, 12, 11}, {10, 12, 11}, {10, 12, 12}, {10, 13, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
123 {10, 12, 11}, {10, 12, 11}, {10, 12, 12}, {10, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
124 {10, 12, 10}, {10, 12, 11}, {10, 12, 10}, {10, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
125 {10, 11, 11}, {10, 11, 11}, { 9, 11, 11}, { 9, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
126 {10, 12, 11}, { 9, 12, 11}, { 9, 12, 12}, { 9, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
127 { 9, 12, 11}, { 9, 12, 12}, { 9, 12, 12}, { 9, 13, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
128 {12, 10, 11}, {11, 10, 10}, {10, 10, 11}, {10, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
129 {11, 9, 10}, {11, 10, 10}, {10, 10, 9}, {10, 10, 9},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
130 {10, 10, 10}, {10, 10, 10}, {10, 10, 10}, {10, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
131 {10, 10, 10}, {10, 10, 9}, { 9, 10, 9}, { 9, 10, 9},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
132 {10, 9, 11}, {10, 10, 10}, {10, 10, 10}, { 9, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
133 {10, 9, 10}, {10, 9, 10}, { 9, 10, 10}, { 9, 9, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
134 { 9, 10, 10}, { 9, 10, 10}, { 9, 10, 11}, { 9, 10, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
135 { 9, 10, 10}, { 9, 10, 10}, { 9, 9, 10}, { 9, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
136 {10, 11, 10}, {10, 11, 10}, {10, 11, 10}, {10, 11, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
137 {10, 10, 10}, {10, 10, 10}, { 9, 11, 10}, { 9, 11, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
138 {10, 11, 11}, { 9, 11, 11}, { 9, 11, 11}, { 9, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
139 { 9, 11, 11}, { 9, 11, 11}, { 9, 11, 11}, { 9, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
140 { 9, 11, 10}, { 9, 11, 11}, { 9, 12, 10}, { 9, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
141 { 9, 11, 11}, { 9, 11, 12}, { 9, 12, 11}, { 9, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
142 { 9, 12, 11}, { 9, 12, 11}, { 9, 12, 11}, { 9, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
143 { 9, 12, 11}, { 9, 13, 12}, { 9, 13, 12}, { 9, 12, 13},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
144 {10, 11, 10}, { 9, 11, 10}, { 9, 10, 10}, { 9, 10, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
145 { 9, 11, 10}, { 9, 11, 10}, { 9, 11, 10}, { 9, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
146 { 9, 10, 10}, { 9, 11, 10}, { 9, 10, 10}, { 9, 10, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
147 { 9, 11, 11}, { 9, 11, 11}, { 9, 11, 11}, { 9, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
148 { 9, 12, 10}, { 9, 12, 10}, { 9, 11, 11}, { 9, 11, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
149 { 9, 12, 11}, { 9, 12, 12}, { 9, 12, 11}, { 9, 13, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
150 { 9, 11, 10}, { 9, 12, 11}, { 9, 12, 11}, { 9, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
151 { 9, 12, 11}, { 9, 12, 12}, { 8, 12, 11}, { 8, 12, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
152 {10, 9, 9}, { 9, 9, 9}, { 9, 10, 9}, { 9, 9, 9},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
153 { 9, 9, 10}, { 9, 9, 10}, { 9, 9, 9}, { 8, 9, 9},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
154 { 9, 10, 9}, { 8, 10, 9}, { 8, 10, 10}, { 8, 9, 10},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
155 { 9, 9, 9}, { 7, 8, 8}, { 8, 10, 9}, { 8, 9, 9},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
156 { 9, 11, 10}, { 9, 11, 10}, { 9, 10, 10}, { 8, 10, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
157 { 9, 11, 10}, { 9, 11, 11}, { 8, 11, 11}, { 8, 11, 12},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
158 { 8, 10, 9}, { 8, 11, 10}, { 8, 11, 10}, { 8, 10, 11},
b780413ce2fa Remove unused values from gain_{val,exp}_tab
vitor
parents: 7122
diff changeset
159 { 8, 12, 11}, { 8, 12, 11}, { 8, 11, 10}, { 8, 11, 10}
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
160 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
161
7082
7b716b05401c Last table renaming
vitor
parents: 7081
diff changeset
162 static const int8_t cb1_vects[128][40]={
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
163 {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
164 38, -4, 15, -4, 14, -13, 12, -11, -2, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
165 -6, -11, -45, -16, -11, -13, -7, 6, -12, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
166 -20, 3, -16, 12, -1, 12, 46, 24, 0, 33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
167 -3, 9, -12, -12, -8, -7, 17, -6, 0, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
168 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
169 60, -16, 3, -22, 10, -32, 0, -28, -17, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
170 -3, -25, -37, -23, -10, 3, 2, 3, 0, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
171 -14, 0, -14, -1, 0, 2, 32, 9, -1, 25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
172 7, 13, -5, 13, 8, 1, 2, 8, -10, 6,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
173 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
174 27, -12, 28, -2, 6, -7, 15, 9, -11, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
175 -13, -11, -40, 4, -29, -14, -19, -5, -23, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
176 -30, -13, -17, 0, -14, 12, 34, 20, -2, 25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
177 2, -16, -4, -12, 15, 16, 29, 7, 24, 10,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
178 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
179 49, -24, 16, -20, 2, -26, 2, -7, -25, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
180 -11, -25, -32, -3, -27, 2, -8, -8, -11, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
181 -24, -17, -16, -14, -13, 2, 20, 5, -4, 17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
182 14, -12, 3, 13, 33, 25, 14, 23, 15, 19,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
183 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
184 46, -6, 21, 8, -2, -16, -5, -8, -11, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
185 8, 15, -24, 4, -2, -26, -3, -16, -16, -14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
186 -9, -2, -1, 4, 19, 7, 36, 17, 9, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
187 0, 31, -5, -12, 7, -8, 11, -15, -13, -4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
188 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
189 68, -18, 9, -9, -6, -35, -18, -25, -26, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
190 10, 1, -16, -3, -1, -9, 6, -19, -4, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
191 -4, -6, 0, -8, 20, -2, 23, 2, 7, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
192 12, 35, 1, 13, 24, 0, -3, 0, -22, 4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
193 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
194 35, -14, 34, 10, -10, -10, -1, 12, -20, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
195 0, 15, -18, 24, -20, -27, -14, -28, -27, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
196 -20, -19, -2, -8, 5, 7, 25, 13, 5, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
197 6, 5, 2, -12, 31, 15, 23, -1, 12, 8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
198 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
199 57, -26, 22, -7, -14, -28, -14, -3, -35, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
200 3, 1, -11, 16, -18, -10, -4, -31, -15, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
201 -14, -23, -1, -21, 7, -2, 11, -1, 3, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
202 18, 9, 10, 13, 49, 24, 8, 14, 2, 16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
203 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
204 25, 15, 22, 11, 18, 4, 15, -22, 8, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
205 -17, -9, -48, -20, -30, -17, -16, 11, -1, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
206 2, 10, -5, 26, -2, -4, 22, 0, 2, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
207 -6, 13, -14, 10, -23, 0, 10, -2, 1, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
208 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
209 47, 3, 11, -6, 15, -13, 2, -38, -6, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
210 -15, -22, -40, -28, -28, 0, -5, 8, 10, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
211 7, 7, -4, 13, -1, -14, 9, -14, 0, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
212 4, 18, -7, 36, -6, 8, -3, 13, -7, 8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
213 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
214 14, 7, 36, 13, 10, 10, 18, 0, 0, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
215 -25, -8, -43, 0, -48, -18, -27, 0, -12, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
216 -7, -6, -7, 13, -15, -5, 11, -3, 0, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
217 0, -12, -6, 10, 0, 23, 22, 11, 26, 12,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
218 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
219 36, -5, 24, -4, 7, -7, 6, -17, -14, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
220 -22, -22, -35, -8, -46, -1, -17, -3, 0, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
221 -2, -10, -5, 0, -14, -15, -2, -18, -2, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
222 11, -7, 1, 36, 18, 32, 7, 27, 17, 20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
223 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
224 33, 13, 29, 24, 1, 1, -2, -18, 0, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
225 -3, 17, -27, 0, -21, -30, -12, -11, -5, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
226 12, 4, 9, 19, 18, -9, 13, -6, 11, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
227 -2, 35, -8, 10, -7, -1, 4, -11, -10, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
228 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
229 55, 1, 17, 6, -1, -16, -15, -35, -15, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
230 0, 4, -19, -8, -20, -13, -1, -14, 7, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
231 18, 0, 10, 5, 19, -19, 0, -21, 8, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
232 9, 39, 0, 36, 10, 7, -9, 4, -20, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
233 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
234 22, 5, 42, 26, -6, 8, 1, 2, -9, 17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
235 -10, 18, -21, 19, -39, -31, -23, -23, -16, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
236 2, -12, 7, 6, 5, -9, 1, -10, 7, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
237 4, 9, 0, 10, 17, 22, 16, 2, 14, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
238 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
239 44, -6, 30, 8, -9, -10, -11, -14, -23, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
240 -8, 4, -14, 12, -37, -14, -12, -26, -4, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
241 8, -16, 9, -7, 6, -19, -12, -25, 5, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
242 15, 13, 8, 36, 34, 31, 1, 18, 4, 18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
243 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
244 -3, -5, -9, -7, 15, -1, 5, 13, 2, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
245 5, 2, -21, -23, -2, -16, 0, 5, -6, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
246 -23, 3, -32, 10, -15, 8, 44, 28, 9, 37,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
247 -2, 13, -9, -15, -12, -27, -7, -12, 0, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
248 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
249 18, -17, -21, -25, 11, -19, -6, -3, -11, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
250 7, -11, -13, -31, -1, 0, 9, 1, 5, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
251 -18, 0, -31, -2, -13, -1, 30, 14, 7, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
252 9, 18, -1, 10, 4, -18, -22, 3, -10, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
253 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
254 -13, -13, 3, -5, 7, 4, 9, 34, -5, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
255 -2, 3, -16, -3, -20, -17, -11, -7, -17, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
256 -34, -13, -33, -2, -28, 8, 32, 24, 5, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
257 3, -12, 0, -15, 11, -3, 3, 2, 24, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
258 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
259 8, -25, -8, -23, 3, -13, -3, 17, -20, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
260 0, -10, -8, -11, -18, 0, -1, -10, -5, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
261 -28, -17, -32, -15, -26, -1, 19, 9, 3, 21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
262 15, -7, 6, 9, 29, 5, -10, 17, 15, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
263 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
264 4, -6, -3, 5, -1, -4, -11, 16, -6, 23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
265 19, 29, 0, -3, 6, -30, 3, -17, -10, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
266 -13, -2, -17, 3, 5, 3, 35, 21, 17, 17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
267 2, 35, -2, -15, 3, -28, -13, -21, -13, -13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
268 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
269 26, -19, -15, -12, -5, -22, -24, 0, -21, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
270 21, 15, 8, -11, 7, -12, 14, -20, 2, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
271 -7, -6, -16, -9, 6, -5, 21, 7, 15, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
272 13, 39, 5, 10, 20, -19, -28, -5, -22, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
273 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
274 -5, -15, 9, 7, -9, 2, -8, 37, -14, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
275 11, 29, 5, 16, -11, -30, -7, -29, -21, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
276 -23, -19, -18, -9, -7, 3, 23, 17, 14, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
277 8, 9, 6, -15, 27, -4, -2, -6, 12, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
278 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
279 16, -27, -2, -10, -13, -16, -20, 20, -29, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
280 14, 16, 13, 8, -9, -13, 2, -33, -9, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
281 -17, -23, -17, -22, -6, -6, 9, 2, 12, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
282 20, 13, 13, 10, 45, 4, -16, 8, 2, 7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
283 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
284 -16, 14, -2, 8, 20, 17, 9, 2, 14, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
285 -6, 5, -24, -28, -21, -20, -8, 9, 4, 25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
286 -1, 11, -22, 24, -15, -8, 21, 5, 11, 14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
287 -5, 18, -11, 7, -27, -20, -14, -7, 1, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
288 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
289 6, 2, -14, -9, 16, -1, -3, -14, 0, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
290 -3, -8, -16, -36, -19, -3, 1, 6, 17, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
291 4, 7, -21, 11, -14, -18, 7, -9, 9, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
292 6, 22, -3, 33, -10, -11, -28, 7, -7, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
293 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
294 -26, 6, 11, 10, 12, 23, 12, 23, 5, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
295 -13, 5, -19, -8, -38, -21, -20, -2, -6, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
296 -11, -5, -23, 11, -29, -9, 9, 0, 7, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
297 1, -7, -2, 7, -3, 3, -2, 6, 27, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
298 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
299 -4, -6, 0, -7, 8, 4, 0, 6, -9, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
300 -11, -7, -11, -15, -37, -4, -9, -5, 5, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
301 -5, -9, -22, -1, -27, -18, -4, -14, 5, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
302 12, -3, 4, 32, 14, 12, -17, 22, 17, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
303 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
304 -8, 12, 3, 21, 3, 14, -8, 5, 4, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
305 7, 32, -2, -8, -12, -34, -4, -12, 1, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
306 9, 4, -7, 17, 4, -13, 11, -1, 19, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
307 0, 39, -4, 7, -11, -21, -20, -16, -10, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
308 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
309 13, 0, -8, 3, 0, -4, -21, -11, -9, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
310 10, 18, 5, -16, -10, -16, 5, -15, 13, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
311 15, 1, -6, 4, 6, -23, -2, -16, 17, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
312 10, 44, 3, 33, 6, -12, -34, -1, -20, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
313 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
314 -18, 4, 17, 23, -4, 20, -4, 26, -3, 36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
315 0, 32, 2, 12, -29, -34, -16, -24, -10, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
316 0, -12, -8, 4, -8, -13, 0, -6, 16, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
317 5, 13, 3, 7, 13, 3, -8, -2, 14, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
318 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
319 3, -7, 5, 5, -8, 2, -17, 9, -18, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
320 2, 19, 10, 4, -28, -17, -5, -28, 2, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
321 4, -15, -7, -8, -6, -23, -13, -21, 14, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
322 17, 18, 11, 33, 30, 11, -23, 13, 5, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
323 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
324 60, 10, 7, -1, 9, -8, 6, -13, 2, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
325 -1, -10, -13, -11, 15, 0, 6, 9, -1, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
326 -13, 1, -11, -3, -13, 21, 13, 26, -7, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
327 -10, -7, -16, -33, -31, -10, 22, -8, 1, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
328 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
329 82, -1, -4, -19, 6, -27, -6, -29, -12, -26,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
330 1, -24, -5, -18, 17, 17, 17, 6, 10, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
331 -7, -2, -9, -16, -12, 11, 0, 11, -9, 23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
332 0, -3, -8, -8, -13, -1, 8, 7, -7, 6,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
333 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
334 49, 2, 21, 0, 1, -2, 9, 8, -6, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
335 -8, -10, -8, 9, -2, 0, -4, -2, -13, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
336 -23, -15, -12, -16, -26, 21, 2, 21, -11, 23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
337 -4, -33, -7, -33, -6, 13, 34, 5, 27, 10,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
338 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
339 71, -10, 9, -17, -1, -20, -3, -8, -21, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
340 -6, -24, 0, 1, 0, 16, 6, -5, 0, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
341 -17, -19, -11, -29, -25, 11, -11, 6, -13, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
342 7, -29, 0, -8, 11, 22, 20, 21, 17, 18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
343 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
344 67, 8, 14, 11, -7, -11, -11, -9, -7, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
345 13, 16, 8, 9, 24, -12, 10, -13, -5, -17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
346 -2, -4, 3, -10, 6, 17, 4, 19, 0, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
347 -6, 13, -9, -33, -14, -10, 16, -17, -10, -4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
348 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
349 90, -3, 2, -6, -10, -29, -24, -26, -21, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
350 15, 2, 16, 1, 25, 4, 21, -16, 6, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
351 3, -8, 5, -24, 8, 7, -9, 4, -1, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
352 5, 18, -1, -7, 2, -1, 2, -1, -19, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
353 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
354 57, 0, 27, 13, -14, -5, -7, 11, -15, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
355 5, 16, 13, 29, 6, -13, 0, -25, -16, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
356 -12, -22, 2, -23, -6, 16, -7, 14, -2, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
357 0, -12, 0, -33, 9, 13, 28, -3, 14, 7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
358 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
359 79, -11, 15, -4, -18, -23, -20, -5, -30, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
360 7, 2, 21, 21, 8, 3, 10, -28, -4, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
361 -6, -25, 3, -37, -4, 7, -20, 0, -4, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
362 11, -7, 6, -8, 27, 22, 14, 12, 5, 16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
363 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
364 47, 30, 15, 14, 14, 9, 9, -23, 13, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
365 -12, -7, -16, -15, -3, -3, -1, 14, 9, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
366 9, 8, 0, 10, -14, 4, -9, 2, -5, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
367 -13, -3, -18, -10, -45, -3, 16, -4, 4, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
368 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
369 69, 17, 3, -3, 10, -8, -3, -40, -1, -21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
370 -10, -21, -8, -23, -1, 13, 8, 11, 21, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
371 15, 4, 0, -2, -13, -5, -23, -12, -7, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
372 -1, 0, -10, 14, -28, 5, 1, 11, -5, 7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
373 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
374 36, 21, 28, 16, 6, 16, 12, -2, 4, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
375 -20, -7, -11, 4, -20, -4, -12, 2, -1, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
376 0, -8, -2, -2, -27, 4, -21, -2, -9, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
377 -6, -29, -9, -10, -21, 21, 28, 10, 29, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
378 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
379 58, 9, 16, -1, 2, -2, 0, -19, -10, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
380 -17, -21, -3, -3, -19, 12, -2, 0, 10, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
381 5, -12, 0, -15, -26, -5, -34, -16, -11, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
382 4, -25, -2, 14, -3, 29, 13, 25, 20, 20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
383 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
384 55, 28, 21, 27, -2, 7, -8, -20, 4, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
385 1, 18, 5, 4, 5, -16, 2, -8, 5, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
386 19, 2, 14, 3, 6, 0, -18, -4, 2, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
387 -8, 18, -11, -10, -29, -3, 10, -13, -8, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
388 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
389 77, 16, 9, 9, -6, -11, -21, -37, -10, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
390 4, 5, 13, -3, 7, 0, 13, -11, 17, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
391 25, -1, 15, -9, 7, -9, -32, -19, 0, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
392 2, 22, -3, 15, -12, 5, -4, 2, -17, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
393 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
394 44, 20, 34, 29, -10, 13, -4, 0, -4, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
395 -5, 19, 10, 24, -11, -17, -8, -20, -5, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
396 9, -14, 12, -9, -6, 0, -30, -9, 0, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
397 -2, -7, -2, -10, -5, 20, 21, 1, 17, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
398 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
399 66, 8, 23, 11, -14, -5, -17, -16, -19, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
400 -3, 5, 18, 17, -10, 0, 1, -23, 6, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
401 15, -18, 14, -22, -5, -10, -44, -23, -2, -26,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
402 9, -3, 4, 14, 12, 29, 7, 16, 7, 18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
403 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
404 18, 9, -17, -4, 11, 3, 0, 11, 7, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
405 10, 3, 10, -18, 24, -3, 14, 7, 4, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
406 -16, 1, -27, -4, -27, 17, 12, 30, 0, 35,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
407 -9, -3, -12, -36, -35, -30, -2, -13, 2, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
408 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
409 40, -2, -29, -22, 7, -14, -12, -5, -7, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
410 12, -9, 18, -26, 26, 14, 24, 4, 16, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
411 -10, -2, -26, -18, -26, 7, -1, 15, -1, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
412 2, 0, -4, -11, -17, -21, -16, 1, -7, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
413 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
414 8, 1, -3, -2, 3, 10, 3, 32, -1, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
415 2, 4, 15, 1, 7, -3, 2, -4, -6, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
416 -26, -15, -29, -17, -40, 17, 0, 26, -2, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
417 -2, -29, -4, -36, -10, -6, 9, 0, 27, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
418 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
419 30, -11, -15, -20, 0, -8, -9, 15, -15, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
420 5, -9, 23, -6, 8, 13, 13, -7, 5, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
421 -20, -19, -27, -31, -39, 7, -13, 11, -4, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
422 8, -25, 3, -11, 7, 2, -4, 16, 18, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
423 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
424 26, 7, -11, 8, -5, 1, -17, 14, -1, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
425 24, 30, 32, 1, 33, -16, 18, -14, 0, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
426 -6, -4, -12, -12, -6, 13, 2, 23, 8, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
427 -4, 17, -5, -36, -18, -30, -8, -22, -10, -14,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
428 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
429 48, -4, -23, -9, -9, -17, -30, -2, -16, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
430 26, 16, 40, -6, 35, 1, 28, -17, 12, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
431 0, -8, -11, -25, -5, 3, -10, 8, 6, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
432 6, 22, 1, -11, -1, -21, -22, -7, -19, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
433 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
434 15, 0, 2, 10, -13, 7, -14, 35, -10, 23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
435 16, 31, 37, 21, 16, -17, 6, -26, -10, -21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
436 -16, -21, -13, -25, -19, 13, -8, 19, 5, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
437 1, -8, 2, -36, 5, -6, 3, -8, 15, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
438 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
439 37, -12, -9, -7, -17, -11, -26, 18, -25, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
440 19, 17, 45, 14, 17, 0, 17, -30, 1, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
441 -10, -25, -12, -38, -18, 3, -22, 4, 3, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
442 13, -3, 10, -11, 23, 2, -10, 7, 5, 7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
443 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
444 5, 29, -9, 11, 15, 22, 3, 0, 18, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
445 -1, 6, 7, -23, 6, -6, 5, 12, 15, 21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
446 5, 8, -17, 9, -28, 0, -11, 6, 2, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
447 -11, 0, -14, -13, -49, -22, -8, -9, 4, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
448 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
449 27, 16, -21, -6, 12, 3, -9, -16, 3, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
450 1, -7, 15, -31, 7, 10, 16, 9, 27, 21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
451 11, 5, -16, -3, -26, -9, -24, -7, 0, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
452 0, 4, -6, 11, -32, -14, -23, 6, -5, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
453 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
454 -4, 20, 3, 13, 8, 28, 6, 21, 10, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
455 -8, 7, 12, -3, -11, -7, -5, 0, 4, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
456 -4, -8, -18, -3, -41, 0, -22, 2, 0, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
457 -5, -25, -6, -14, -25, 1, 2, 4, 29, 2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
458 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
459 17, 8, -8, -4, 4, 10, -6, 5, -4, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
460 -6, -6, 20, -10, -9, 9, 4, -2, 16, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
461 1, -12, -17, -16, -39, -9, -36, -12, -2, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
462 6, -21, 1, 11, -7, 10, -11, 20, 20, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
463 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
464 13, 27, -3, 24, -1, 19, -14, 3, 9, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
465 12, 33, 29, -3, 15, -20, 9, -9, 11, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
466 16, 2, -2, 2, -7, -3, -20, 0, 10, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
467 -7, 22, -7, -13, -33, -23, -14, -18, -7, -12,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
468 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
469 35, 15, -15, 6, -4, 1, -27, -12, -5, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
470 15, 19, 37, -11, 16, -2, 20, -12, 23, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
471 22, -1, -1, -11, -5, -13, -34, -14, 8, -14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
472 4, 26, 0, 11, -16, -14, -29, -2, -17, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
473 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
474 3, 19, 9, 26, -8, 26, -10, 24, 0, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
475 5, 33, 34, 17, -2, -20, -1, -22, 0, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
476 6, -14, -3, -10, -20, -4, -32, -4, 7, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
477 0, -3, 0, -13, -9, 0, -3, -4, 17, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
478 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
479 25, 7, -2, 8, -12, 7, -23, 8, -13, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
480 7, 20, 42, 9, 0, -3, 9, -25, 12, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
481 12, -18, -2, -24, -19, -13, -46, -19, 5, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
482 10, 0, 8, 11, 8, 9, -17, 11, 7, 8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
483 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
484 -25, -7, 2, -8, 12, -7, 23, -8, 13, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
485 -7, -20, -42, -9, 0, 3, -9, 25, -12, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
486 -12, 18, 2, 24, 19, 13, 46, 19, -5, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
487 -10, 0, -8, -11, -8, -9, 17, -11, -7, -8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
488 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
489 -3, -19, -9, -26, 8, -26, 10, -24, 0, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
490 -5, -33, -34, -17, 2, 20, 1, 22, 0, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
491 -6, 14, 3, 10, 20, 4, 32, 4, -7, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
492 0, 3, 0, 13, 9, 0, 3, 4, -17, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
493 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
494 -35, -15, 15, -6, 4, -1, 27, 12, 5, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
495 -15, -19, -37, 11, -16, 2, -20, 12, -23, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
496 -22, 1, 1, 11, 5, 13, 34, 14, -8, 14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
497 -4, -26, 0, -11, 16, 14, 29, 2, 17, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
498 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
499 -13, -27, 3, -24, 1, -19, 14, -3, -9, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
500 -12, -33, -29, 3, -15, 20, -9, 9, -11, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
501 -16, -2, 2, -2, 7, 3, 20, 0, -10, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
502 7, -22, 7, 13, 33, 23, 14, 18, 7, 12,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
503 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
504 -17, -8, 8, 4, -4, -10, 6, -5, 4, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
505 6, 6, -20, 10, 9, -9, -4, 2, -16, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
506 -1, 12, 17, 16, 39, 9, 36, 12, 2, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
507 -6, 21, -1, -11, 7, -10, 11, -20, -20, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
508 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
509 4, -20, -3, -13, -8, -28, -6, -21, -10, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
510 8, -7, -12, 3, 11, 7, 5, 0, -4, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
511 4, 8, 18, 3, 41, 0, 22, -2, 0, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
512 5, 25, 6, 14, 25, -1, -2, -4, -29, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
513 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
514 -27, -16, 21, 6, -12, -3, 9, 16, -3, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
515 -1, 7, -15, 31, -7, -10, -16, -9, -27, -21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
516 -11, -5, 16, 3, 26, 9, 24, 7, 0, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
517 0, -4, 6, -11, 32, 14, 23, -6, 5, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
518 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
519 -5, -29, 9, -11, -15, -22, -3, 0, -18, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
520 1, -6, -7, 23, -6, 6, -5, -12, -15, -21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
521 -5, -8, 17, -9, 28, 0, 11, -6, -2, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
522 11, 0, 14, 13, 49, 22, 8, 9, -4, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
523 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
524 -37, 12, 9, 7, 17, 11, 26, -18, 25, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
525 -19, -17, -45, -14, -17, 0, -17, 30, -1, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
526 10, 25, 12, 38, 18, -3, 22, -4, -3, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
527 -13, 3, -10, 11, -23, -2, 10, -7, -5, -7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
528 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
529 -15, 0, -2, -10, 13, -7, 14, -35, 10, -23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
530 -16, -31, -37, -21, -16, 17, -6, 26, 10, 21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
531 16, 21, 13, 25, 19, -13, 8, -19, -5, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
532 -1, 8, -2, 36, -5, 6, -3, 8, -15, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
533 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
534 -48, 4, 23, 9, 9, 17, 30, 2, 16, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
535 -26, -16, -40, 6, -35, -1, -28, 17, -12, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
536 0, 8, 11, 25, 5, -3, 10, -8, -6, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
537 -6, -22, -1, 11, 1, 21, 22, 7, 19, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
538 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
539 -26, -7, 11, -8, 5, -1, 17, -14, 1, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
540 -24, -30, -32, -1, -33, 16, -18, 14, 0, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
541 6, 4, 12, 12, 6, -13, -2, -23, -8, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
542 4, -17, 5, 36, 18, 30, 8, 22, 10, 14,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
543 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
544 -30, 11, 15, 20, 0, 8, 9, -15, 15, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
545 -5, 9, -23, 6, -8, -13, -13, 7, -5, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
546 20, 19, 27, 31, 39, -7, 13, -11, 4, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
547 -8, 25, -3, 11, -7, -2, 4, -16, -18, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
548 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
549 -8, -1, 3, 2, -3, -10, -3, -32, 1, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
550 -2, -4, -15, -1, -7, 3, -2, 4, 6, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
551 26, 15, 29, 17, 40, -17, 0, -26, 2, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
552 2, 29, 4, 36, 10, 6, -9, 0, -27, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
553 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
554 -40, 2, 29, 22, -7, 14, 12, 5, 7, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
555 -12, 9, -18, 26, -26, -14, -24, -4, -16, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
556 10, 2, 26, 18, 26, -7, 1, -15, 1, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
557 -2, 0, 4, 11, 17, 21, 16, -1, 7, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
558 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
559 -18, -9, 17, 4, -11, -3, 0, -11, -7, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
560 -10, -3, -10, 18, -24, 3, -14, -7, -4, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
561 16, -1, 27, 4, 27, -17, -12, -30, 0, -35,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
562 9, 3, 12, 36, 35, 30, 2, 13, -2, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
563 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
564 -66, -8, -23, -11, 14, 5, 17, 16, 19, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
565 3, -5, -18, -17, 10, 0, -1, 23, -6, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
566 -15, 18, -14, 22, 5, 10, 44, 23, 2, 26,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
567 -9, 3, -4, -14, -12, -29, -7, -16, -7, -18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
568 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
569 -44, -20, -34, -29, 10, -13, 4, 0, 4, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
570 5, -19, -10, -24, 11, 17, 8, 20, 5, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
571 -9, 14, -12, 9, 6, 0, 30, 9, 0, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
572 2, 7, 2, 10, 5, -20, -21, -1, -17, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
573 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
574 -77, -16, -9, -9, 6, 11, 21, 37, 10, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
575 -4, -5, -13, 3, -7, 0, -13, 11, -17, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
576 -25, 1, -15, 9, -7, 9, 32, 19, 0, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
577 -2, -22, 3, -15, 12, -5, 4, -2, 17, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
578 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
579 -55, -28, -21, -27, 2, -7, 8, 20, -4, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
580 -1, -18, -5, -4, -5, 16, -2, 8, -5, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
581 -19, -2, -14, -3, -6, 0, 18, 4, -2, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
582 8, -18, 11, 10, 29, 3, -10, 13, 8, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
583 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
584 -58, -9, -16, 1, -2, 2, 0, 19, 10, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
585 17, 21, 3, 3, 19, -12, 2, 0, -10, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
586 -5, 12, 0, 15, 26, 5, 34, 16, 11, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
587 -4, 25, 2, -14, 3, -29, -13, -25, -20, -20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
588 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
589 -36, -21, -28, -16, -6, -16, -12, 2, -4, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
590 20, 7, 11, -4, 20, 4, 12, -2, 1, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
591 0, 8, 2, 2, 27, -4, 21, 2, 9, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
592 6, 29, 9, 10, 21, -21, -28, -10, -29, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
593 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
594 -69, -17, -3, 3, -10, 8, 3, 40, 1, 21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
595 10, 21, 8, 23, 1, -13, -8, -11, -21, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
596 -15, -4, 0, 2, 13, 5, 23, 12, 7, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
597 1, 0, 10, -14, 28, -5, -1, -11, 5, -7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
598 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
599 -47, -30, -15, -14, -14, -9, -9, 23, -13, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
600 12, 7, 16, 15, 3, 3, 1, -14, -9, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
601 -9, -8, 0, -10, 14, -4, 9, -2, 5, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
602 13, 3, 18, 10, 45, 3, -16, 4, -4, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
603 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
604 -79, 11, -15, 4, 18, 23, 20, 5, 30, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
605 -7, -2, -21, -21, -8, -3, -10, 28, 4, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
606 6, 25, -3, 37, 4, -7, 20, 0, 4, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
607 -11, 7, -6, 8, -27, -22, -14, -12, -5, -16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
608 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
609 -57, 0, -27, -13, 14, 5, 7, -11, 15, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
610 -5, -16, -13, -29, -6, 13, 0, 25, 16, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
611 12, 22, -2, 23, 6, -16, 7, -14, 2, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
612 0, 12, 0, 33, -9, -13, -28, 3, -14, -7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
613 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
614 -90, 3, -2, 6, 10, 29, 24, 26, 21, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
615 -15, -2, -16, -1, -25, -4, -21, 16, -6, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
616 -3, 8, -5, 24, -8, -7, 9, -4, 1, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
617 -5, -18, 1, 7, -2, 1, -2, 1, 19, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
618 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
619 -67, -8, -14, -11, 7, 11, 11, 9, 7, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
620 -13, -16, -8, -9, -24, 12, -10, 13, 5, 17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
621 2, 4, -3, 10, -6, -17, -4, -19, 0, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
622 6, -13, 9, 33, 14, 10, -16, 17, 10, 4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
623 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
624 -71, 10, -9, 17, 1, 20, 3, 8, 21, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
625 6, 24, 0, -1, 0, -16, -6, 5, 0, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
626 17, 19, 11, 29, 25, -11, 11, -6, 13, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
627 -7, 29, 0, 8, -11, -22, -20, -21, -17, -18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
628 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
629 -49, -2, -21, 0, -1, 2, -9, -8, 6, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
630 8, 10, 8, -9, 2, 0, 4, 2, 13, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
631 23, 15, 12, 16, 26, -21, -2, -21, 11, -23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
632 4, 33, 7, 33, 6, -13, -34, -5, -27, -10,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
633 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
634 -82, 1, 4, 19, -6, 27, 6, 29, 12, 26,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
635 -1, 24, 5, 18, -17, -17, -17, -6, -10, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
636 7, 2, 9, 16, 12, -11, 0, -11, 9, -23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
637 0, 3, 8, 8, 13, 1, -8, -7, 7, -6,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
638 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
639 -60, -10, -7, 1, -9, 8, -6, 13, -2, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
640 1, 10, 13, 11, -15, 0, -6, -9, 1, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
641 13, -1, 11, 3, 13, -21, -13, -26, 7, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
642 10, 7, 16, 33, 31, 10, -22, 8, -1, 2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
643 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
644 -3, 7, -5, -5, 8, -2, 17, -9, 18, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
645 -2, -19, -10, -4, 28, 17, 5, 28, -2, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
646 -4, 15, 7, 8, 6, 23, 13, 21, -14, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
647 -17, -18, -11, -33, -30, -11, 23, -13, -5, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
648 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
649 18, -4, -17, -23, 4, -20, 4, -26, 3, -36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
650 0, -32, -2, -12, 29, 34, 16, 24, 10, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
651 0, 12, 8, -4, 8, 13, 0, 6, -16, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
652 -5, -13, -3, -7, -13, -3, 8, 2, -14, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
653 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
654 -13, 0, 8, -3, 0, 4, 21, 11, 9, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
655 -10, -18, -5, 16, 10, 16, -5, 15, -13, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
656 -15, -1, 6, -4, -6, 23, 2, 16, -17, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
657 -10, -44, -3, -33, -6, 12, 34, 1, 20, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
658 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
659 8, -12, -3, -21, -3, -14, 8, -5, -4, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
660 -7, -32, 2, 8, 12, 34, 4, 12, -1, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
661 -9, -4, 7, -17, -4, 13, -11, 1, -19, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
662 0, -39, 4, -7, 11, 21, 20, 16, 10, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
663 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
664 4, 6, 0, 7, -8, -4, 0, -6, 9, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
665 11, 7, 11, 15, 37, 4, 9, 5, -5, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
666 5, 9, 22, 1, 27, 18, 4, 14, -5, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
667 -12, 3, -4, -32, -14, -12, 17, -22, -17, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
668 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
669 26, -6, -11, -10, -12, -23, -12, -23, -5, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
670 13, -5, 19, 8, 38, 21, 20, 2, 6, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
671 11, 5, 23, -11, 29, 9, -9, 0, -7, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
672 -1, 7, 2, -7, 3, -3, 2, -6, -27, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
673 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
674 -6, -2, 14, 9, -16, 1, 3, 14, 0, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
675 3, 8, 16, 36, 19, 3, -1, -6, -17, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
676 -4, -7, 21, -11, 14, 18, -7, 9, -9, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
677 -6, -22, 3, -33, 10, 11, 28, -7, 7, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
678 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
679 16, -14, 2, -8, -20, -17, -9, -2, -14, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
680 6, -5, 24, 28, 21, 20, 8, -9, -4, -25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
681 1, -11, 22, -24, 15, 8, -21, -5, -11, -14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
682 5, -18, 11, -7, 27, 20, 14, 7, -1, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
683 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
684 -16, 27, 2, 10, 13, 16, 20, -20, 29, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
685 -14, -16, -13, -8, 9, 13, -2, 33, 9, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
686 17, 23, 17, 22, 6, 6, -9, -2, -12, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
687 -20, -13, -13, -10, -45, -4, 16, -8, -2, -7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
688 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
689 5, 15, -9, -7, 9, -2, 8, -37, 14, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
690 -11, -29, -5, -16, 11, 30, 7, 29, 21, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
691 23, 19, 18, 9, 7, -3, -23, -17, -14, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
692 -8, -9, -6, 15, -27, 4, 2, 6, -12, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
693 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
694 -26, 19, 15, 12, 5, 22, 24, 0, 21, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
695 -21, -15, -8, 11, -7, 12, -14, 20, -2, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
696 7, 6, 16, 9, -6, 5, -21, -7, -15, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
697 -13, -39, -5, -10, -20, 19, 28, 5, 22, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
698 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
699 -4, 6, 3, -5, 1, 4, 11, -16, 6, -23,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
700 -19, -29, 0, 3, -6, 30, -3, 17, 10, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
701 13, 2, 17, -3, -5, -3, -35, -21, -17, -17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
702 -2, -35, 2, 15, -3, 28, 13, 21, 13, 13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
703 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
704 -8, 25, 8, 23, -3, 13, 3, -17, 20, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
705 0, 10, 8, 11, 18, 0, 1, 10, 5, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
706 28, 17, 32, 15, 26, 1, -19, -9, -3, -21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
707 -15, 7, -6, -9, -29, -5, 10, -17, -15, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
708 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
709 13, 13, -3, 5, -7, -4, -9, -34, 5, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
710 2, -3, 16, 3, 20, 17, 11, 7, 17, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
711 34, 13, 33, 2, 28, -8, -32, -24, -5, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
712 -3, 12, 0, 15, -11, 3, -3, -2, -24, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
713 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
714 -18, 17, 21, 25, -11, 19, 6, 3, 11, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
715 -7, 11, 13, 31, 1, 0, -9, -1, -5, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
716 18, 0, 31, 2, 13, 1, -30, -14, -7, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
717 -9, -18, 1, -10, -4, 18, 22, -3, 10, 2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
718 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
719 3, 5, 9, 7, -15, 1, -5, -13, -2, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
720 -5, -2, 21, 23, 2, 16, 0, -5, 6, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
721 23, -3, 32, -10, 15, -8, -44, -28, -9, -37,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
722 2, -13, 9, 15, 12, 27, 7, 12, 0, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
723 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
724 -44, 6, -30, -8, 9, 10, 11, 14, 23, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
725 8, -4, 14, -12, 37, 14, 12, 26, 4, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
726 -8, 16, -9, 7, -6, 19, 12, 25, -5, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
727 -15, -13, -8, -36, -34, -31, -1, -18, -4, -18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
728 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
729 -22, -5, -42, -26, 6, -8, -1, -2, 9, -17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
730 10, -18, 21, -19, 39, 31, 23, 23, 16, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
731 -2, 12, -7, -6, -5, 9, -1, 10, -7, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
732 -4, -9, 0, -10, -17, -22, -16, -2, -14, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
733 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
734 -55, -1, -17, -6, 1, 16, 15, 35, 15, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
735 0, -4, 19, 8, 20, 13, 1, 14, -7, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
736 -18, 0, -10, -5, -19, 19, 0, 21, -8, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
737 -9, -39, 0, -36, -10, -7, 9, -4, 20, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
738 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
739 -33, -13, -29, -24, -1, -1, 2, 18, 0, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
740 3, -17, 27, 0, 21, 30, 12, 11, 5, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
741 -12, -4, -9, -19, -18, 9, -13, 6, -11, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
742 2, -35, 8, -10, 7, 1, -4, 11, 10, 2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
743 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
744 -36, 5, -24, 4, -7, 7, -6, 17, 14, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
745 22, 22, 35, 8, 46, 1, 17, 3, 0, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
746 2, 10, 5, 0, 14, 15, 2, 18, 2, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
747 -11, 7, -1, -36, -18, -32, -7, -27, -17, -20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
748 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
749 -14, -7, -36, -13, -10, -10, -18, 0, 0, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
750 25, 8, 43, 0, 48, 18, 27, 0, 12, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
751 7, 6, 7, -13, 15, 5, -11, 3, 0, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
752 0, 12, 6, -10, 0, -23, -22, -11, -26, -12,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
753 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
754 -47, -3, -11, 6, -15, 13, -2, 38, 6, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
755 15, 22, 40, 28, 28, 0, 5, -8, -10, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
756 -7, -7, 4, -13, 1, 14, -9, 14, 0, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
757 -4, -18, 7, -36, 6, -8, 3, -13, 7, -8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
758 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
759 -25, -15, -22, -11, -18, -4, -15, 22, -8, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
760 17, 9, 48, 20, 30, 17, 16, -11, 1, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
761 -2, -10, 5, -26, 2, 4, -22, 0, -2, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
762 6, -13, 14, -10, 23, 0, -10, 2, -1, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
763 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
764 -57, 26, -22, 7, 14, 28, 14, 3, 35, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
765 -3, -1, 11, -16, 18, 10, 4, 31, 15, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
766 14, 23, 1, 21, -7, 2, -11, 1, -3, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
767 -18, -9, -10, -13, -49, -24, -8, -14, -2, -16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
768 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
769 -35, 14, -34, -10, 10, 10, 1, -12, 20, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
770 0, -15, 18, -24, 20, 27, 14, 28, 27, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
771 20, 19, 2, 8, -5, -7, -25, -13, -5, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
772 -6, -5, -2, 12, -31, -15, -23, 1, -12, -8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
773 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
774 -68, 18, -9, 9, 6, 35, 18, 25, 26, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
775 -10, -1, 16, 3, 1, 9, -6, 19, 4, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
776 4, 6, 0, 8, -20, 2, -23, -2, -7, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
777 -12, -35, -1, -13, -24, 0, 3, 0, 22, -4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
778 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
779 -46, 6, -21, -8, 2, 16, 5, 8, 11, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
780 -8, -15, 24, -4, 2, 26, 3, 16, 16, 14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
781 9, 2, 1, -4, -19, -7, -36, -17, -9, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
782 0, -31, 5, 12, -7, 8, -11, 15, 13, 4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
783 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
784 -49, 24, -16, 20, -2, 26, -2, 7, 25, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
785 11, 25, 32, 3, 27, -2, 8, 8, 11, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
786 24, 17, 16, 14, 13, -2, -20, -5, 4, -17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
787 -14, 12, -3, -13, -33, -25, -14, -23, -15, -19,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
788 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
789 -27, 12, -28, 2, -6, 7, -15, -9, 11, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
790 13, 11, 40, -4, 29, 14, 19, 5, 23, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
791 30, 13, 17, 0, 14, -12, -34, -20, 2, -25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
792 -2, 16, 4, 12, -15, -16, -29, -7, -24, -10,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
793 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
794 -60, 16, -3, 22, -10, 32, 0, 28, 17, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
795 3, 25, 37, 23, 10, -3, -2, -3, 0, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
796 14, 0, 14, 1, 0, -2, -32, -9, 1, -25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
797 -7, -13, 5, -13, -8, -1, -2, -8, 10, -6,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
798 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
799 -38, 4, -15, 4, -14, 13, -12, 11, 2, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
800 6, 11, 45, 16, 11, 13, 7, -6, 12, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
801 20, -3, 16, -12, 1, -12, -46, -24, 0, -33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
802 3, -9, 12, 12, 8, 7, -17, 6, 0, 2
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
803 }
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
804 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
805
7082
7b716b05401c Last table renaming
vitor
parents: 7081
diff changeset
806 static const int8_t cb2_vects[128][40]={
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
807 {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
808 73, -32, -60, -15, -26, 59, 2, -33, 30, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
809 -3, -17, 8, 30, -1, -26, -4, -22, 10, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
810 -36, -5, -11, 56, 37, 6, -10, -5, -13, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
811 6, -5, 11, 4, -19, -5, -16, 41, 24, 13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
812 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
813 4, -11, -37, 23, -5, 46, -2, -29, -5, -39,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
814 -21, -9, 0, 49, 12, -9, -16, -26, 22, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
815 -45, -20, -5, 40, 22, 17, -26, 31, -14, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
816 -14, 10, 30, 20, -27, -9, -39, 39, 18, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
817 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
818 34, -25, -48, -28, -11, 34, -2, -41, 9, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
819 -17, 21, 20, 24, -17, -33, 0, -24, 10, 42,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
820 3, -5, 10, 42, 11, 8, -3, 3, 16, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
821 22, -2, 0, -33, -10, 18, 7, 58, 10, 28,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
822 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
823 -34, -4, -25, 10, 9, 21, -7, -36, -26, -36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
824 -35, 28, 12, 42, -3, -16, -12, -28, 21, 42,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
825 -5, -21, 16, 26, -4, 19, -19, 39, 15, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
826 1, 13, 19, -17, -17, 14, -15, 55, 4, 19,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
827 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
828 28, -20, -51, -14, -6, 7, 0, -26, 27, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
829 18, -40, -6, 16, -1, -15, 0, -55, -5, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
830 -19, 14, -3, 49, 14, 1, -22, -30, -12, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
831 24, 15, 9, -17, -45, -29, 4, 28, 51, 35,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
832 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
833 -40, 0, -28, 24, 14, -5, -4, -21, -7, -33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
834 0, -32, -15, 35, 12, 1, -11, -58, 5, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
835 -28, 0, 1, 33, 0, 11, -39, 5, -14, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
836 3, 31, 28, -1, -53, -33, -19, 25, 46, 26,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
837 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
838 -11, -14, -39, -27, 9, -17, -4, -33, 6, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
839 4, -1, 5, 10, -17, -22, 5, -57, -5, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
840 20, 13, 18, 35, -11, 3, -16, -22, 17, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
841 40, 19, -1, -55, -35, -5, 27, 44, 37, 49,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
842 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
843 -80, 6, -16, 11, 30, -30, -9, -28, -28, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
844 -13, 6, -2, 28, -3, -5, -7, -60, 5, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
845 11, -1, 24, 19, -27, 13, -32, 13, 15, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
846 19, 35, 17, -39, -43, -9, 4, 42, 32, 41,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
847 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
848 78, -21, -43, 4, -38, 17, 17, -5, 55, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
849 -15, -36, 14, 4, 24, -24, 12, 5, 17, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
850 -54, -5, -2, 27, 43, -12, 2, 9, -9, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
851 22, -3, 28, 21, -20, 3, 20, 28, 9, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
852 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
853 9, -1, -20, 43, -17, 3, 12, 0, 20, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
854 -33, -29, 6, 22, 38, -7, 0, 1, 29, 30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
855 -63, -21, 3, 11, 27, -1, -14, 45, -10, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
856 1, 12, 47, 37, -28, 0, -2, 26, 4, -13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
857 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
858 39, -14, -30, -8, -22, -8, 12, -12, 34, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
859 -29, 2, 26, -2, 8, -31, 16, 3, 17, 57,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
860 -14, -6, 19, 13, 16, -10, 8, 17, 20, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
861 38, 0, 17, -16, -11, 27, 44, 45, -4, 8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
862 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
863 -29, 5, -7, 30, -1, -21, 7, -7, 0, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
864 -47, 9, 18, 15, 22, -14, 4, 0, 28, 57,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
865 -23, -21, 25, -2, 1, 0, -7, 53, 19, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
866 17, 15, 36, 0, -19, 24, 21, 43, -9, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
867 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
868 33, -10, -34, 5, -17, -35, 15, 1, 53, 30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
869 6, -59, 0, -10, 24, -13, 17, -27, 1, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
870 -37, 13, 4, 20, 20, -18, -10, -16, -8, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
871 39, 18, 26, 0, -46, -20, 41, 15, 37, 15,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
872 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
873 -35, 10, -11, 44, 3, -48, 10, 6, 17, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
874 -11, -51, -8, 8, 38, 3, 4, -31, 12, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
875 -46, -1, 10, 4, 5, -7, -26, 19, -10, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
876 18, 34, 45, 15, -54, -24, 18, 13, 31, 7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
877 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
878 -5, -3, -21, -7, -2, -60, 10, -5, 32, 34,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
879 -7, -20, 11, -16, 8, -20, 21, -29, 1, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
880 2, 13, 27, 6, -5, -15, -3, -8, 21, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
881 55, 21, 15, -38, -37, 3, 65, 32, 23, 30,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
882 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
883 -74, 17, 0, 31, 18, -73, 5, 0, -3, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
884 -25, -12, 3, 1, 22, -3, 9, -33, 12, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
885 -6, -2, 33, -9, -21, -5, -20, 27, 19, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
886 34, 37, 34, -22, -44, 0, 41, 29, 17, 21,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
887 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
888 76, -35, -31, -28, -49, 43, -40, 0, 29, -14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
889 8, 5, 10, 18, -26, -46, 0, 7, 6, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
890 -25, -7, -2, 40, 28, 14, 18, -3, -27, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
891 -8, -45, -13, 34, -13, -27, -15, 31, 12, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
892 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
893 7, -15, -9, 9, -28, 29, -45, 5, -6, -43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
894 -9, 12, 2, 36, -12, -30, -11, 3, 17, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
895 -34, -22, 3, 24, 12, 24, 2, 32, -28, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
896 -29, -29, 5, 50, -21, -31, -38, 29, 7, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
897 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
898 36, -29, -19, -41, -34, 18, -45, -6, 8, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
899 -5, 43, 23, 11, -42, -53, 5, 5, 6, 30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
900 14, -8, 20, 26, 1, 16, 25, 4, 3, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
901 7, -41, -23, -3, -4, -3, 8, 48, -1, 17,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
902 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
903 -32, -8, 3, -2, -13, 4, -50, -1, -27, -39,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
904 -23, 51, 15, 30, -27, -37, -7, 1, 17, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
905 5, -23, 25, 10, -14, 26, 8, 41, 1, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
906 -13, -26, -5, 12, -12, -7, -14, 45, -6, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
907 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
908 31, -24, -23, -27, -29, -9, -43, 8, 26, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
909 30, -17, -4, 3, -26, -35, 5, -24, -10, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
910 -9, 12, 5, 33, 5, 8, 5, -29, -26, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
911 9, -23, -14, 12, -39, -52, 5, 18, 39, 24,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
912 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
913 -37, -3, 0, 10, -7, -22, -48, 12, -8, -36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
914 12, -9, -12, 22, -12, -19, -6, -28, 0, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
915 -18, -3, 11, 17, -10, 18, -10, 7, -27, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
916 -11, -7, 3, 28, -47, -55, -18, 15, 34, 16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
917 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
918 -8, -17, -10, -40, -13, -34, -47, 0, 5, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
919 16, 21, 8, -2, -42, -43, 10, -26, -10, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
920 31, 11, 27, 19, -21, 10, 12, -20, 3, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
921 25, -20, -25, -25, -29, -28, 28, 34, 25, 38,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
922 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
923 -77, 2, 11, -1, 7, -47, -52, 5, -29, -33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
924 -1, 28, 0, 15, -28, -26, -2, -30, 0, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
925 22, -4, 33, 3, -36, 21, -3, 15, 2, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
926 4, -4, -6, -9, -37, -31, 5, 32, 20, 30,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
927 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
928 81, -25, -14, -8, -61, 0, -25, 28, 54, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
929 -3, -14, 17, -8, 0, -44, 16, 35, 13, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
930 -43, -7, 6, 11, 33, -4, 30, 11, -22, -40,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
931 6, -43, 3, 50, -14, -18, 22, 18, -1, -16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
932 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
933 12, -4, 8, 29, -39, -12, -30, 33, 19, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
934 -21, -6, 8, 9, 13, -28, 4, 31, 24, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
935 -52, -23, 12, -4, 18, 5, 14, 47, -24, -34,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
936 -14, -27, 22, 66, -22, -22, -1, 16, -6, -24,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
937 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
938 41, -18, -2, -21, -45, -24, -30, 21, 33, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
939 -17, 24, 29, -15, -16, -51, 21, 33, 13, 45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
940 -3, -8, 28, -2, 7, -2, 37, 19, 7, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
941 22, -39, -7, 12, -5, 5, 45, 35, -15, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
942 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
943 -27, 1, 20, 17, -24, -38, -35, 26, -1, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
944 -35, 32, 21, 3, -2, -35, 8, 29, 24, 44,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
945 -12, -24, 34, -18, -8, 7, 21, 55, 5, -21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
946 2, -23, 11, 28, -13, 1, 22, 33, -21, -10,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
947 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
948 36, -13, -5, -7, -40, -51, -28, 36, 52, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
949 18, -36, 2, -22, 0, -33, 21, 2, -3, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
950 -26, 11, 14, 4, 10, -10, 18, -14, -22, -36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
951 24, -21, 1, 28, -40, -42, 42, 5, 25, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
952 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
953 -32, 6, 17, 31, -19, -65, -33, 41, 16, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
954 0, -29, -6, -4, 13, -17, 9, -1, 8, -14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
955 -35, -3, 19, -11, -4, 0, 1, 21, -23, -30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
956 3, -5, 20, 44, -48, -46, 19, 3, 20, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
957 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
958 -3, -7, 6, -20, -25, -77, -32, 29, 31, 30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
959 4, 2, 14, -29, -16, -40, 26, 0, -3, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
960 13, 10, 36, -9, -15, -8, 24, -6, 7, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
961 40, -17, -8, -9, -31, -18, 66, 22, 11, 19,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
962 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
963 -72, 13, 29, 18, -4, -90, -37, 34, -4, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
964 -13, 9, 6, -11, -2, -24, 13, -3, 7, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
965 4, -4, 42, -25, -31, 1, 8, 29, 6, -17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
966 19, -2, 10, 6, -38, -22, 42, 19, 6, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
967 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
968 116, -20, -68, -30, -28, 83, 28, -18, 32, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
969 -13, -21, 5, 28, 5, -7, -24, -8, -22, 17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
970 -23, 30, -25, 45, 15, -9, -11, -18, 22, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
971 4, -2, 19, -12, 23, 3, -43, 2, 12, -4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
972 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
973 47, 0, -45, 7, -7, 69, 23, -13, -2, -51,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
974 -32, -14, -3, 47, 19, 8, -37, -11, -10, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
975 -32, 15, -19, 29, 0, 1, -28, 18, 20, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
976 -16, 13, 38, 3, 15, 0, -66, 0, 7, -13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
977 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
978 77, -13, -56, -43, -13, 57, 23, -26, 11, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
979 -27, 16, 17, 22, -10, -15, -19, -10, -22, 43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
980 16, 30, -2, 31, -11, -6, -5, -9, 52, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
981 20, 0, 8, -50, 33, 27, -19, 19, -1, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
982 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
983 8, 6, -33, -4, 7, 44, 18, -21, -23, -48,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
984 -46, 24, 9, 40, 3, 1, -32, -13, -11, 43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
985 7, 14, 3, 15, -26, 3, -21, 26, 50, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
986 0, 16, 27, -34, 25, 23, -43, 17, -6, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
987 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
988 71, -9, -59, -29, -8, 30, 26, -11, 30, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
989 8, -44, -9, 14, 5, 2, -19, -40, -38, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
990 -7, 50, -17, 38, -7, -14, -24, -43, 22, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
991 22, 19, 17, -34, -2, -20, -23, -10, 39, 16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
992 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
993 2, 11, -36, 9, 13, 17, 21, -6, -5, -45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
994 -10, -36, -18, 33, 19, 19, -31, -44, -27, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
995 -16, 34, -11, 22, -22, -4, -40, -7, 21, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
996 1, 35, 36, -18, -10, -24, -46, -12, 34, 8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
997 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
998 32, -2, -47, -42, 7, 5, 21, -18, 9, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
999 -5, -5, 2, 8, -10, -4, -14, -42, -38, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1000 33, 49, 5, 24, -33, -12, -17, -35, 52, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1001 38, 22, 7, -72, 7, 3, 0, 6, 25, 30,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1002 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1003 -36, 18, -24, -3, 28, -7, 16, -13, -26, -41,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1004 -24, 1, -5, 26, 3, 12, -27, -46, -27, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1005 24, 34, 10, 8, -49, -2, -34, 0, 51, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1006 17, 38, 25, -56, 0, 0, -22, 3, 20, 22,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1007 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1008 121, -9, -50, -10, -40, 40, 43, 9, 58, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1009 -25, -41, 11, 2, 31, -5, -8, 19, -15, 32,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1010 -41, 30, -16, 16, 20, -28, 0, -3, 26, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1011 19, 0, 36, 4, 22, 12, -6, -9, -1, -24,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1012 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1013 52, 10, -27, 27, -18, 26, 38, 14, 23, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1014 -44, -33, 3, 20, 45, 10, -20, 15, -3, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1015 -50, 14, -10, 0, 5, -17, -15, 32, 24, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1016 -1, 15, 55, 20, 14, 8, -29, -12, -7, -32,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1017 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1018 82, -3, -38, -23, -24, 15, 38, 2, 37, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1019 -39, -2, 23, -4, 15, -12, -3, 17, -15, 58,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1020 -1, 29, 6, 2, -5, -26, 7, 4, 56, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1021 35, 3, 25, -33, 32, 36, 17, 7, -15, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1022 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1023 13, 17, -15, 15, -3, 1, 33, 7, 1, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1024 -58, 5, 15, 13, 29, 3, -16, 13, -4, 57,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1025 -10, 13, 11, -13, -21, -15, -9, 40, 55, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1026 14, 19, 44, -17, 24, 32, -5, 4, -21, -18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1027 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1028 76, 1, -41, -9, -19, -12, 41, 17, 55, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1029 -3, -63, -3, -12, 30, 5, -3, -12, -31, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1030 -24, 49, -8, 9, -1, -33, -12, -29, 27, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1031 37, 21, 34, -17, -3, -11, 14, -23, 25, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1032 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1033 7, 22, -18, 29, 1, -25, 36, 21, 20, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1034 -22, -56, -11, 6, 45, 21, -15, -16, -20, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1035 -33, 34, -2, -6, -17, -23, -28, 6, 25, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1036 16, 37, 53, -1, -11, -15, -8, -25, 20, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1037 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1038 37, 8, -29, -22, -4, -37, 36, 9, 34, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1039 -17, -24, 8, -18, 15, -2, 1, -14, -31, 25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1040 15, 48, 13, -4, -28, -31, -5, -21, 57, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1041 53, 24, 23, -55, 6, 12, 37, -6, 11, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1042 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1043 -31, 28, -6, 16, 16, -50, 31, 14, 0, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1044 -36, -17, 0, 0, 29, 14, -11, -18, -20, 25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1045 6, 33, 19, -20, -43, -21, -21, 14, 55, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1046 32, 40, 42, -39, -1, 8, 14, -8, 6, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1047 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1048 119, -24, -39, -44, -51, 66, -14, 15, 31, -26,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1049 -1, 0, 7, 16, -19, -28, -19, 22, -26, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1050 -13, 28, -16, 29, 5, -1, 16, -16, 8, -35,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1051 -10, -42, -4, 17, 29, -19, -42, -7, 0, -15,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1052 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1053 50, -3, -16, -5, -30, 53, -19, 20, -3, -55,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1054 -19, 8, 0, 34, -5, -11, -32, 18, -15, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1055 -22, 13, -10, 13, -9, 8, 0, 19, 7, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1056 -31, -26, 13, 33, 21, -22, -65, -9, -4, -23,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1057 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1058 79, -17, -27, -56, -36, 41, -19, 8, 10, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1059 -15, 39, 20, 9, -35, -35, -15, 20, -26, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1060 26, 27, 6, 15, -20, 0, 23, -8, 38, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1061 5, -38, -15, -20, 39, 4, -18, 9, -13, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1062 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1063 10, 3, -4, -18, -15, 27, -24, 13, -24, -51,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1064 -34, 47, 12, 28, -21, -19, -27, 16, -15, 30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1065 17, 12, 12, 0, -36, 10, 7, 27, 37, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1066 -15, -22, 3, -4, 31, 1, -42, 7, -18, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1067 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1068 74, -12, -30, -42, -30, 14, -16, 23, 29, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1069 20, -21, -7, 1, -19, -17, -14, -10, -43, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1070 3, 48, -8, 22, -16, -7, 4, -42, 9, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1071 6, -20, -6, -4, 3, -43, -22, -20, 28, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1072 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1073 5, 7, -7, -4, -9, 0, -21, 28, -6, -48,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1074 2, -14, -15, 20, -5, 0, -27, -14, -32, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1075 -5, 32, -2, 6, -32, 3, -12, -5, 8, -25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1076 -14, -4, 12, 11, -4, -47, -45, -22, 22, -2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1077 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1078 34, -6, -18, -55, -15, -11, -21, 16, 8, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1079 6, 16, 5, -4, -35, -24, -10, -12, -43, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1080 43, 47, 14, 8, -43, -5, 10, -34, 39, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1081 22, -16, -17, -42, 13, -19, 1, -3, 14, 20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1082 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1083 -34, 14, 4, -17, 5, -24, -26, 20, -27, -45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1084 -12, 24, -2, 13, -21, -8, -22, -16, -32, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1085 34, 31, 20, -7, -58, 5, -5, 2, 38, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1086 2, -1, 1, -26, 5, -23, -21, -6, 8, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1087 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1088 124, -13, -21, -23, -62, 23, 0, 43, 57, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1089 -13, -18, 14, -10, 6, -26, -3, 49, -19, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1090 -31, 27, -7, 0, 11, -20, 29, -1, 12, -47,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1091 4, -39, 11, 34, 28, -9, -5, -19, -13, -34,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1092 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1093 55, 6, 1, 14, -41, 10, -4, 48, 22, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1094 -31, -10, 5, 7, 20, -9, -16, 45, -8, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1095 -40, 12, -1, -15, -4, -10, 12, 34, 11, -41,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1096 -16, -24, 30, 49, 20, -13, -28, -22, -18, -43,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1097 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1098 84, -6, -9, -36, -47, -1, -4, 36, 36, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1099 -27, 20, 26, -17, -9, -33, 1, 47, -19, 46,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1100 9, 27, 15, -13, -15, -18, 35, 6, 42, -33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1101 20, -36, 1, -4, 38, 14, 18, -2, -27, -20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1102 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1103 15, 13, 13, 1, -26, -14, -9, 41, 1, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1104 -46, 27, 18, 1, 4, -16, -11, 43, -8, 45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1105 0, 11, 21, -29, -30, -8, 19, 42, 41, -28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1106 0, -20, 20, 11, 30, 10, -4, -5, -32, -28,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1107 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1108 79, -2, -12, -22, -42, -28, -1, 51, 54, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1109 8, -41, 0, -24, 6, -15, 1, 17, -36, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1110 -14, 47, 0, -6, -11, -26, 16, -27, 13, -43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1111 22, -18, 10, 12, 2, -34, 15, -33, 13, -13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1112 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1113 10, 18, 10, 15, -21, -41, -6, 56, 19, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1114 -9, -33, -9, -6, 20, 1, -11, 13, -24, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1115 -23, 32, 6, -22, -26, -15, 0, 8, 12, -37,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1116 1, -2, 28, 27, -5, -37, -7, -35, 8, -21,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1117 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1118 39, 4, 0, -35, -27, -53, -6, 44, 33, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1119 -5, -2, 11, -31, -9, -22, 6, 15, -36, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1120 25, 46, 23, -20, -37, -24, 23, -19, 43, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1121 38, -14, 0, -26, 12, -10, 38, -16, 0, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1122 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1123 -29, 25, 22, 2, -6, -67, -11, 49, -1, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1124 -24, 5, 3, -13, 4, -5, -6, 11, -25, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1125 16, 31, 28, -36, -53, -13, 6, 16, 42, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1126 17, 1, 18, -10, 4, -13, 15, -18, -5, -7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1127 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1128 29, -25, -22, -2, 6, 67, 11, -49, 1, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1129 24, -5, -3, 13, -4, 5, 6, -11, 25, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1130 -16, -31, -28, 36, 53, 13, -6, -16, -42, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1131 -17, -1, -18, 10, -4, 13, -15, 18, 5, 7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1132 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1133 -39, -4, 0, 35, 27, 53, 6, -44, -33, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1134 5, 2, -11, 31, 9, 22, -6, -15, 36, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1135 -25, -46, -23, 20, 37, 24, -23, 19, -43, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1136 -38, 14, 0, 26, -12, 10, -38, 16, 0, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1137 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1138 -10, -18, -10, -15, 21, 41, 6, -56, -19, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1139 9, 33, 9, 6, -20, -1, 11, -13, 24, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1140 23, -32, -6, 22, 26, 15, 0, -8, -12, 37,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1141 -1, 2, -28, -27, 5, 37, 7, 35, -8, 21,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1142 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1143 -79, 2, 12, 22, 42, 28, 1, -51, -54, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1144 -8, 41, 0, 24, -6, 15, -1, -17, 36, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1145 14, -47, 0, 6, 11, 26, -16, 27, -13, 43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1146 -22, 18, -10, -12, -2, 34, -15, 33, -13, 13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1147 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1148 -15, -13, -13, -1, 26, 14, 9, -41, -1, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1149 46, -27, -18, -1, -4, 16, 11, -43, 8, -45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1150 0, -11, -21, 29, 30, 8, -19, -42, -41, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1151 0, 20, -20, -11, -30, -10, 4, 5, 32, 28,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1152 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1153 -84, 6, 9, 36, 47, 1, 4, -36, -36, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1154 27, -20, -26, 17, 9, 33, -1, -47, 19, -46,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1155 -9, -27, -15, 13, 15, 18, -35, -6, -42, 33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1156 -20, 36, -1, 4, -38, -14, -18, 2, 27, 20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1157 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1158 -55, -6, -1, -14, 41, -10, 4, -48, -22, 20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1159 31, 10, -5, -7, -20, 9, 16, -45, 8, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1160 40, -12, 1, 15, 4, 10, -12, -34, -11, 41,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1161 16, 24, -30, -49, -20, 13, 28, 22, 18, 43,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1162 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1163 -124, 13, 21, 23, 62, -23, 0, -43, -57, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1164 13, 18, -14, 10, -6, 26, 3, -49, 19, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1165 31, -27, 7, 0, -11, 20, -29, 1, -12, 47,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1166 -4, 39, -11, -34, -28, 9, 5, 19, 13, 34,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1167 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1168 34, -14, -4, 17, -5, 24, 26, -20, 27, 45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1169 12, -24, 2, -13, 21, 8, 22, 16, 32, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1170 -34, -31, -20, 7, 58, -5, 5, -2, -38, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1171 -2, 1, -1, 26, -5, 23, 21, 6, -8, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1172 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1173 -34, 6, 18, 55, 15, 11, 21, -16, -8, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1174 -6, -16, -5, 4, 35, 24, 10, 12, 43, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1175 -43, -47, -14, -8, 43, 5, -10, 34, -39, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1176 -22, 16, 17, 42, -13, 19, -1, 3, -14, -20,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1177 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1178 -5, -7, 7, 4, 9, 0, 21, -28, 6, 48,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1179 -2, 14, 15, -20, 5, 0, 27, 14, 32, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1180 5, -32, 2, -6, 32, -3, 12, 5, -8, 25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1181 14, 4, -12, -11, 4, 47, 45, 22, -22, 2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1182 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1183 -74, 12, 30, 42, 30, -14, 16, -23, -29, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1184 -20, 21, 7, -1, 19, 17, 14, 10, 43, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1185 -3, -48, 8, -22, 16, 7, -4, 42, -9, 31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1186 -6, 20, 6, 4, -3, 43, 22, 20, -28, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1187 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1188 -10, -3, 4, 18, 15, -27, 24, -13, 24, 51,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1189 34, -47, -12, -28, 21, 19, 27, -16, 15, -30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1190 -17, -12, -12, 0, 36, -10, -7, -27, -37, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1191 15, 22, -3, 4, -31, -1, 42, -7, 18, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1192 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1193 -79, 17, 27, 56, 36, -41, 19, -8, -10, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1194 15, -39, -20, -9, 35, 35, 15, -20, 26, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1195 -26, -27, -6, -15, 20, 0, -23, 8, -38, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1196 -5, 38, 15, 20, -39, -4, 18, -9, 13, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1197 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1198 -50, 3, 16, 5, 30, -53, 19, -20, 3, 55,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1199 19, -8, 0, -34, 5, 11, 32, -18, 15, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1200 22, -13, 10, -13, 9, -8, 0, -19, -7, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1201 31, 26, -13, -33, -21, 22, 65, 9, 4, 23,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1202 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1203 -119, 24, 39, 44, 51, -66, 14, -15, -31, 26,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1204 1, 0, -7, -16, 19, 28, 19, -22, 26, -4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1205 13, -28, 16, -29, -5, 1, -16, 16, -8, 35,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1206 10, 42, 4, -17, -29, 19, 42, 7, 0, 15,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1207 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1208 31, -28, 6, -16, -16, 50, -31, -14, 0, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1209 36, 17, 0, 0, -29, -14, 11, 18, 20, -25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1210 -6, -33, -19, 20, 43, 21, 21, -14, -55, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1211 -32, -40, -42, 39, 1, -8, -14, 8, -6, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1212 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1213 -37, -8, 29, 22, 4, 37, -36, -9, -34, -22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1214 17, 24, -8, 18, -15, 2, -1, 14, 31, -25,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1215 -15, -48, -13, 4, 28, 31, 5, 21, -57, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1216 -53, -24, -23, 55, -6, -12, -37, 6, -11, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1217 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1218 -7, -22, 18, -29, -1, 25, -36, -21, -20, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1219 22, 56, 11, -6, -45, -21, 15, 16, 20, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1220 33, -34, 2, 6, 17, 23, 28, -6, -25, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1221 -16, -37, -53, 1, 11, 15, 8, 25, -20, 11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1222 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1223 -76, -1, 41, 9, 19, 12, -41, -17, -55, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1224 3, 63, 3, 12, -30, -5, 3, 12, 31, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1225 24, -49, 8, -9, 1, 33, 12, 29, -27, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1226 -37, -21, -34, 17, 3, 11, -14, 23, -25, 2,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1227 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1228 -13, -17, 15, -15, 3, -1, -33, -7, -1, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1229 58, -5, -15, -13, -29, -3, 16, -13, 4, -57,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1230 10, -13, -11, 13, 21, 15, 9, -40, -55, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1231 -14, -19, -44, 17, -24, -32, 5, -4, 21, 18,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1232 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1233 -82, 3, 38, 23, 24, -15, -38, -2, -37, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1234 39, 2, -23, 4, -15, 12, 3, -17, 15, -58,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1235 1, -29, -6, -2, 5, 26, -7, -4, -56, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1236 -35, -3, -25, 33, -32, -36, -17, -7, 15, 9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1237 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1238 -52, -10, 27, -27, 18, -26, -38, -14, -23, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1239 44, 33, -3, -20, -45, -10, 20, -15, 3, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1240 50, -14, 10, 0, -5, 17, 15, -32, -24, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1241 1, -15, -55, -20, -14, -8, 29, 12, 7, 32,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1242 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1243 -121, 9, 50, 10, 40, -40, -43, -9, -58, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1244 25, 41, -11, -2, -31, 5, 8, -19, 15, -32,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1245 41, -30, 16, -16, -20, 28, 0, 3, -26, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1246 -19, 0, -36, -4, -22, -12, 6, 9, 1, 24,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1247 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1248 36, -18, 24, 3, -28, 7, -16, 13, 26, 41,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1249 24, -1, 5, -26, -3, -12, 27, 46, 27, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1250 -24, -34, -10, -8, 49, 2, 34, 0, -51, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1251 -17, -38, -25, 56, 0, 0, 22, -3, -20, -22,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1252 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1253 -32, 2, 47, 42, -7, -5, -21, 18, -9, 12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1254 5, 5, -2, -8, 10, 4, 14, 42, 38, -10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1255 -33, -49, -5, -24, 33, 12, 17, 35, -52, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1256 -38, -22, -7, 72, -7, -3, 0, -6, -25, -30,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1257 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1258 -2, -11, 36, -9, -13, -17, -21, 6, 5, 45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1259 10, 36, 18, -33, -19, -19, 31, 44, 27, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1260 16, -34, 11, -22, 22, 4, 40, 7, -21, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1261 -1, -35, -36, 18, 10, 24, 46, 12, -34, -8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1262 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1263 -71, 9, 59, 29, 8, -30, -26, 11, -30, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1264 -8, 44, 9, -14, -5, -2, 19, 40, 38, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1265 7, -50, 17, -38, 7, 14, 24, 43, -22, 6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1266 -22, -19, -17, 34, 2, 20, 23, 10, -39, -16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1267 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1268 -8, -6, 33, 4, -7, -44, -18, 21, 23, 48,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1269 46, -24, -9, -40, -3, -1, 32, 13, 11, -43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1270 -7, -14, -3, -15, 26, -3, 21, -26, -50, -8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1271 0, -16, -27, 34, -25, -23, 43, -17, 6, -1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1272 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1273 -77, 13, 56, 43, 13, -57, -23, 26, -11, 19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1274 27, -16, -17, -22, 10, 15, 19, 10, 22, -43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1275 -16, -30, 2, -31, 11, 6, 5, 9, -52, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1276 -20, 0, -8, 50, -33, -27, 19, -19, 1, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1277 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1278 -47, 0, 45, -7, 7, -69, -23, 13, 2, 51,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1279 32, 14, 3, -47, -19, -8, 37, 11, 10, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1280 32, -15, 19, -29, 0, -1, 28, -18, -20, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1281 16, -13, -38, -3, -15, 0, 66, 0, -7, 13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1282 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1283 -116, 20, 68, 30, 28, -83, -28, 18, -32, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1284 13, 21, -5, -28, -5, 7, 24, 8, 22, -17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1285 23, -30, 25, -45, -15, 9, 11, 18, -22, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1286 -4, 2, -19, 12, -23, -3, 43, -2, -12, 4,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1287 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1288 72, -13, -29, -18, 4, 90, 37, -34, 4, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1289 13, -9, -6, 11, 2, 24, -13, 3, -7, -11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1290 -4, 4, -42, 25, 31, -1, -8, -29, -6, 17,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1291 -19, 2, -10, -6, 38, 22, -42, -19, -6, -11,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1292 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1293 3, 7, -6, 20, 25, 77, 32, -29, -31, -30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1294 -4, -2, -14, 29, 16, 40, -26, 0, 3, -12,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1295 -13, -10, -36, 9, 15, 8, -24, 6, -7, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1296 -40, 17, 8, 9, 31, 18, -66, -22, -11, -19,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1297 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1298 32, -6, -17, -31, 19, 65, 33, -41, -16, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1299 0, 29, 6, 4, -13, 17, -9, 1, -8, 14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1300 35, 3, -19, 11, 4, 0, -1, -21, 23, 30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1301 -3, 5, -20, -44, 48, 46, -19, -3, -20, 3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1302 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1303 -36, 13, 5, 7, 40, 51, 28, -36, -52, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1304 -18, 36, -2, 22, 0, 33, -21, -2, 3, 13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1305 26, -11, -14, -4, -10, 10, -18, 14, 22, 36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1306 -24, 21, -1, -28, 40, 42, -42, -5, -25, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1307 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1308 27, -1, -20, -17, 24, 38, 35, -26, 1, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1309 35, -32, -21, -3, 2, 35, -8, -29, -24, -44,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1310 12, 24, -34, 18, 8, -7, -21, -55, -5, 21,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1311 -2, 23, -11, -28, 13, -1, -22, -33, 21, 10,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1312 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1313 -41, 18, 2, 21, 45, 24, 30, -21, -33, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1314 17, -24, -29, 15, 16, 51, -21, -33, -13, -45,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1315 3, 8, -28, 2, -7, 2, -37, -19, -7, 27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1316 -22, 39, 7, -12, 5, -5, -45, -35, 15, 1,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1317 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1318 -12, 4, -8, -29, 39, 12, 30, -33, -19, 8,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1319 21, 6, -8, -9, -13, 28, -4, -31, -24, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1320 52, 23, -12, 4, -18, -5, -14, -47, 24, 34,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1321 14, 27, -22, -66, 22, 22, 1, -16, 6, 24,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1322 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1323 -81, 25, 14, 8, 61, 0, 25, -28, -54, -20,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1324 3, 14, -17, 8, 0, 44, -16, -35, -13, -18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1325 43, 7, -6, -11, -33, 4, -30, -11, 22, 40,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1326 -6, 43, -3, -50, 14, 18, -22, -18, 1, 16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1327 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1328 77, -2, -11, 1, -7, 47, 52, -5, 29, 33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1329 1, -28, 0, -15, 28, 26, 2, 30, 0, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1330 -22, 4, -33, -3, 36, -21, 3, -15, -2, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1331 -4, 4, 6, 9, 37, 31, -5, -32, -20, -30,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1332 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1333 8, 17, 10, 40, 13, 34, 47, 0, -5, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1334 -16, -21, -8, 2, 42, 43, -10, 26, 10, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1335 -31, -11, -27, -19, 21, -10, -12, 20, -3, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1336 -25, 20, 25, 25, 29, 28, -28, -34, -25, -38,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1337 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1338 37, 3, 0, -10, 7, 22, 48, -12, 8, 36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1339 -12, 9, 12, -22, 12, 19, 6, 28, 0, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1340 18, 3, -11, -17, 10, -18, 10, -7, 27, 18,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1341 11, 7, -3, -28, 47, 55, 18, -15, -34, -16,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1342 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1343 -31, 24, 23, 27, 29, 9, 43, -8, -26, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1344 -30, 17, 4, -3, 26, 35, -5, 24, 10, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1345 9, -12, -5, -33, -5, -8, -5, 29, 26, 24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1346 -9, 23, 14, -12, 39, 52, -5, -18, -39, -24,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1347 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1348 32, 8, -3, 2, 13, -4, 50, 1, 27, 39,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1349 23, -51, -15, -30, 27, 37, 7, -1, -17, -29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1350 -5, 23, -25, -10, 14, -26, -8, -41, -1, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1351 13, 26, 5, -12, 12, 7, 14, -45, 6, -9,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1352 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1353 -36, 29, 19, 41, 34, -18, 45, 6, -8, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1354 5, -43, -23, -11, 42, 53, -5, -5, -6, -30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1355 -14, 8, -20, -26, -1, -16, -25, -4, -3, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1356 -7, 41, 23, 3, 4, 3, -8, -48, 1, -17,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1357 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1358 -7, 15, 9, -9, 28, -29, 45, -5, 6, 43,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1359 9, -12, -2, -36, 12, 30, 11, -3, -17, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1360 34, 22, -3, -24, -12, -24, -2, -32, 28, 22,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1361 29, 29, -5, -50, 21, 31, 38, -29, -7, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1362 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1363 -76, 35, 31, 28, 49, -43, 40, 0, -29, 14,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1364 -8, -5, -10, -18, 26, 46, 0, -7, -6, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1365 25, 7, 2, -40, -28, -14, -18, 3, 27, 28,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1366 8, 45, 13, -34, 13, 27, 15, -31, -12, -3,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1367 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1368 74, -17, 0, -31, -18, 73, -5, 0, 3, -5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1369 25, 12, -3, -1, -22, 3, -9, 33, -12, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1370 6, 2, -33, 9, 21, 5, 20, -27, -19, -7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1371 -34, -37, -34, 22, 44, 0, -41, -29, -17, -21,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1372 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1373 5, 3, 21, 7, 2, 60, -10, 5, -32, -34,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1374 7, 20, -11, 16, -8, 20, -21, 29, -1, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1375 -2, -13, -27, -6, 5, 15, 3, 8, -21, -1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1376 -55, -21, -15, 38, 37, -3, -65, -32, -23, -30,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1377 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1378 35, -10, 11, -44, -3, 48, -10, -6, -17, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1379 11, 51, 8, -8, -38, -3, -4, 31, -12, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1380 46, 1, -10, -4, -5, 7, 26, -19, 10, 5,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1381 -18, -34, -45, -15, 54, 24, -18, -13, -31, -7,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1382 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1383 -33, 10, 34, -5, 17, 35, -15, -1, -53, -30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1384 -6, 59, 0, 10, -24, 13, -17, 27, -1, 1,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1385 37, -13, -4, -20, -20, 18, 10, 16, 8, 11,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1386 -39, -18, -26, 0, 46, 20, -41, -15, -37, -15,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1387 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1388 29, -5, 7, -30, 1, 21, -7, 7, 0, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1389 47, -9, -18, -15, -22, 14, -4, 0, -28, -57,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1390 23, 21, -25, 2, -1, 0, 7, -53, -19, -3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1391 -17, -15, -36, 0, 19, -24, -21, -43, 9, 0,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1392 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1393 -39, 14, 30, 8, 22, 8, -12, 12, -34, -27,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1394 29, -2, -26, 2, -8, 31, -16, -3, -17, -57,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1395 14, 6, -19, -13, -16, 10, -8, -17, -20, 2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1396 -38, 0, -17, 16, 11, -27, -44, -45, 4, -8,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1397 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1398 -9, 1, 20, -43, 17, -3, -12, 0, -20, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1399 33, 29, -6, -22, -38, 7, 0, -1, -29, -30,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1400 63, 21, -3, -11, -27, 1, 14, -45, 10, 9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1401 -1, -12, -47, -37, 28, 0, 2, -26, -4, 13,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1402 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1403 -78, 21, 43, -4, 38, -17, -17, 5, -55, -24,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1404 15, 36, -14, -4, -24, 24, -12, -5, -17, -31,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1405 54, 5, 2, -27, -43, 12, -2, -9, 9, 15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1406 -22, 3, -28, -21, 20, -3, -20, -28, -9, 5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1407 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1408 80, -6, 16, -11, -30, 30, 9, 28, 28, 29,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1409 13, -6, 2, -28, 3, 5, 7, 60, -5, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1410 -11, 1, -24, -19, 27, -13, 32, -13, -15, -19,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1411 -19, -35, -17, 39, 43, 9, -4, -42, -32, -41,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1412 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1413 11, 14, 39, 27, -9, 17, 4, 33, -6, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1414 -4, 1, -5, -10, 17, 22, -5, 57, 5, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1415 -20, -13, -18, -35, 11, -3, 16, 22, -17, -13,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1416 -40, -19, 1, 55, 35, 5, -27, -44, -37, -49,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1417 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1418 40, 0, 28, -24, -14, 5, 4, 21, 7, 33,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1419 0, 32, 15, -35, -12, -1, 11, 58, -5, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1420 28, 0, -1, -33, 0, -11, 39, -5, 14, -6,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1421 -3, -31, -28, 1, 53, 33, 19, -25, -46, -26,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1422 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1423 -28, 20, 51, 14, 6, -7, 0, 26, -27, 4,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1424 -18, 40, 6, -16, 1, 15, 0, 55, 5, 16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1425 19, -14, 3, -49, -14, -1, 22, 30, 12, 0,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1426 -24, -15, -9, 17, 45, 29, -4, -28, -51, -35,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1427 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1428 34, 4, 25, -10, -9, -21, 7, 36, 26, 36,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1429 35, -28, -12, -42, 3, 16, 12, 28, -21, -42,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1430 5, 21, -16, -26, 4, -19, 19, -39, -15, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1431 -1, -13, -19, 17, 17, -14, 15, -55, -4, -19,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1432 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1433 -34, 25, 48, 28, 11, -34, 2, 41, -9, 7,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1434 17, -21, -20, -24, 17, 33, 0, 24, -10, -42,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1435 -3, 5, -10, -42, -11, -8, 3, -3, -16, -9,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1436 -22, 2, 0, 33, 10, -18, -7, -58, -10, -28,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1437 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1438 -4, 11, 37, -23, 5, -46, 2, 29, 5, 39,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1439 21, 9, 0, -49, -12, 9, 16, 26, -22, -15,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1440 45, 20, 5, -40, -22, -17, 26, -31, 14, -2,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1441 14, -10, -30, -20, 27, 9, 39, -39, -18, -5,
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1442 }, {
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1443 -73, 32, 60, 15, 26, -59, -2, 33, -30, 10,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1444 3, 17, -8, -30, 1, 26, 4, 22, -10, -16,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1445 36, 5, 11, -56, -37, -6, 10, 5, 13, 3,
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1446 -6, 5, -11, -4, 19, 5, 16, -41, -24, -13
6835
179da35eba93 Make etable1 and etable2 tables instead of arrays.
vitor
parents: 6833
diff changeset
1447 }
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1448 };
2967
ef2149182f1c COSMETICS: Remove all trailing whitespace.
diego
parents: 1335
diff changeset
1449
7122
ec8c977ec132 Now these tables fit in 16 bits.
vitor
parents: 7121
diff changeset
1450 static const uint16_t cb1_base[128]={
7121
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1451 19657, 18474, 18365, 17520, 21048, 18231, 18584, 16671,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1452 20363, 19069, 19409, 18430, 21844, 18753, 19613, 17411,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1453 20389, 21772, 20129, 21702, 20978, 20472, 19627, 19387,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1454 21477, 23134, 21841, 23919, 22089, 21519, 21134, 20852,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1455 19675, 17821, 19044, 17477, 19986, 16955, 18446, 16086,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1456 21138, 18899, 20952, 18929, 21452, 17833, 20104, 17159,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1457 19770, 20056, 20336, 20866, 19329, 18217, 18908, 18004,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1458 21556, 21948, 23079, 23889, 20922, 19544, 20984, 19781,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1459 19781, 20984, 19544, 20922, 23889, 23079, 21948, 21556,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1460 18004, 18908, 18217, 19329, 20866, 20336, 20056, 19770,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1461 17159, 20104, 17833, 21452, 18929, 20952, 18899, 21138,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1462 16086, 18446, 16955, 19986, 17477, 19044, 17821, 19675,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1463 20852, 21134, 21519, 22089, 23919, 21841, 23134, 21477,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1464 19387, 19627, 20472, 20978, 21702, 20129, 21772, 20389,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1465 17411, 19613, 18753, 21844, 18430, 19409, 19069, 20363,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1466 16671, 18584, 18231, 21048, 17520, 18365, 18474, 19657,
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1467 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1468
7122
ec8c977ec132 Now these tables fit in 16 bits.
vitor
parents: 7121
diff changeset
1469 static const uint16_t cb2_base[128]={
7121
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1470 12174, 13380, 13879, 13832, 13170, 13227, 13204, 12053,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1471 12410, 13988, 14348, 14631, 13100, 13415, 13224, 12268,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1472 11982, 13825, 13499, 14210, 13877, 14788, 13811, 13109,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1473 11449, 13275, 12833, 13717, 12728, 13696, 12759, 12405,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1474 10230, 12185, 11628, 13161, 11762, 13458, 12312, 12818,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1475 10443, 12773, 12011, 14020, 11818, 13825, 12453, 13226,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1476 10446, 13162, 11881, 14300, 12859, 16288, 13490, 15053,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1477 10155, 12820, 11519, 13973, 12041, 15081, 12635, 14198,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1478 14198, 12635, 15081, 12041, 13973, 11519, 12820, 10155,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1479 15053, 13490, 16288, 12859, 14300, 11881, 13162, 10446,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1480 13226, 12453, 13825, 11818, 14020, 12011, 12773, 10443,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1481 12818, 12312, 13458, 11762, 13161, 11628, 12185, 10230,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1482 12405, 12759, 13696, 12728, 13717, 12833, 13275, 11449,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1483 13109, 13811, 14788, 13877, 14210, 13499, 13825, 11982,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1484 12268, 13224, 13415, 13100, 14631, 14348, 13988, 12410,
18d60d9b0895 Merge the >> 4 calculation of cb1_base in the table
vitor
parents: 7082
diff changeset
1485 12053, 13204, 13227, 13170, 13832, 13879, 13380, 12174,
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1486 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1487
7126
decce608d0a9 Remove unused entries from energy_tab
vitor
parents: 7123
diff changeset
1488 static const int16_t energy_tab[32]={
decce608d0a9 Remove unused entries from energy_tab
vitor
parents: 7123
diff changeset
1489 0, 16, 20, 25, 32, 41, 51, 65,
decce608d0a9 Remove unused entries from energy_tab
vitor
parents: 7123
diff changeset
1490 81, 103, 129, 163, 205, 259, 326, 410,
decce608d0a9 Remove unused entries from energy_tab
vitor
parents: 7123
diff changeset
1491 516, 650, 819, 1031, 1298, 1634, 2057, 2590,
decce608d0a9 Remove unused entries from energy_tab
vitor
parents: 7123
diff changeset
1492 3261, 4105, 5168, 6507, 8192, 10313, 12983, 16345
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1493 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1494
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1495 static const int16_t lpc_refl_cb1[64]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1496 -4041, -4018, -3998, -3977, -3954, -3930, -3906, -3879,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1497 -3852, -3825, -3795, -3764, -3731, -3699, -3666, -3631,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1498 -3594, -3555, -3513, -3468, -3420, -3372, -3321, -3268,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1499 -3212, -3153, -3090, -3021, -2944, -2863, -2772, -2676,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1500 -2565, -2445, -2328, -2202, -2072, -1941, -1808, -1660,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1501 -1508, -1348, -1185, -994, -798, -600, -374, -110,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1502 152, 447, 720, 982, 1229, 1456, 1682, 1916,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1503 2130, 2353, 2595, 2853, 3118, 3363, 3588, 3814
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1504 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1505
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1506 static const int16_t lpc_refl_cb2[32]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1507 -3091, -2386, -1871, -1425, -1021, -649, -316, -20,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1508 267, 544, 810, 1065, 1305, 1534, 1756, 1970,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1509 2171, 2359, 2536, 2700, 2854, 2996, 3133, 3263,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1510 3386, 3499, 3603, 3701, 3789, 3870, 3947, 4020
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1511 };
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1512
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1513 static const int16_t lpc_refl_cb3[32]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1514 -3525, -3295, -3081, -2890, -2696, -2511, -2328, -2149,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1515 -1979, -1817, -1658, -1498, -1341, -1188, -1032, -876,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1516 -721, -561, -394, -228, -54, 119, 296, 484,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1517 683, 895, 1123, 1373, 1651, 1965, 2360, 2854
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1518 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1519
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1520 static const int16_t lpc_refl_cb4[16]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1521 -1845, -1057, -522, -77, 301, 647, 975, 1285,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1522 1582, 1873, 2163, 2452, 2735, 3017, 3299, 3569
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1523 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1524
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1525 static const int16_t lpc_refl_cb5[16]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1526 -2691, -2187, -1788, -1435, -1118, -837, -571, -316,
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1527 -59, 201, 470, 759, 1077, 1457, 1908, 2495
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1528 };
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1529
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1530 static const int16_t lpc_refl_cb6[8]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1531 -1372, -474, 133, 632, 1100, 1571, 2075, 2672
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1532 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1533
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1534 static const int16_t lpc_refl_cb7[8]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1535 -2389, -1787, -1231, -717, -239, 234, 770, 1474
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1536 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1537
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1538 static const int16_t lpc_refl_cb8[8]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1539 -1569, -864, -296, 200, 670, 1151, 1709, 2385
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1540 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1541
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1542 static const int16_t lpc_refl_cb9[8]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1543 -2200, -1608, -1062, -569, -120, 338, 863, 1621
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1544 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1545
7127
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1546 static const int16_t lpc_refl_cb10[4]={
8ab2d77fd502 Remove unused entries from lpc_refl_cb*
vitor
parents: 7126
diff changeset
1547 -617, 190, 802, 1483
6824
9d4bc7d7a6dc Convert ra144.h tables from hex to decimal
vitor
parents: 6802
diff changeset
1548 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1549
7129
322023e630a6 mark read-only data as const
stefang
parents: 7127
diff changeset
1550 static const int16_t * const lpc_refl_cb[10]={
7080
3cc0e7925700 10l: fix typo
vitor
parents: 7079
diff changeset
1551 lpc_refl_cb1, lpc_refl_cb2, lpc_refl_cb3, lpc_refl_cb4, lpc_refl_cb5,
7079
81038d88ac17 More table renaming
vitor
parents: 7078
diff changeset
1552 lpc_refl_cb6, lpc_refl_cb7, lpc_refl_cb8, lpc_refl_cb9, lpc_refl_cb10
6883
63fadff777e2 Yet more cosmetics
vitor
parents: 6865
diff changeset
1553 };
1335
b4a72edb3a71 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
diff changeset
1554
7760
c4a4495715dd Globally rename the header inclusion guard names.
stefano
parents: 7129
diff changeset
1555 #endif /* AVCODEC_RA144_H */