FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/ph_disp.tab @ 390:bde9f5804670
libtwamr: integrate ph_disp.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 06 May 2024 18:20:22 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
389:9cd332a94c97 | 390:bde9f5804670 |
---|---|
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 : ph_disp.tab | |
11 * Purpose : Table of impulse responses of phase dispersion filters | |
12 * $Id $ | |
13 * | |
14 ******************************************************************************** | |
15 */ | |
16 | |
17 /* The following tables are constant, but not declared constant due to | |
18 compiler warnings in conjunction with the program code */ | |
19 | |
20 /* All impulse responses are in Q15 */ | |
21 | |
22 static const Word16 ph_imp_low_MR795[] = | |
23 { | |
24 26777, 801, 2505, -683, -1382, 582, 604, -1274, 3511, -5894, | |
25 4534, -499, -1940, 3011, -5058, 5614, -1990, -1061, -1459, 4442, | |
26 -700, -5335, 4609, 452, -589, -3352, 2953, 1267, -1212, -2590, | |
27 1731, 3670, -4475, -975, 4391, -2537, 949, -1363, -979, 5734 | |
28 }; | |
29 static const Word16 ph_imp_mid_MR795[] = | |
30 { | |
31 30274, 3831, -4036, 2972, -1048, -1002, 2477, -3043, 2815, -2231, | |
32 1753, -1611, 1714, -1775, 1543, -1008, 429, -169, 472, -1264, | |
33 2176, -2706, 2523, -1621, 344, 826, -1529, 1724, -1657, 1701, | |
34 -2063, 2644, -3060, 2897, -1978, 557, 780, -1369, 842, 655 | |
35 }; | |
36 | |
37 static const Word16 ph_imp_low[] = | |
38 { | |
39 14690, 11518, 1268, -2761, -5671, 7514, -35, -2807, -3040, 4823, | |
40 2952, -8424, 3785, 1455, 2179, -8637, 8051, -2103, -1454, 777, | |
41 1108, -2385, 2254, -363, -674, -2103, 6046, -5681, 1072, 3123, | |
42 -5058, 5312, -2329, -3728, 6924, -3889, 675, -1775, 29, 10145 | |
43 }; | |
44 static const Word16 ph_imp_mid[] = | |
45 { | |
46 30274, 3831, -4036, 2972, -1048, -1002, 2477, -3043, 2815, -2231, | |
47 1753, -1611, 1714, -1775, 1543, -1008, 429, -169, 472, -1264, | |
48 2176, -2706, 2523, -1621, 344, 826, -1529, 1724, -1657, 1701, | |
49 -2063, 2644, -3060, 2897, -1978, 557, 780, -1369, 842, 655 | |
50 }; | |
51 |