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:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-01-09 02:44:18 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-01-09 02:44:18 +0300
commitfdca84b42f627698219139f8d818e5f26fa55ba3 (patch)
treeddc6c946208698a612725a94df95f0205173990c /libcelt/bands.h
parent95c59ea6476d369d544a30feebca5dff3344af56 (diff)
Some stereo work (breaks the decoder for now)
Diffstat (limited to 'libcelt/bands.h')
-rw-r--r--libcelt/bands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcelt/bands.h b/libcelt/bands.h
index 204cb79..af15e89 100644
--- a/libcelt/bands.h
+++ b/libcelt/bands.h
@@ -52,6 +52,8 @@ void compute_band_energies(const CELTMode *m, float *X, float *bands);
*/
void normalise_bands(const CELTMode *m, float *X, float *bands);
+void renormalise_bands(const CELTMode *m, float *X);
+
/** Denormalise each band of X to restore full amplitude
* @param m Mode data
* @param X Spectrum (returned de-normalised)