Ralph Giles
34d821ceae
Fix a duplicate symbol name.
...
Both versions of silk/tables_NLSF_CB had symbols
named silk_NLSF_CB1_Wght_Q9 which causes problems
if both files are build as part of the same
compilation unit. Rename the wideband version
to include a 'WB' string to avoid the conflict.
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-13 10:29:31 -07:00
Koen Vos
2955f68b14
NLSF decoding now uses tables for NLSF weights
2016-07-17 15:05:54 -04:00
Ralph Giles
f2446c25c6
Remove trailing whitespace from the license headers.
2013-09-16 14:40:04 -07:00
Timothy B. Terriberry
80ad38370c
Convert quotes in license headers to ASCII.
...
Since the last patch originally had them mangled (presumably by
mailer, http server, or something else), let's just get rid of
them.
2013-05-19 19:16:11 -07:00
Diego Elio Pettenò
5f6be0c1c1
Mark tables static when not used outside of their translation unit.
...
This is similar to the change for functions, but is only used to
perform DCE.
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-09-12 15:54:22 -04:00
Jean-Marc Valin
ae00e60d35
License update using the IETF Trust flavour of the BSD on the Silk code
2012-04-20 16:31:04 -04:00
Jean-Marc Valin
1c2f5633d1
Removed all the silk_ prefixes in source file names (not symbols)
2011-09-16 01:16:53 -07:00