Renamed celt_word* to opus_val*

This commit is contained in:
Jean-Marc Valin 2011-07-29 18:59:12 -04:00
parent f9d14f8d77
commit ff5f7228fd
31 changed files with 401 additions and 401 deletions

View file

@ -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;