summaryrefslogtreecommitdiff
path: root/codebooknewamp1_energy.c
blob: 6ecdd7c12151e9fa306d683b51cdb1aac4f5a27f (plain)
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
36
37
38
39
/* 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/david/codec2-dev/src/codebook/newamp1_energy_q.txt */
static const float codes0[] = {
  10,
  12.5,
  15,
  17.5,
  20,
  22.5,
  25,
  27.5,
  30,
  32.5,
  35,
  37.5,
  40,
  42.5,
  45,
  47.5
};

const struct lsp_codebook newamp1_energy_cb[] = {
  /* /home/david/codec2-dev/src/codebook/newamp1_energy_q.txt */
  {
    1,
    4,
    16,
    codes0
  },
  { 0, 0, 0, 0 }
};