FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/pow2.tab @ 337:190c4c9a3693
libtwamr: integrate pow2.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 18 Apr 2024 23:06:59 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
336:7f99b8ed30e5 | 337:190c4c9a3693 |
---|---|
1 /* | |
2 ******************************************************************************** | |
3 * | |
4 * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 | |
5 * R99 Version 3.3.0 | |
6 * REL-4 Version 4.1.0 | |
7 * | |
8 ******************************************************************************** | |
9 * | |
10 * File : pow2.tab | |
11 * Purpose : Table for routine Pow2(). | |
12 * $Id $ | |
13 * | |
14 ******************************************************************************** | |
15 */ | |
16 static const Word16 table[33] = | |
17 { | |
18 16384, 16743, 17109, 17484, 17867, 18258, 18658, 19066, 19484, 19911, | |
19 20347, 20792, 21247, 21713, 22188, 22674, 23170, 23678, 24196, 24726, | |
20 25268, 25821, 26386, 26964, 27554, 28158, 28774, 29405, 30048, 30706, | |
21 31379, 32066, 32767 | |
22 }; |