Completely removed the old allocation table.

Also made the new table an unsigned char array.
This commit is contained in:
Jean-Marc Valin 2010-06-03 23:29:35 -04:00
parent c51e98ba1b
commit 01b54b9964
2 changed files with 4 additions and 24 deletions

View file

@ -91,7 +91,7 @@ struct CELTMode {
celt_word16 ePredCoef;/**< Prediction coefficient for the energy encoding */
int nbAllocVectors; /**< Number of lines in the matrix below */
const celt_int16 *allocVectors; /**< Number of bits in each band for several rates */
const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
const celt_int16 * const **bits;
const celt_int16 * const *(_bits[MAX_CONFIG_SIZES]); /**< Cache for pulses->bits mapping in each band */