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 08:40:39 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-12-07 08:40:39 +0300
commit8143be30263bfa23276e4a7e9c5b2428b455174e (patch)
tree3fd2583561edec350c50b754e7d2af1a6e3ce25f /libcelt/quant_bands.h
parentb726185d5b07e36a6cf98a51097349a3d00bcd43 (diff)
energy decoding partially done (cheating a bit)
Diffstat (limited to 'libcelt/quant_bands.h')
-rw-r--r--libcelt/quant_bands.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcelt/quant_bands.h b/libcelt/quant_bands.h
index 2d2bca0..0735ab9 100644
--- a/libcelt/quant_bands.h
+++ b/libcelt/quant_bands.h
@@ -33,8 +33,11 @@
#define QUANT_BANDS
#include "modes.h"
+#include "entenc.h"
+#include "entdec.h"
-void quant_energy(CELTMode *m, float *eBands, float *oldEBands);
+void quant_energy(CELTMode *m, float *eBands, float *oldEBands, ec_enc *enc);
+void unquant_energy(CELTMode *m, float *eBands, float *oldEBands, ec_dec *dec);
#endif /* QUANT_BANDS */