summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-11-08 23:59:20 -0500
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-11-08 23:59:20 -0500
commitd47308de21b09a410e309eff5c0b807a93c73e32 (patch)
treecfdc79f99429ab39d199c5701393a1181d91ec76
parent9ed3d027616e299af4968889824ecc6e664ccefe (diff)
downloadopus-d47308de21b09a410e309eff5c0b807a93c73e32.tar.gz
Remove long-outdated comment
-rw-r--r--celt/quant_bands.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/celt/quant_bands.c b/celt/quant_bands.c
index f09edc7e..514f03c4 100644
--- a/celt/quant_bands.c
+++ b/celt/quant_bands.c
@@ -280,9 +280,6 @@ void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
if (tell+3 > budget)
two_pass = intra = 0;
- /* Encode the global flags using a simple probability model
- (first symbols in the stream) */
-
max_decay = QCONST16(16.f,DB_SHIFT);
if (end-start>10)
{