summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/NLSF_VQ_weights_laroia.c
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2019-01-04 02:01:18 -0600
committerSolomon Peachy <pizza@shaftnet.org>2021-04-23 14:23:04 +0000
commit14c6bb798d6bebc80f07e863236adbaf8d156a9c (patch)
tree551a4b641906c2626af844fa3239c1b2b1ff0ad3 /lib/rbcodec/codecs/libopus/silk/NLSF_VQ_weights_laroia.c
parent75d93937965ec4df70d37df6d4feea04577c996b (diff)
downloadrockbox-14c6bb798d6bebc80f07e863236adbaf8d156a9c.tar.gz
rockbox-14c6bb798d6bebc80f07e863236adbaf8d156a9c.zip
Sync opus codec to upstream git
Change-Id: I0cfcc0005c4ad7bfbb1aaf454188ce70fb043dc1
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 );