aboutsummaryrefslogtreecommitdiff
path: root/silk/float/warped_autocorrelation_FLP.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/float/warped_autocorrelation_FLP.c')
-rw-r--r--silk/float/warped_autocorrelation_FLP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/float/warped_autocorrelation_FLP.c b/silk/float/warped_autocorrelation_FLP.c
index 542414f4..96662767 100644
--- a/silk/float/warped_autocorrelation_FLP.c
+++ b/silk/float/warped_autocorrelation_FLP.c
@@ -46,7 +46,7 @@ void silk_warped_autocorrelation_FLP(
double C[ MAX_SHAPE_LPC_ORDER + 1 ] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 };
/* Order must be even */
- silk_assert( ( order & 1 ) == 0 );
+ celt_assert( ( order & 1 ) == 0 );
/* Loop over samples */
for( n = 0; n < length; n++ ) {