diff options
Diffstat (limited to 'apps/codecs/libspeex/cb_search.c')
-rw-r--r-- | apps/codecs/libspeex/cb_search.c | 24 |
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 | ||
101 | static void split_cb_search_shape_sign_N1( | 101 | static void split_cb_search_shape_sign_N1( |
102 | spx_word16_t target[], /* target vector */ | 102 | spx_word16_t target[], /* target vector */ |
103 | spx_coef_t ak[], /* LPCs for this subframe */ | 103 | spx_coef_t ak[], /* LPCs for this subframe */ |
104 | spx_coef_t awk1[], /* Weighted LPCs for this subframe */ | 104 | spx_coef_t awk1[], /* Weighted LPCs for this subframe */ |
105 | spx_coef_t awk2[], /* Weighted LPCs for this subframe */ | 105 | spx_coef_t awk2[], /* Weighted LPCs for this subframe */ |
106 | const void *par, /* Codebook/search parameters*/ | 106 | const void *par, /* Codebook/search parameters*/ |
107 | int p, /* number of LPC coeffs */ | 107 | int p, /* number of LPC coeffs */ |
108 | int nsf, /* number of samples in subframe */ | 108 | int nsf, /* number of samples in subframe */ |
@@ -241,10 +241,10 @@ int update_target | |||
241 | 241 | ||
242 | 242 | ||
243 | void split_cb_search_shape_sign( | 243 | void split_cb_search_shape_sign( |
244 | spx_word16_t target[], /* target vector */ | 244 | spx_word16_t target[], /* target vector */ |
245 | spx_coef_t ak[], /* LPCs for this subframe */ | 245 | spx_coef_t ak[], /* LPCs for this subframe */ |
246 | spx_coef_t awk1[], /* Weighted LPCs for this subframe */ | 246 | spx_coef_t awk1[], /* Weighted LPCs for this subframe */ |
247 | spx_coef_t awk2[], /* Weighted LPCs for this subframe */ | 247 | spx_coef_t awk2[], /* Weighted LPCs for this subframe */ |
248 | const void *par, /* Codebook/search parameters*/ | 248 | const void *par, /* Codebook/search parameters*/ |
249 | int p, /* number of LPC coeffs */ | 249 | int p, /* number of LPC coeffs */ |
250 | int nsf, /* number of samples in subframe */ | 250 | int 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 |
578 | void noise_codebook_quant( | 578 | void noise_codebook_quant( |
579 | spx_word16_t target[], /* target vector */ | 579 | spx_word16_t target[], /* target vector */ |
580 | spx_coef_t ak[], /* LPCs for this subframe */ | 580 | spx_coef_t ak[], /* LPCs for this subframe */ |
581 | spx_coef_t awk1[], /* Weighted LPCs for this subframe */ | 581 | spx_coef_t awk1[], /* Weighted LPCs for this subframe */ |
582 | spx_coef_t awk2[], /* Weighted LPCs for this subframe */ | 582 | spx_coef_t awk2[], /* Weighted LPCs for this subframe */ |
583 | const void *par, /* Codebook/search parameters*/ | 583 | const void *par, /* Codebook/search parameters*/ |
584 | int p, /* number of LPC coeffs */ | 584 | int p, /* number of LPC coeffs */ |
585 | int nsf, /* number of samples in subframe */ | 585 | int nsf, /* number of samples in subframe */ |