Added celt_encoder_ctl() and CELT_SET_COMPLEXITY
This commit is contained in:
parent
c591e1542a
commit
c18fb1d031
4 changed files with 33 additions and 3 deletions
|
@ -229,7 +229,6 @@ static void unquant_fine_energy_mono(const CELTMode *m, celt_ener_t *eBands, cel
|
|||
for (i=0;i<m->nbEBands;i++)
|
||||
{
|
||||
int q2;
|
||||
celt_int16_t frac = 1<<fine_quant[i];
|
||||
celt_word16_t offset;
|
||||
if (fine_quant[i] <= 0)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue