summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/filters.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/filters.c')
-rw-r--r--apps/codecs/libspeex/filters.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/filters.c b/apps/codecs/libspeex/filters.c
index 44addc2406..09f93c2a59 100644
--- a/apps/codecs/libspeex/filters.c
+++ b/apps/codecs/libspeex/filters.c
@@ -353,6 +353,7 @@ void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t
353#ifndef OVERRIDE_IIR_MEM16 353#ifndef OVERRIDE_IIR_MEM16
354void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) 354void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack)
355{ 355{
356 (void)stack;
356 int i,j; 357 int i,j;
357 spx_word16_t yi,nyi; 358 spx_word16_t yi,nyi;
358 359
@@ -497,6 +498,7 @@ void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_
497 all odd x[i] are zero -- well, actually they are left out of the array now 498 all odd x[i] are zero -- well, actually they are left out of the array now
498 N and M are multiples of 4 */ 499 N and M are multiples of 4 */
499{ 500{
501 (void)stack;
500 int i, j; 502 int i, j;
501 int M2, N2; 503 int M2, N2;
502 VARDECL(spx_word16_t *xx1); 504 VARDECL(spx_word16_t *xx1);
@@ -681,6 +683,9 @@ spx_word16_t comb_gain, /*gain of comb filter*/
681char *stack 683char *stack
682) 684)
683{ 685{
686 (void)ak;
687 (void)p;
688 (void)stack;
684 int i; 689 int i;
685 VARDECL(spx_word16_t *iexc); 690 VARDECL(spx_word16_t *iexc);
686 spx_word16_t old_ener, new_ener; 691 spx_word16_t old_ener, new_ener;