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.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/codecs/libspeex/cb_search.c b/apps/codecs/libspeex/cb_search.c
index 8a190e535d..f9ff0a6784 100644
--- a/apps/codecs/libspeex/cb_search.c
+++ b/apps/codecs/libspeex/cb_search.c
@@ -99,10 +99,10 @@ static inline void target_update(spx_word16_t *t, spx_word16_t g, spx_word16_t *
99 99
100 100
101static void split_cb_search_shape_sign_N1( 101static void split_cb_search_shape_sign_N1(
102spx_word16_t target[], /* target vector */ 102spx_word16_t target[], /* target vector */
103spx_coef_t ak[], /* LPCs for this subframe */ 103spx_coef_t ak[], /* LPCs for this subframe */
104spx_coef_t awk1[], /* Weighted LPCs for this subframe */ 104spx_coef_t awk1[], /* Weighted LPCs for this subframe */
105spx_coef_t awk2[], /* Weighted LPCs for this subframe */ 105spx_coef_t awk2[], /* Weighted LPCs for this subframe */
106const void *par, /* Codebook/search parameters*/ 106const void *par, /* Codebook/search parameters*/
107int p, /* number of LPC coeffs */ 107int p, /* number of LPC coeffs */
108int nsf, /* number of samples in subframe */ 108int nsf, /* number of samples in subframe */
@@ -241,10 +241,10 @@ int update_target
241 241
242 242
243void split_cb_search_shape_sign( 243void split_cb_search_shape_sign(
244spx_word16_t target[], /* target vector */ 244spx_word16_t target[], /* target vector */
245spx_coef_t ak[], /* LPCs for this subframe */ 245spx_coef_t ak[], /* LPCs for this subframe */
246spx_coef_t awk1[], /* Weighted LPCs for this subframe */ 246spx_coef_t awk1[], /* Weighted LPCs for this subframe */
247spx_coef_t awk2[], /* Weighted LPCs for this subframe */ 247spx_coef_t awk2[], /* Weighted LPCs for this subframe */
248const void *par, /* Codebook/search parameters*/ 248const void *par, /* Codebook/search parameters*/
249int p, /* number of LPC coeffs */ 249int p, /* number of LPC coeffs */
250int nsf, /* number of samples in subframe */ 250int nsf, /* number of samples in subframe */
@@ -576,10 +576,10 @@ spx_int32_t *seed
576 576
577#ifndef SPEEX_DISABLE_ENCODER 577#ifndef SPEEX_DISABLE_ENCODER
578void noise_codebook_quant( 578void noise_codebook_quant(
579spx_word16_t target[], /* target vector */ 579spx_word16_t target[], /* target vector */
580spx_coef_t ak[], /* LPCs for this subframe */ 580spx_coef_t ak[], /* LPCs for this subframe */
581spx_coef_t awk1[], /* Weighted LPCs for this subframe */ 581spx_coef_t awk1[], /* Weighted LPCs for this subframe */
582spx_coef_t awk2[], /* Weighted LPCs for this subframe */ 582spx_coef_t awk2[], /* Weighted LPCs for this subframe */
583const void *par, /* Codebook/search parameters*/ 583const void *par, /* Codebook/search parameters*/
584int p, /* number of LPC coeffs */ 584int p, /* number of LPC coeffs */
585int nsf, /* number of samples in subframe */ 585int nsf, /* number of samples in subframe */