summaryrefslogtreecommitdiff
path: root/silk/NLSF_VQ.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/NLSF_VQ.c')
-rw-r--r--silk/NLSF_VQ.c2
1 files changed, 1 insertions, 1 deletions
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;