diff options
Diffstat (limited to 'codebookge.c')
-rw-r--r-- | codebookge.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/codebookge.c b/codebookge.c index 5bcb623..8bb0329 100644 --- a/codebookge.c +++ b/codebookge.c | |||
@@ -1,14 +1,18 @@ | |||
1 | /* THIS IS A GENERATED FILE. Edit generate_codebook.c and its input */ | 1 | /* THIS IS A GENERATED FILE. Edit generate_codebook.c and its input */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * This intermediary file and the files that used to create it are under | 4 | * This intermediary file and the files that used to create it are under |
5 | * The LGPL. See the file COPYING. | 5 | * The LGPL. See the file COPYING. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "defines.h" | 8 | #include "defines.h" |
9 | 9 | ||
10 | /* codebook/gecb.txt */ | 10 | /* /Users/erdgeist/Coding/codec2/src/codebook/gecb.txt */ |
11 | #ifdef __EMBEDDED__ | ||
11 | static const float codes0[] = { | 12 | static const float codes0[] = { |
13 | #else | ||
14 | static float codes0[] = { | ||
15 | #endif | ||
12 | 2.71, 12.0184, | 16 | 2.71, 12.0184, |
13 | 0.04675, -2.73881, | 17 | 0.04675, -2.73881, |
14 | 0.120993, 8.38895, | 18 | 0.120993, 8.38895, |
@@ -268,7 +272,7 @@ static const float codes0[] = { | |||
268 | }; | 272 | }; |
269 | 273 | ||
270 | const struct lsp_codebook ge_cb[] = { | 274 | const struct lsp_codebook ge_cb[] = { |
271 | /* codebook/gecb.txt */ | 275 | /* /Users/erdgeist/Coding/codec2/src/codebook/gecb.txt */ |
272 | { | 276 | { |
273 | 2, | 277 | 2, |
274 | 8, | 278 | 8, |