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
|
@ -135,7 +135,6 @@ void compute_mdct_masking(struct PsyDecay *decay, float *X, float *mask, int len
|
|||
{
|
||||
int i;
|
||||
float psd[len];
|
||||
float mem;
|
||||
for (i=0;i<len;i++)
|
||||
mask[i] = X[i]*X[i];
|
||||
for (i=1;i<len-1;i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue