Completely removed the old allocation table.
Also made the new table an unsigned char array.
This commit is contained in:
parent
c51e98ba1b
commit
01b54b9964
2 changed files with 4 additions and 24 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue