Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2018-03-26 19:41:51 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2018-03-26 19:41:51 +0300
commit54422efc761b928a209e78580bcb5ea7241bccc4 (patch)
tree68bdc501a4e01311cc7f11903dd08a1d6639ea87
parent6e247a2099b94f1e6965a1a7a57984ba579c9cb1 (diff)
oops
-rw-r--r--silk/float/noise_shape_analysis_FLP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/silk/float/noise_shape_analysis_FLP.c b/silk/float/noise_shape_analysis_FLP.c
index a53c198f..cb3d8a50 100644
--- a/silk/float/noise_shape_analysis_FLP.c
+++ b/silk/float/noise_shape_analysis_FLP.c
@@ -110,7 +110,7 @@ static OPUS_INLINE void warped_true2monic_coefs(
coefs[ i ] *= gain;
}
}
- celt_assert( 0 );
+ silk_assert( 0 );
}
static OPUS_INLINE void limit_coefs(
@@ -140,7 +140,7 @@ static OPUS_INLINE void limit_coefs(
chirp = 0.99f - ( 0.8f + 0.1f * iter ) * ( maxabs - limit ) / ( maxabs * ( ind + 1 ) );
silk_bwexpander_FLP( coefs, order, chirp );
}
- celt_assert( 0 );
+ silk_assert( 0 );
}
/* Compute noise shaping coefficients and initial gain values */