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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-10-04 09:20:39 +0400
committerGregory Maxwell <greg@xiph.org>2011-10-04 21:33:53 +0400
commitb9f443d5218a781856196561b1cd4efde938bafc (patch)
treec57494f9534d5464de7a4c7324c1bccc761c78de /silk/NLSF2A.c
parent2779df7ff6e7419e2ee0e039a7d72b5c310e707e (diff)
More assert updates, make the initialization in silk_warped_autocorrelation_FLP more explicit to make tools happy, and allow resetting to auto with OPUS_SET_FORCE_CHANNELS.
Diffstat (limited to 'silk/NLSF2A.c')
-rw-r--r--silk/NLSF2A.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/NLSF2A.c b/silk/NLSF2A.c
index eca855b7..d0a8667b 100644
--- a/silk/NLSF2A.c
+++ b/silk/NLSF2A.c
@@ -77,7 +77,7 @@ void silk_NLSF2A(
opus_int32 maxabs, absval, idx=0, sc_Q16, invGain_Q30;
silk_assert( LSF_COS_TAB_SZ_FIX == 128 );
- silk_assert( d==6||d==8||d==10||d==12||d==14||d==16 );
+ silk_assert( d==10||d==16 );
/* convert LSFs to 2*cos(LSF), using piecewise linear curve from table */
for( k = 0; k < d; k++ ) {