ref: 6c12497c77f31c290b43eadd12911349202ee2f3
parent: 44a96007b2fc64f366c031a277082c9beaf61b21
author: Jean-Marc Valin <[email protected]>
date: Fri Nov 5 10:55:55 EDT 2010
Increases the probability of alloc_trim==2 to reflect the latest changes
--- 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