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