misc minor changes
This commit is contained in:
parent
f81edea012
commit
a3803a98af
5 changed files with 8 additions and 7 deletions
|
@ -162,7 +162,6 @@ void alg_quant(celt_norm *X, int N, int K, int spread, ec_enc *enc)
|
|||
if (K > (N>>1))
|
||||
{
|
||||
celt_word16 rcp;
|
||||
sum=0;
|
||||
j=0; do {
|
||||
sum += X[j];
|
||||
} while (++j<N);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue