| Index: silk/float/pitch_analysis_core_FLP.c
|
| diff --git a/silk/float/pitch_analysis_core_FLP.c b/silk/float/pitch_analysis_core_FLP.c
|
| index e58f041bd64f3db61ff37fe80b742ebbf5e6360e..d0e637a29dc95d5e63ade14d98f9e3f4ce7e0bd8 100644
|
| --- a/silk/float/pitch_analysis_core_FLP.c
|
| +++ b/silk/float/pitch_analysis_core_FLP.c
|
| @@ -182,8 +182,8 @@ opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced,
|
|
|
| /* Calculate first vector products before loop */
|
| cross_corr = xcorr[ max_lag_4kHz - min_lag_4kHz ];
|
| - normalizer = silk_energy_FLP( target_ptr, sf_length_8kHz ) +
|
| - silk_energy_FLP( basis_ptr, sf_length_8kHz ) +
|
| + normalizer = silk_energy_FLP( target_ptr, sf_length_8kHz ) +
|
| + silk_energy_FLP( basis_ptr, sf_length_8kHz ) +
|
| sf_length_8kHz * 4000.0f;
|
|
|
| C[ 0 ][ min_lag_4kHz ] += (silk_float)( 2 * cross_corr / normalizer );
|
|
|