mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
Implemented rate-dependant allocation for the fine energy quantisation.
This commit is contained in:
parent
827f93175b
commit
ad6371906a
5 changed files with 108 additions and 19 deletions
|
@ -161,6 +161,7 @@ void dump_modes(FILE *file, CELTMode **modes, int nb_modes)
|
|||
fprintf(file, "window%d,\t/* window */\n", mode->overlap);
|
||||
fprintf(file, "{psy_decayR_%d},\t/* psy */\n", mode->Fs);
|
||||
fprintf(file, "0,\t/* prob */\n");
|
||||
fprintf(file, "0,\t/* energy_alloc */\n");
|
||||
fprintf(file, "0x%x,\t/* marker */\n", 0xa110ca7e);
|
||||
fprintf(file, "};\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue