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:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-05-23 04:20:09 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-05-23 04:20:09 +0400
commita451afb39ea73e710db78c6ac342dc5be686ea6c (patch)
tree4c4f7707f769388c741a8827e1b2437281062efe
parente9c20dd307b85d62bbe589ab5ba376422f059edb (diff)
minor tweak to prototype and removed unused variableSpeex-1.2beta2
git-svn-id: http://svn.xiph.org/trunk/speex@12975 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--libspeex/filters_arm4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libspeex/filters_arm4.h b/libspeex/filters_arm4.h
index 9138610..886caed 100644
--- a/libspeex/filters_arm4.h
+++ b/libspeex/filters_arm4.h
@@ -33,9 +33,8 @@
*/
#define OVERRIDE_NORMALIZE16
-int normalize16(const spx_sig_t *x, spx_word16_t *y, int max_scale, int len)
+int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
{
- int i;
spx_sig_t max_val=1;
int sig_shift;
int dead1, dead2, dead3, dead4, dead5, dead6;