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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/cb_search.c')
-rw-r--r--libspeex/cb_search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libspeex/cb_search.c b/libspeex/cb_search.c
index 7f5649e..a170fd6 100644
--- a/libspeex/cb_search.c
+++ b/libspeex/cb_search.c
@@ -531,14 +531,14 @@ spx_int32_t *seed
VARDECL(int *ind);
VARDECL(int *signs);
const signed char *shape_cb;
- int shape_cb_size, subvect_size, nb_subvect;
+ int subvect_size, nb_subvect;
const split_cb_params *params;
int have_sign;
params = (const split_cb_params *) par;
subvect_size = params->subvect_size;
nb_subvect = params->nb_subvect;
- shape_cb_size = 1<<params->shape_bits;
+
shape_cb = params->shape_cb;
have_sign = params->have_sign;