Removing the 64-bit part of the range coder.

This commit is contained in:
Jean-Marc Valin 2008-10-04 21:10:26 -04:00
parent b6a3b0c464
commit 2b08d7a210
5 changed files with 2 additions and 118 deletions

View file

@ -355,7 +355,7 @@ void quant_bands(const CELTMode *m, celt_norm_t * restrict X, celt_norm_t *P, ce
int tell;
int q;
celt_word16_t n;
celt_int16_t * const *BPbits;
const celt_int16_t * const *BPbits;
int curr_balance, curr_bits;
@ -440,7 +440,7 @@ void unquant_bands(const CELTMode *m, celt_norm_t * restrict X, celt_norm_t *P,
int tell;
int q;
celt_word16_t n;
celt_int16_t * const *BPbits;
const celt_int16_t * const *BPbits;
int curr_balance, curr_bits;