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>2007-12-07 14:46:47 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-07 14:46:47 +0300
commit98d2a4917e1693480b71bc8a51cc270d85350d58 (patch)
treef41f463b6f862cd4d9a9755ba447781f4aab5c3b /libcelt/quant_bands.h
parent9c3e22c440274d0be4578115a0c5ba7fc9f49c44 (diff)
No more cheating, everything fully quantised
Diffstat (limited to 'libcelt/quant_bands.h')
-rw-r--r--libcelt/quant_bands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/quant_bands.h b/libcelt/quant_bands.h
index 0735ab9..225cacf 100644
--- a/libcelt/quant_bands.h
+++ b/libcelt/quant_bands.h
@@ -36,8 +36,8 @@
#include "entenc.h"
#include "entdec.h"
-void quant_energy(CELTMode *m, float *eBands, float *oldEBands, ec_enc *enc);
+void quant_energy(const CELTMode *m, float *eBands, float *oldEBands, ec_enc *enc);
-void unquant_energy(CELTMode *m, float *eBands, float *oldEBands, ec_dec *dec);
+void unquant_energy(const CELTMode *m, float *eBands, float *oldEBands, ec_dec *dec);
#endif /* QUANT_BANDS */