summaryrefslogtreecommitdiff
path: root/third_party/ilbc/LPCencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ilbc/LPCencode.c')
-rw-r--r--third_party/ilbc/LPCencode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/ilbc/LPCencode.c b/third_party/ilbc/LPCencode.c
index 19695c0f..eed1f893 100644
--- a/third_party/ilbc/LPCencode.c
+++ b/third_party/ilbc/LPCencode.c
@@ -224,7 +224,6 @@
){
float lsf[LPC_FILTERORDER * LPC_N_MAX];
float lsfdeq[LPC_FILTERORDER * LPC_N_MAX];
- int change=0;
SimpleAnalysis(lsf, data, iLBCenc_inst);
SimplelsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->lpc_n);
@@ -233,7 +232,7 @@
- change=LSF_check(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n);
+ LSF_check(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n);
SimpleInterpolateLSF(syntdenum, weightdenum,
lsf, lsfdeq, iLBCenc_inst->lsfold,
iLBCenc_inst->lsfdeqold, LPC_FILTERORDER, iLBCenc_inst);