summaryrefslogtreecommitdiff
path: root/silk/SigProc_FIX.h
Commit message (Expand)AuthorAgeFilesLines
* Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry2022-07-091-1/+3
* Update and re-enable SILK SSE4.1 optimisationsFrancis Quiers2022-03-071-3/+3
* Optimize silk_biquad_alt_stride2() for ARM NEONLinfeng Zhang2017-05-171-1/+6
* Update silk_biquad_alt()Linfeng Zhang2017-05-171-3/+11
* Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang2017-02-141-2/+11
* Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhereJean-Marc Valin2017-02-091-6/+0
* Optimize silk_NSQ_del_dec() for ARM NEONLinfeng Zhang2017-01-301-1/+3
* increase order of noise shaping filterKoen Vos2016-07-191-1/+1
* Clean up: alignment of commentsKoen Vos2016-07-171-1/+1
* Clean up: replace tabs by spacesKoen Vos2016-07-171-1/+1
* slight clean upKoen Vos2016-07-171-0/+9
* Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-Marc Valin2016-07-171-2/+1
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-031-4/+20
* MIPS optimizationsRhishikesh Agashe2014-06-191-0/+5
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-5/+8
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-281-10/+10
* Remove trailing whitespace from the license headers.Ralph Giles2013-09-161-1/+1
* Move ARM asm into its own directories.Timothy B. Terriberry2013-05-211-2/+2
* Convert quotes in license headers to ASCII.Timothy B. Terriberry2013-05-191-1/+1
* Add ARMv4/ARMv5E macros.Timothy B. Terriberry2013-05-191-0/+8
* Improvements to the pitch searchKoen Vos2012-10-101-7/+1
* Fix common misspellingsPhilip Jägenstedt2012-09-271-2/+2
* Use 'frame' instead of 'signal', take out stdlib.h in silk/.Gregory Maxwell2012-05-231-1/+0
* Merge commit '390c89225d'Jean-Marc Valin2012-04-241-17/+17
|\
| * License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin2012-04-201-17/+17
* | Remove trailing whitespace.Ralph Giles2012-04-021-4/+4
* | Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell2012-03-051-4/+0
|/
* SILK fixes following last codec WG meetingKoen Vos2011-12-131-16/+16
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-3/+3
* Reformatting changes with an update to the MSVC project filesKoen Vos2011-10-281-242/+238
* Allow wrap-around in silk_LPC_analysis_filter()Jean-Marc Valin2011-10-271-0/+3
* Implements hard CBR for SILKJean-Marc Valin2011-10-201-1/+1
* Gets rid of a "safe" signed overflow in silk_DIV32_varQ()Jean-Marc Valin2011-10-111-0/+4
* Misc. silk/ cleanups: static inline things which are only used in one file.Gregory Maxwell2011-09-281-7/+0
* More resampler cleanups.Gregory Maxwell2011-09-281-11/+0
* Eliminate function pointers from the resampler.Gregory Maxwell2011-09-281-10/+0
* Making the left shift macros use unsigned to avoid undefined behaviourJean-Marc Valin2011-09-231-5/+4
* Fixes an integer overflow caused by uninitialized values in LTP scalingKoen Vos2011-09-211-2/+2
* Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin2011-09-161-0/+620
* Moved all SILK source code to the silk/ directoryJean-Marc Valin2011-04-281-6/+0
* Relying on SILK for the switching decisionsJean-Marc Valin2011-04-281-5/+5
* SILK makefile updateJean-Marc Valin2011-04-271-5/+5
* Changing the SILK bandwidth only when there's no speechJean-Marc Valin2011-04-271-29/+5
* SILK updateKoen Vos2011-04-271-5/+29
* Project files updateJean-Marc Valin2011-03-181-8/+5
* DTX fixJean-Marc Valin2011-03-171-5/+8
* Support for glitchles mode switchingJean-Marc Valin2011-03-071-5/+5
* SILK bugfixJean-Marc Valin2011-03-031-5/+5
* SILK updateJean-Marc Valin2011-03-021-17/+5
* SILK/CELT updateJean-Marc Valin2011-02-281-10/+10