mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 17:17:42 +00:00
Band energy quantisation info now in the mode directly
This commit is contained in:
parent
4a897680e3
commit
36d78e6f74
4 changed files with 85 additions and 24 deletions
|
@ -47,6 +47,10 @@ struct CELTMode {
|
|||
const int *eBands;
|
||||
const int *pBands;
|
||||
const int *nbPulses;
|
||||
|
||||
float ePredCoef;
|
||||
const float *eMeans;
|
||||
const int *eDecay;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue