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@csiro.au>2007-12-07 06:20:01 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-12-07 06:20:01 +0300
commit70c8ffdd5500a07a890762fdcd7b11df5d7b2ab2 (patch)
treed6e359263c011ac815729b286ef08148ed00e813 /libcelt/bands.h
parentfc08d0a6d63a5453a8928bd5f77e30cf73f13073 (diff)
More decoding work
Diffstat (limited to 'libcelt/bands.h')
-rw-r--r--libcelt/bands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcelt/bands.h b/libcelt/bands.h
index d03798c..922bea9 100644
--- a/libcelt/bands.h
+++ b/libcelt/bands.h
@@ -35,6 +35,7 @@
#include "modes.h"
#include "entenc.h"
+#include "entdec.h"
void compute_band_energies(const CELTMode *m, float *X, float *bands);
@@ -48,6 +49,6 @@ void pitch_quant_bands(const CELTMode *m, float *X, float *P, float *gains);
void quant_bands(const CELTMode *m, float *X, float *P, ec_enc *enc);
-void pitch_renormalise_bands(const CELTMode *m, float *X, float *P);
+void unquant_bands(const CELTMode *m, float *X, float *P, ec_dec *dec);
#endif /* BANDS_H */