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>2008-02-18 05:37:40 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-18 05:37:40 +0300
commit4991a568ffaaa24393898b770b05891f1b09d83d (patch)
tree1cb3165c294c0a9750bbeb1f0980bbb92f98b452 /libcelt/modes.h
parent2a8c371640ec80212ecf77edeaaeef4e9761d9b0 (diff)
pbands code seems to work, cleaned up useless junk in mode definitions
Diffstat (limited to 'libcelt/modes.h')
-rw-r--r--libcelt/modes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcelt/modes.h b/libcelt/modes.h
index 6fd315c..6eb1cd1 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -47,11 +47,8 @@ struct CELTMode {
const int *eBands;
const int *pBands;
- const int *nbPulses;
float ePredCoef;
- const float *eMeans;
- const int *eDecay;
int nbAllocVectors;
const int *allocVectors;