summaryrefslogtreecommitdiff
path: root/silk/fixed
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-2/+7
* Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin2022-06-281-1/+2
* Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-Marc Valin2022-06-271-1/+2
* Update and re-enable SILK SSE4.1 optimisationsFrancis Quiers2022-03-075-206/+73
* Fix NEON optimizations buffer read overrunFelicia Lim2019-09-031-2/+7
* Fix build errors using Makefile.mipsMark Harris2019-04-082-4/+5
* Silk makes use of Opus VADGustaf Ullberg2018-05-142-3/+11
* Harden SILK x86 codeJean-Marc Valin2018-03-272-3/+3
* Hardening silk/fixedJean-Marc Valin2018-03-2712-38/+38
* Fixed off-by-one issue in Silk DTXGustaf Ullberg2018-02-221-1/+1
* Rename SSE 4.1 files to match their targets.Ralph Giles2017-09-112-0/+0
* Optimize silk_warped_autocorrelation_FIX() for ARM NEONLinfeng Zhang2017-04-137-10/+347
* Fix compiler warningsMark Harris2017-02-263-12/+14
* Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang2017-02-142-3/+3
* Eliminate trailing spacesMark Harris2016-11-021-1/+1
* Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin2016-10-051-2/+2
* Fixes an overflow in limit_warped_coefs()Jean-Marc Valin2016-07-251-4/+7
* Disables MIPS silk_noise_shape_analysis_FIX() until it's updatedJean-Marc Valin2016-07-221-1/+2
* More headroom in fixed-point silk_burg_modified() to avoid an overflowJean-Marc Valin2016-07-221-1/+1
* Increase headroom in silk_warped_autocorrelation_FIX()Jean-Marc Valin2016-07-221-1/+1
* Increase headroom to avoid overflow in silk_pitch_analysis_core()Jean-Marc Valin2016-07-221-1/+1
* Avoids undefined behaviour from left-shifting negative valuesJean-Marc Valin2016-07-201-2/+2
* 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-191-1/+2
* CBR: Using the same gain increase for fixed-point as for floatJean-Marc Valin2016-07-191-5/+10
* increase order of noise shaping filterKoen Vos2016-07-192-2/+2
* more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos2016-07-192-8/+8
* Clean up: alignment of commentsKoen Vos2016-07-171-4/+4
* Clean up: replace tabs by spacesKoen Vos2016-07-176-58/+58
* removed prefilterKoen Vos2016-07-177-389/+76
* undo some loop unrollingKoen Vos2016-07-171-9/+3
* pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos2016-07-171-56/+37
* minor clean up of pointer offsetsKoen Vos2016-07-173-13/+11
* simplified computation of LTP coefsKoen Vos2016-07-175-516/+89
* Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_...Jean-Marc Valin2016-07-151-6/+8
* Fixes signed integer overflow in fixed-point BurgJean-Marc Valin2016-06-191-2/+5
* fix for divide by zeroFelicia Lim2016-03-221-6/+8
* Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox2015-11-021-0/+11
* Fixes compile problems for MIPSRhishikesh Agashe2015-10-072-2/+10
* Fix for flutter with FECKoen Vos2015-08-101-0/+1
* There are no tabs in source code.Timothy B. Terriberry2014-10-033-8/+8
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-0316-52/+692
* Using 64-bit acculumation for C0 in silk_burg_modified()Marcello Caramma (mcaramma)2014-07-011-16/+12
* Whitespace fixesexp_mips_optJean-Marc Valin2014-06-195-9/+2
* MIPS optimizationsRhishikesh Agashe2014-06-196-0/+711