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@csiro.au>2008-01-10 09:26:30 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-10 09:26:30 +0300
commit43e224817cec96bb4733f10481550120dfe2c78d (patch)
tree684ab0b15b72533252228abeca7b1ff79781cfdb /libcelt/modes.c
parentf8dda66a8ef5fafe61fa7e21f4a2fa32ce9a7dad (diff)
oops, trying not to overflow the 64-bit max allocation.
Diffstat (limited to 'libcelt/modes.c')
-rw-r--r--libcelt/modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/modes.c b/libcelt/modes.c
index 6b169b7..d38e912 100644
--- a/libcelt/modes.c
+++ b/libcelt/modes.c
@@ -70,7 +70,7 @@ const int qpulses1[NBANDS128] = {7, 5, 5, 5, 4, 5, 4, 5, 5, 4, 2, 0, 0, 0,
const int qpulses2[NBANDS128] = {28,24,20,16,24,20, 18, 12, 10, 10,-7, -4, 0, 0, 0};
const int qpulses2s[NBANDS128] ={38,30,24,20,24,20, 18, 16, 14, 20,-20,-14, -8, -8, -5};
-const int qpulses4s[NBANDS128] ={38,35,32,28,25,23, 21, 19, 20, 18,19,20, 20, 20, 18, 16, 16, 16};
+const int qpulses4s[NBANDS128] ={38,35,32,28,25,23, 21, 19, 20, 18,19,20, 20, 22, 16, 12, 10, 8};
//const int qpulses4s[NBANDS128] ={38,35,30,27,24,22, 21, 20, 22, 20,20,20, 20, 20, 14, 12, 12, 12};