Looks like the bit allocation code is mostly working. Just need to actually

use it now.
This commit is contained in:
Jean-Marc Valin 2008-01-17 10:58:38 +11:00
parent c6b4390f6a
commit f51ca493fb
4 changed files with 146 additions and 123 deletions

View file

@ -51,6 +51,9 @@ struct CELTMode {
float ePredCoef;
const float *eMeans;
const int *eDecay;
int nbAllocVectors;
const int *allocVectors;
};
#endif