Renamed celt_word* to opus_val*
This commit is contained in:
parent
f9d14f8d77
commit
ff5f7228fd
31 changed files with 401 additions and 401 deletions
|
@ -73,7 +73,7 @@ struct CELTMode {
|
|||
|
||||
int nbEBands;
|
||||
int effEBands;
|
||||
celt_word16 preemph[4];
|
||||
opus_val16 preemph[4];
|
||||
const opus_int16 *eBands; /**< Definition for each "pseudo-critical band" */
|
||||
|
||||
int nbAllocVectors; /**< Number of lines in the matrix below */
|
||||
|
@ -82,7 +82,7 @@ struct CELTMode {
|
|||
/* Stuff that could go in the {en,de}coder, but we save space this way */
|
||||
mdct_lookup mdct;
|
||||
|
||||
const celt_word16 *window;
|
||||
const opus_val16 *window;
|
||||
|
||||
int maxLM;
|
||||
int nbShortMdcts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue