Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2010-11-05 21:55:55 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-11-05 21:55:55 +0300
commit6c12497c77f31c290b43eadd12911349202ee2f3 (patch)
tree873f6b912ecaa75dba7c8e21ffb310a642cd48eb
parent44a96007b2fc64f366c031a277082c9beaf61b21 (diff)
Increases the probability of alloc_trim==2 to reflect the latest changesv0.9.0
-rw-r--r--libcelt/celt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/celt.c b/libcelt/celt.c
index 6134cc2..fc58144 100644
--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -53,7 +53,7 @@
#include <stdarg.h>
#include "plc.h"
-static const int trim_cdf[7] = {0, 4, 10, 23, 119, 125, 128};
+static const int trim_cdf[7] = {0, 4, 11, 65, 119, 125, 128};
#define COMBFILTER_MAXPERIOD 1024
#define COMBFILTER_MINPERIOD 16