summaryrefslogtreecommitdiff
path: root/silk/float
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make compiler settings consistent. Actually produce the libary, remove the op...Gian-Carlo Pascutto2012-07-121-1/+1
* modified the Visual Studio 2010 projects and solution file to include a x64 c...root2012-06-011-130/+207
* Minor comment formatting changeGregory Maxwell2012-04-241-5/+4
* Merge commit '390c89225d'Jean-Marc Valin2012-04-2434-578/+581
|\
| * Adds note on monic filterJean-Marc Valin2012-04-231-0/+3
| * License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin2012-04-2034-578/+578
* | Remove trailing whitespace.Ralph Giles2012-04-022-4/+4
* | Removes a number of macro definitions which are used nowhere in the codebase.Gregory Maxwell2012-03-051-3/+0
|/
* Fixes MSVC warningsKoen Vos2012-01-311-3/+2
* Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin2012-01-311-12/+3
* Accuracy improvements to help float implementationsKoen Vos2011-12-141-1/+1