diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /codebookge.c | |
parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
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, |