1 /* THIS IS A GENERATED FILE. Edit generate_codebook.c and its input */
2 
3 /*
4  * This intermediary file and the files that used to create it are under
5  * The LGPL. See the file COPYING.
6  */
7 
8 #include "defines.h"
9 
10   /* /home/david/codec2-dev/src/codebook/newamp1_energy_q.txt */
11 static const float codes0[] = {
12   10,
13   12.5,
14   15,
15   17.5,
16   20,
17   22.5,
18   25,
19   27.5,
20   30,
21   32.5,
22   35,
23   37.5,
24   40,
25   42.5,
26   45,
27   47.5
28 };
29 
30 const struct lsp_codebook newamp1_energy_cb[] = {
31   /* /home/david/codec2-dev/src/codebook/newamp1_energy_q.txt */
32   {
33     1,
34     4,
35     16,
36     codes0
37   },
38   { 0, 0, 0, 0 }
39 };
40