From 76596ad93a7869e6b877dc44cefda45cde1b3e8b Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Sun, 24 Jul 2016 22:16:29 -0400 Subject: [PATCH] Fixes comment --- celt/quant_bands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celt/quant_bands.c b/celt/quant_bands.c index 6333f1b00..56101b1cf 100644 --- a/celt/quant_bands.c +++ b/celt/quant_bands.c @@ -553,7 +553,7 @@ void amp2Log2(const CELTMode *m, int effEnd, int end, 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 } -- GitLab