Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]
Also fixed a bug that was exposed by the change (and removed some warnings)
This commit is contained in:
parent
6c1f604944
commit
cb7a2a3d52
9 changed files with 18 additions and 16 deletions
|
@ -101,7 +101,6 @@ static void unquant_energy_mono(const CELTMode *m, float *eBands, float *oldEBan
|
|||
int i;
|
||||
float prev = 0;
|
||||
float coef = m->ePredCoef;
|
||||
float error[m->nbEBands];
|
||||
/* The .7 is a heuristic */
|
||||
float beta = .7*coef;
|
||||
for (i=0;i<m->nbEBands;i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue