32 lines
563 B
C
32 lines
563 B
C
|
/* 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"
|
||
|
|
||
|
/* /home/danilo/MCHF/my-sw/codec2-dev/src/codebook/newamp2_energy_q.txt */
|
||
|
static const float codes0[] = {
|
||
|
0.1,
|
||
|
5,
|
||
|
10,
|
||
|
15,
|
||
|
20,
|
||
|
30,
|
||
|
37.5,
|
||
|
42.5
|
||
|
};
|
||
|
|
||
|
const struct lsp_codebook newamp2_energy_cb[] = {
|
||
|
/* /home/danilo/MCHF/my-sw/codec2-dev/src/codebook/newamp2_energy_q.txt */
|
||
|
{
|
||
|
1,
|
||
|
3,
|
||
|
8,
|
||
|
codes0
|
||
|
},
|
||
|
{ 0, 0, 0, 0 }
|
||
|
};
|