| Index: silk/float/LTP_analysis_filter_FLP.c
|
| diff --git a/silk/float/LTP_analysis_filter_FLP.c b/silk/float/LTP_analysis_filter_FLP.c
|
| index 297c813ca1dd9712f23f82b873cb1bc1f2ec991a..d3a6a5ae3f47d0d01ff4ea53a4a311bad4dc9a75 100644
|
| --- a/silk/float/LTP_analysis_filter_FLP.c
|
| +++ b/silk/float/LTP_analysis_filter_FLP.c
|
| @@ -33,13 +33,13 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
| void silk_LTP_analysis_filter_FLP(
|
| silk_float *LTP_res, /* O LTP res MAX_NB_SUBFR*(pre_lgth+subfr_lngth) */
|
| - const silk_float *x, /* I Input signal, with preceeding samples */
|
| + const silk_float *x, /* I Input signal, with preceding samples */
|
| const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for each subframe */
|
| const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags */
|
| const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization gains */
|
| const opus_int subfr_length, /* I Length of each subframe */
|
| const opus_int nb_subfr, /* I number of subframes */
|
| - const opus_int pre_length /* I Preceeding samples for each subframe */
|
| + const opus_int pre_length /* I Preceding samples for each subframe */
|
| )
|
| {
|
| const silk_float *x_ptr, *x_lag_ptr;
|
|
|