Skip to content
Snippets Groups Projects
Commit ba28403a authored by Philip Jägenstedt's avatar Philip Jägenstedt Committed by Gregory Maxwell
Browse files

Typo: FIND_PITCH_BANDWI(D)TH_EXPANSION

parent 6d9c16d1
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ void silk_find_pitch_lags_FIX(
}
/* Do BWE */
silk_bwexpander( A_Q12, psEnc->sCmn.pitchEstimationLPCOrder, SILK_FIX_CONST( FIND_PITCH_BANDWITH_EXPANSION, 16 ) );
silk_bwexpander( A_Q12, psEnc->sCmn.pitchEstimationLPCOrder, SILK_FIX_CONST( FIND_PITCH_BANDWIDTH_EXPANSION, 16 ) );
/*****************************************/
/* LPC analysis filtering */
......
......@@ -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 */
......
......@@ -44,7 +44,7 @@ extern "C"
#define FIND_PITCH_WHITE_NOISE_FRACTION 1e-3f
/* Bandwidth expansion for whitening filter in pitch analysis */
#define FIND_PITCH_BANDWITH_EXPANSION 0.99f
#define FIND_PITCH_BANDWIDTH_EXPANSION 0.99f
/*********************/
/* Linear prediction */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment