mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 09:07:42 +00:00
oops
This commit is contained in:
parent
3e3a2ff127
commit
5edcfaf6b1
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ static opus_val16 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16
|
|||
for (i=start;i<end;i++)
|
||||
{
|
||||
#ifdef FIXED_POINT
|
||||
importance[i] = PSHR32(13*celt_exp2(MIN16(follower[i], QCONST16(4.f, DB_SHIFT)), 16);
|
||||
importance[i] = PSHR32(13*celt_exp2(MIN16(follower[i], QCONST16(4.f, DB_SHIFT))), 16);
|
||||
#else
|
||||
importance[i] = (int)floor(.5f+13*celt_exp2(MIN16(follower[i], QCONST16(4.f, DB_SHIFT))));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue