mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 09:37:44 +00:00
Optimisation: caching the divisions used in the Laplace encoder.
This commit is contained in:
parent
e488a1077b
commit
4ce9205f38
9 changed files with 77 additions and 26 deletions
|
@ -93,6 +93,8 @@ struct CELTMode {
|
|||
|
||||
struct PsyDecay psy;
|
||||
|
||||
int *prob;
|
||||
|
||||
celt_uint32_t marker_end;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue