Band energy quantisation info now in the mode directly

This commit is contained in:
Jean-Marc Valin 2007-12-13 14:59:30 +11:00
parent 4a897680e3
commit 36d78e6f74
4 changed files with 85 additions and 24 deletions

View file

@ -47,6 +47,10 @@ struct CELTMode {
const int *eBands;
const int *pBands;
const int *nbPulses;
float ePredCoef;
const float *eMeans;
const int *eDecay;
};
#endif