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:
authorKoen Vos <koen.vos@skype.net>2011-10-30 05:50:17 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-30 05:50:17 +0400
commita44e95abd0b6892401f1525cf1cd5590f93277de (patch)
treebfde8eb78eb05d4478404fb78af6b20725cdefd8 /silk/NLSF2A.c
parent54a3495a5299518368aeeffb675dccd86dc22578 (diff)
SILK encoder description
Diffstat (limited to 'silk/NLSF2A.c')
-rw-r--r--silk/NLSF2A.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/NLSF2A.c b/silk/NLSF2A.c
index abb73ed2..f2a26935 100644
--- a/silk/NLSF2A.c
+++ b/silk/NLSF2A.c
@@ -92,7 +92,6 @@ void silk_NLSF2A(
ordering = d == 16 ? ordering16 : ordering10;
for( k = 0; k < d; k++ ) {
silk_assert(NLSF[k] >= 0 );
- silk_assert(NLSF[k] <= 32767 );
/* f_int on a scale 0-127 (rounded down) */
f_int = silk_RSHIFT( NLSF[k], 15 - 7 );