summaryrefslogtreecommitdiff
path: root/third_party/ilbc/helpfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ilbc/helpfun.c')
-rw-r--r--third_party/ilbc/helpfun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/ilbc/helpfun.c b/third_party/ilbc/helpfun.c
index 1aba6578..2406c131 100644
--- a/third_party/ilbc/helpfun.c
+++ b/third_party/ilbc/helpfun.c
@@ -277,7 +277,7 @@
table */
){
int k,n,m, Nit=2, change=0,pos;
- float tmp;
+ //float tmp;
static float eps=(float)0.039; /* 50 Hz */
static float eps2=(float)0.0195;
static float maxlsf=(float)3.14; /* 4000 Hz */
@@ -293,7 +293,7 @@
if ((lsf[pos+1]-lsf[pos])<eps) {
if (lsf[pos+1]<lsf[pos]) {
- tmp=lsf[pos+1];
+ //tmp=lsf[pos+1];
lsf[pos+1]= lsf[pos]+eps2;
lsf[pos]= lsf[pos+1]-eps2;
} else {