Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-02-04 06:56:01 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 07:25:13 +0300
commitb8a6b31205858b62a1423807fba32cab73c7f85c (patch)
tree82ab4ae4b2a66c72604599eb8acc038294671584 /libcelt/bands.c
parent23340e2249c660af3cd1914128e1845fceddeb97 (diff)
This removes some pointless/dead code.
Diffstat (limited to 'libcelt/bands.c')
-rw-r--r--libcelt/bands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcelt/bands.c b/libcelt/bands.c
index b63b31f..349b72f 100644
--- a/libcelt/bands.c
+++ b/libcelt/bands.c
@@ -1139,7 +1139,6 @@ static unsigned quant_band(int encode, const CELTMode *m, int i, celt_norm *X, c
haar1(X, N0>>k, 1<<k);
}
B<<=recombine;
- N_B>>=recombine;
/* Scale output for later folding */
if (lowband_out)