summaryrefslogtreecommitdiff
path: root/silk/float
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philip@foolip.org>2012-09-27 14:38:00 +0200
committerGregory Maxwell <greg@xiph.org>2012-09-27 09:16:31 -0400
commitba28403a04c8911bd728bf09e57567cc6080f682 (patch)
treec3131b0bb1f2ac29d157c58cbb28e21d1a988863 /silk/float
parent6d9c16d142b88ac4d61e7d44c7a91751317671b3 (diff)
downloadopus-ba28403a04c8911bd728bf09e57567cc6080f682.tar.gz
Typo: FIND_PITCH_BANDWI(D)TH_EXPANSION
Diffstat (limited to 'silk/float')
-rw-r--r--silk/float/find_pitch_lags_FLP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/float/find_pitch_lags_FLP.c b/silk/float/find_pitch_lags_FLP.c
index 9f06effd..00862a6d 100644
--- a/silk/float/find_pitch_lags_FLP.c
+++ b/silk/float/find_pitch_lags_FLP.c
@@ -96,7 +96,7 @@ void silk_find_pitch_lags_FLP(
silk_k2a_FLP( A, refl_coef, psEnc->sCmn.pitchEstimationLPCOrder );
/* Bandwidth expansion */
- silk_bwexpander_FLP( A, psEnc->sCmn.pitchEstimationLPCOrder, FIND_PITCH_BANDWITH_EXPANSION );
+ silk_bwexpander_FLP( A, psEnc->sCmn.pitchEstimationLPCOrder, FIND_PITCH_BANDWIDTH_EXPANSION );
/*****************************************/
/* LPC analysis filtering */