summaryrefslogtreecommitdiff
path: root/silk/float
Commit message (Expand)AuthorAgeFilesLines
* Change pitch scaling behavior wrt nFramesPerPacketJean-Marc Valin2022-08-041-1/+1
* Re-tuning the use of LTP scalingJean-Marc Valin2022-07-241-1/+7
* Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris2022-07-051-4/+6
* Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin2022-06-281-1/+2
* Fixes misleading initialization with not enough zerosJean-Marc Valin2018-10-301-2/+2
* Silk makes use of Opus VADGustaf Ullberg2018-05-142-3/+11
* two more asserts I forgotJean-Marc Valin2018-03-271-1/+1
* Hardening asserts for SILK floatJean-Marc Valin2018-03-2711-32/+32
* Fixed off-by-one issue in Silk DTXGustaf Ullberg2018-02-221-1/+1
* Fix compiler warningsMark Harris2017-02-261-3/+4
* Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang2017-02-143-4/+6
* Fix include warningTristan Matthews2016-07-191-0/+1
* Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin2016-07-191-1/+0
* CBR: set gains to their previons values where we're busting the budgetJean-Marc Valin2016-07-191-3/+21
* Set pulses to zero if we can't meet rate targetJean-Marc Valin2016-07-191-0/+13
* CBR: lock the gain on a subframe when the number of pulses stops going downJean-Marc Valin2016-07-191-1/+25
* merge back in the LTP gain safety limiterKoen Vos2016-07-193-2/+5
* increase order of noise shaping filterKoen Vos2016-07-191-2/+1
* more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos2016-07-191-4/+4
* Clean up: alignment of commentsKoen Vos2016-07-171-8/+8
* Clean up: replace tabs by spacesKoen Vos2016-07-177-23/+23
* removed prefilterKoen Vos2016-07-1713-460/+111
* undo some loop unrollingKoen Vos2016-07-172-11/+3
* pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos2016-07-171-2/+9
* minor clean up of pointer offsetsKoen Vos2016-07-172-3/+2
* simplified computation of LTP coefsKoen Vos2016-07-175-343/+51
* Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin2016-07-171-6/+12
* Fix for flutter with FECKoen Vos2015-08-101-0/+1
* There are no tabs in source code.Timothy B. Terriberry2014-10-033-5/+5
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-034-7/+10
* Constrains accumulated pitch gain to avoid potential instability.Koen Vos2013-11-203-2/+5
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-185-12/+19
* Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin2013-11-121-4/+4
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-286-22/+22
* Remove dead codeStefan Beller2013-10-231-2/+1
* Remove trailing whitespace from the license headers.Ralph Giles2013-09-1634-34/+34
* Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin2013-08-261-3/+10
* Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin2013-06-272-371/+0
* Convert quotes in license headers to ASCII.Timothy B. Terriberry2013-05-1934-34/+34
* Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles2013-05-101-5/+5
* Fixes comment-in-comment warningJean-Marc Valin2012-10-101-12/+12
* Improvements to the pitch searchKoen Vos2012-10-102-56/+47
* Typo: FIND_PITCH_BANDWI(D)TH_EXPANSIONPhilip Jägenstedt2012-09-271-1/+1
* Fix common misspellingsPhilip Jägenstedt2012-09-278-12/+12
* Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò2012-09-121-1/+1
* Small cleanups to MSVC build setup.Gian-Carlo Pascutto2012-07-201-1/+0
* Fixes MSVC projects and adds git version generator toolChris Moeller2012-07-201-3/+57
* Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto2012-07-161-10/+2
* Make MSVC build work in parallel.Gian-Carlo Pascutto2012-07-161-10/+2
* Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto2012-07-122-6/+0