Implemented rate-dependant allocation for the fine energy quantisation.

This commit is contained in:
Jean-Marc Valin 2008-05-07 13:44:39 +10:00
parent 827f93175b
commit ad6371906a
5 changed files with 108 additions and 19 deletions

View file

@ -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");
}