From 0efcc2be1f988603f8239310e88da2a9623347c8 Mon Sep 17 00:00:00 2001 From: Felicia Lim Date: Tue, 6 Nov 2018 12:35:39 -0800 Subject: Upgrade Opus to v1.3 Bug: 63932386 Test: - verified builds for arm*/x86* - checked functionality using an emulator and stagefright Change-Id: I10c4b267be1c846d8992e3c5f6d2576c2cb258a9 Signed-off-by: Felicia Lim --- silk/NLSF_VQ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'silk/NLSF_VQ.c') diff --git a/silk/NLSF_VQ.c b/silk/NLSF_VQ.c index 452f3dcb..b83182a7 100644 --- a/silk/NLSF_VQ.c +++ b/silk/NLSF_VQ.c @@ -46,7 +46,7 @@ void silk_NLSF_VQ( const opus_int16 *w_Q9_ptr; const opus_uint8 *cb_Q8_ptr; - silk_assert( ( LPC_order & 1 ) == 0 ); + celt_assert( ( LPC_order & 1 ) == 0 ); /* Loop over codebook */ cb_Q8_ptr = pCB_Q8; -- cgit v1.2.3