1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
/* THIS IS A GENERATED FILE. Edit generate_codebook.c and its input */
/*
* This intermediary file and the files that used to create it are under
* The LGPL. See the file COPYING.
*/
#include "defines.h"
/* /Users/erdgeist/Coding/codec2/src/codebook/newamp2_energy_q.txt */
#ifdef __EMBEDDED__
static const float codes0[] = {
#else
static float codes0[] = {
#endif
0.1,
5,
10,
15,
20,
30,
37.5,
42.5
};
const struct lsp_codebook newamp2_energy_cb[] = {
/* /Users/erdgeist/Coding/codec2/src/codebook/newamp2_energy_q.txt */
{
1,
3,
8,
codes0
},
{ 0, 0, 0, 0 }
};
|