FreeCalypso > hg > gsm-codec-lib
annotate libgsmefr/gains_tb.h @ 396:38ee82480462
libtwamr: integrate pre_big.c
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 06 May 2024 18:57:05 +0000 | 
| parents | 36e1363ad885 | 
| children | 
| rev | line source | 
|---|---|
| 
39
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
1 /*-----------------------------------------------------------------------* | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
2 * Scalar quantization tables of the pitch gain and the codebook gain. * | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
3 *-----------------------------------------------------------------------*/ | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
4 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
5 #define NB_QUA_PITCH 16 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
6 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
7 static const Word16 qua_gain_pitch[NB_QUA_PITCH] = | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
8 { | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
9 0, 3277, 6556, 8192, 9830, 11469, 12288, 13107, | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
10 13926, 14746, 15565, 16384, 17203, 18022, 18842, 19661 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
11 }; | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
12 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
13 #define NB_QUA_CODE 32 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
14 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
15 static const Word16 qua_gain_code[NB_QUA_CODE] = | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
16 { | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
17 159, 206, 268, 349, 419, 482, 554, 637, | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
18 733, 842, 969, 1114, 1281, 1473, 1694, 1948, | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
19 2241, 2577, 2963, 3408, 3919, 4507, 5183, 5960, | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
20 6855, 7883, 9065, 10425, 12510, 16263, 21142, 27485 | 
| 
 
36e1363ad885
libgsmefr: initial import of ETSI header files
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
21 }; | 
