summaryrefslogtreecommitdiff
path: root/silk
Commit message (Expand)AuthorAgeFilesLines
* There are no tabs in source code.Timothy B. Terriberry2014-10-0315-71/+70
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-0344-114/+3357
* Using 64-bit acculumation for C0 in silk_burg_modified()Marcello Caramma (mcaramma)2014-07-011-16/+12
* Merge branch 'exp_mips_opt'Jean-Marc Valin2014-06-2012-1/+1284
|\
| * Whitespace fixesexp_mips_optJean-Marc Valin2014-06-198-16/+6
| * MIPS optimizationsRhishikesh Agashe2014-06-1912-1/+1294
* | Fixes CNG overflows from the previous commitKoen Vos2014-06-201-5/+9
* | Fixes CNG to address the DTX issue reported by Gonzalo MarianoKoen Vos2014-06-192-10/+15
|/
* Fixes a bug in silk_sum_sqr_shift() that was causing issues with Burg.Jean-Marc Valin2014-06-181-0/+1
* Fixes internal check_control_input() error checking.maks2014-02-061-1/+1
* Minor refactoring of the SILK PLC code to save more stackJean-Marc Valin2014-01-071-16/+26
* Another aliasing hack in the SILK PLC with SMALL_FOOTPRINTJean-Marc Valin2014-01-071-1/+10
* Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin2014-01-071-3/+3
* Delaying allocation of the SILK temporary output buffer to reduce peak stackJean-Marc Valin2014-01-071-7/+28
* Store decoded SILK pulses as 16-bit vectorJean-Marc Valin2014-01-067-17/+17
* Makes silk_inner_prod_aligned() use celt_inner_prod() in fixed-point.Jean-Marc Valin2013-12-091-0/+5
* Makes pitch gain control less aggressivesilk_pitch_fixJean-Marc Valin2013-11-201-2/+7
* Using the maximum frequency response of pitch taps instead of maxabsJean-Marc Valin2013-11-205-5/+32
* Constrains accumulated pitch gain to avoid potential instability.Koen Vos2013-11-2010-6/+44
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-1819-47/+75
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-152-0/+8
* Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin2013-11-122-8/+8
* More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0Jean-Marc Valin2013-11-111-1/+1
* Fixes some minor issues found by scan buildJean-Marc Valin2013-11-091-1/+1
* This should be less confusing for static analyzersJean-Marc Valin2013-11-041-1/+1
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-2834-239/+243
* Remove dead codeStefan Beller2013-10-231-2/+1
* Remove trailing whitespace from the license headers.Ralph Giles2013-09-16156-156/+156
* Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin2013-08-291-1/+22
* Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()Jean-Marc Valin2013-08-281-2/+11
* Share auto-correlation code between SILK and CELTJean-Marc Valin2013-08-281-32/+3
* Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin2013-08-262-10/+23
* Disable MSVC posix security warnings in the project file.Ralph Giles2013-07-151-7/+0
* Conditionalize #pragma warn for MSVC.Ralph Giles2013-07-151-0/+2
* Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell2013-07-151-1/+1
* Fixes a number of double promotions and missing casts.Gregory Maxwell2013-07-151-1/+1
* Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin2013-06-276-1290/+0
* Move misplaced RESTORE_STACK.Timothy B. Terriberry2013-05-231-1/+1
* Move misplaced RESTORE_STACK.Timothy B. Terriberry2013-05-231-1/+1
* Move ARM asm into its own directories.Timothy B. Terriberry2013-05-216-4/+4
* Clean up register constraints.Timothy B. Terriberry2013-05-204-11/+11
* Fix bustage in a16cef62.Timothy B. Terriberry2013-05-191-1/+1
* Replace silk_CLZ functions with EC_ILOG().Timothy B. Terriberry2013-05-191-38/+4
* Convert quotes in license headers to ASCII.Timothy B. Terriberry2013-05-19157-157/+157
* Add ARMv4/ARMv5E macros.Timothy B. Terriberry2013-05-196-0/+440
* Saturates the last RC to 0.99 when Schur blows upJean-Marc Valin2013-05-162-0/+12
* Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles2013-05-102-10/+10
* Fixes an assertion failure in SILKJean-Marc Valin2013-05-092-2/+19
* Fix bustage from c152d602.Timothy B. Terriberry2013-05-081-10/+15
* Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry2013-05-0822-158/+373