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@usherbrooke.ca>2007-11-30 17:55:17 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-11-30 17:55:17 +0300
commitf3efa3e1323d0539ebdd2d41a78522c6ece7bc98 (patch)
tree42316125af25e80d5c041c6ac45e3f067b1ead45 /libcelt/bands.c
parent6f7e83d8f46cc0f8fb220c4c21f3966c3abf1787 (diff)
Some improvements to the pitch period estimation
Diffstat (limited to 'libcelt/bands.c')
-rw-r--r--libcelt/bands.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcelt/bands.c b/libcelt/bands.c
index 9c13444..34e72f0 100644
--- a/libcelt/bands.c
+++ b/libcelt/bands.c
@@ -34,7 +34,9 @@
#include "vq.h"
const int qbank[NBANDS+2] = {0, 2, 4, 6, 8, 12, 16, 20, 24, 28, 36, 44, 52, 68, 84, 116, 128};
-int qpulses[] = {4, 5, 4, 4, 3, 3, 3, 3, 3, 4, 4, 4, 0, 0, 0}; //c: 134 bits
+
+const int qpulses[NBANDS ] = {7, 5, 4, 4, 3, 3, 3, 3, 3, 4, 4, 4, 0, 0, 0};
+
#define WAVEFORM_END 52
/* Start frequency of each band */