| Index: silk/fixed/find_pitch_lags_FIX.c
|
| diff --git a/silk/fixed/find_pitch_lags_FIX.c b/silk/fixed/find_pitch_lags_FIX.c
|
| index 620f8dcd2c1999d85c752a3cf7c4528dd07c9ca8..b8440a8247a31ce4cf768f6f148dd4a9e75f3533 100644
|
| --- a/silk/fixed/find_pitch_lags_FIX.c
|
| +++ b/silk/fixed/find_pitch_lags_FIX.c
|
| @@ -112,7 +112,7 @@ void silk_find_pitch_lags_FIX(
|
| /*****************************************/
|
| /* LPC analysis filtering */
|
| /*****************************************/
|
| - silk_LPC_analysis_filter( res, x_buf, A_Q12, buf_len, psEnc->sCmn.pitchEstimationLPCOrder );
|
| + silk_LPC_analysis_filter( res, x_buf, A_Q12, buf_len, psEnc->sCmn.pitchEstimationLPCOrder, psEnc->sCmn.arch );
|
|
|
| if( psEnc->sCmn.indices.signalType != TYPE_NO_VOICE_ACTIVITY && psEnc->sCmn.first_frame_after_reset == 0 ) {
|
| /* Threshold for pitch estimator */
|
|
|