mirror of
https://github.com/xiph/opus.git
synced 2025-06-05 15:03:39 +00:00
Looks like the bit allocation code is mostly working. Just need to actually
use it now.
This commit is contained in:
parent
c6b4390f6a
commit
f51ca493fb
4 changed files with 146 additions and 123 deletions
|
@ -51,6 +51,9 @@ struct CELTMode {
|
|||
float ePredCoef;
|
||||
const float *eMeans;
|
||||
const int *eDecay;
|
||||
|
||||
int nbAllocVectors;
|
||||
const int *allocVectors;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue