short-block MDCT

This commit is contained in:
Jean-Marc Valin 2008-06-17 13:28:13 +10:00
parent 12b22484e2
commit 9d1decd1bb
4 changed files with 110 additions and 35 deletions

View file

@ -97,6 +97,11 @@ struct CELTMode {
const celt_word16_t *window;
int nbShortMdcts;
int shortMdctSize;
mdct_lookup shortMdct;
const celt_word16_t *shortWindow;
struct PsyDecay psy;
int *prob;