mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
try to silence stupid compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8177 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0564d81e09
commit
7ae460ea23
@ -445,8 +445,8 @@ static int pitsyn(lpc10_decode_state_t *s,
|
|||||||
xxy = expf(xxy);
|
xxy = expf(xxy);
|
||||||
rci[j + *nout*rci_dim1 + 1] = (xxy - 1.0f)/(xxy + 1.0f);
|
rci[j + *nout*rci_dim1 + 1] = (xxy - 1.0f)/(xxy + 1.0f);
|
||||||
}
|
}
|
||||||
f = logf(*rms) - logf(s->rmso);
|
f = ((logf(*rms)) - (logf(s->rmso)));
|
||||||
rmsi[*nout - 1] = logf(s->rmso) + prop * f;
|
rmsi[*nout - 1] = logf(s->rmso) + (prop * f);
|
||||||
rmsi[*nout - 1] = expf(rmsi[*nout - 1]);
|
rmsi[*nout - 1] = expf(rmsi[*nout - 1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user