Removing the 64-bit part of the range coder.
This commit is contained in:
parent
b6a3b0c464
commit
2b08d7a210
5 changed files with 2 additions and 118 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue