ref: 76596ad93a7869e6b877dc44cefda45cde1b3e8b
parent: c544b1238cf4f07b02f8f30ea761f41c1389a594
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Sun Jul 24 18:16:29 EDT 2016
Fixes comment
--- a/celt/quant_bands.c
+++ b/celt/quant_bands.c
@@ -553,7 +553,7 @@
celt_log2(bandE[i+c*m->nbEBands])
- SHL16((opus_val16)eMeans[i],6);
#ifdef FIXED_POINT
- /* Compensate for bandLogE[] being Q12 but celt_log2() taking a Q14 input. */
+ /* Compensate for bandE[] being Q12 but celt_log2() taking a Q14 input. */
bandLogE[i+c*m->nbEBands] += QCONST16(2.f, DB_SHIFT);
#endif
}