Optimisation: caching the divisions used in the Laplace encoder.

This commit is contained in:
Jean-Marc Valin 2008-04-23 13:42:10 +10:00
parent e488a1077b
commit 4ce9205f38
9 changed files with 77 additions and 26 deletions

View file

@ -93,6 +93,8 @@ struct CELTMode {
struct PsyDecay psy;
int *prob;
celt_uint32_t marker_end;
};