mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 01:27:42 +00:00
short-block MDCT
This commit is contained in:
parent
12b22484e2
commit
9d1decd1bb
4 changed files with 110 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue