summaryrefslogtreecommitdiff
path: root/silk/fixed/residual_energy16_FIX.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/fixed/residual_energy16_FIX.c')
-rw-r--r--silk/fixed/residual_energy16_FIX.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/silk/fixed/residual_energy16_FIX.c b/silk/fixed/residual_energy16_FIX.c
index ebffb2a6..7f130f3d 100644
--- a/silk/fixed/residual_energy16_FIX.c
+++ b/silk/fixed/residual_energy16_FIX.c
@@ -47,10 +47,10 @@ opus_int32 silk_residual_energy16_covar_FIX(
const opus_int32 *pRow;
/* Safety checks */
- silk_assert( D >= 0 );
- silk_assert( D <= 16 );
- silk_assert( cQ > 0 );
- silk_assert( cQ < 16 );
+ celt_assert( D >= 0 );
+ celt_assert( D <= 16 );
+ celt_assert( cQ > 0 );
+ celt_assert( cQ < 16 );
lshifts = 16 - cQ;
Qxtra = lshifts;