Skip to content
Snippets Groups Projects
Commit 257ab376 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Oops, fixes max_decay for LFE in fixed-point

parent c3147ed5
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
#endif
}
if (lfe)
max_decay=3;
max_decay = QCONST16(3.f,DB_SHIFT);
enc_start_state = *enc;
ALLOC(oldEBands_intra, C*m->nbEBands, opus_val16);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment