summaryrefslogtreecommitdiff
path: root/silk/NLSF_VQ_weights_laroia.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/NLSF_VQ_weights_laroia.c')
-rw-r--r--silk/NLSF_VQ_weights_laroia.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/silk/NLSF_VQ_weights_laroia.c b/silk/NLSF_VQ_weights_laroia.c
index 04894c59..9873bcde 100644
--- a/silk/NLSF_VQ_weights_laroia.c
+++ b/silk/NLSF_VQ_weights_laroia.c
@@ -48,8 +48,8 @@ void silk_NLSF_VQ_weights_laroia(
opus_int k;
opus_int32 tmp1_int, tmp2_int;
- silk_assert( D > 0 );
- silk_assert( ( D & 1 ) == 0 );
+ celt_assert( D > 0 );
+ celt_assert( ( D & 1 ) == 0 );
/* First value */
tmp1_int = silk_max_int( pNLSF_Q15[ 0 ], 1 );