summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/cb_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/cb_search.c')
-rw-r--r--apps/codecs/libspeex/cb_search.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libspeex/cb_search.c b/apps/codecs/libspeex/cb_search.c
index f9ff0a6784..35fe3a2f67 100644
--- a/apps/codecs/libspeex/cb_search.c
+++ b/apps/codecs/libspeex/cb_search.c
@@ -529,14 +529,13 @@ spx_int32_t *seed
529 VARDECL(int *ind); 529 VARDECL(int *ind);
530 VARDECL(int *signs); 530 VARDECL(int *signs);
531 const signed char *shape_cb; 531 const signed char *shape_cb;
532 int shape_cb_size, subvect_size, nb_subvect; 532 int subvect_size, nb_subvect;
533 const split_cb_params *params; 533 const split_cb_params *params;
534 int have_sign; 534 int have_sign;
535 535
536 params = (const split_cb_params *) par; 536 params = (const split_cb_params *) par;
537 subvect_size = params->subvect_size; 537 subvect_size = params->subvect_size;
538 nb_subvect = params->nb_subvect; 538 nb_subvect = params->nb_subvect;
539 shape_cb_size = 1<<params->shape_bits;
540 shape_cb = params->shape_cb; 539 shape_cb = params->shape_cb;
541 have_sign = params->have_sign; 540 have_sign = params->have_sign;
542 541