summaryrefslogtreecommitdiff
path: root/silk
Commit message (Expand)AuthorAgeFilesLines
...
* more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos2016-07-197-36/+31
* Clean up: alignment of commentsKoen Vos2016-07-174-36/+36
* Clean up: replace tabs by spacesKoen Vos2016-07-1723-146/+146
* removed prefilterKoen Vos2016-07-1729-975/+256
* slight clean upKoen Vos2016-07-178-93/+133
* undo some loop unrollingKoen Vos2016-07-173-20/+6
* pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos2016-07-172-58/+46
* minor clean up of pointer offsetsKoen Vos2016-07-175-16/+13
* simplified computation of LTP coefsKoen Vos2016-07-1721-1040/+268
* Attenuate SILK PLC gain only for unvoiced speechFelicia Lim2016-07-172-2/+5
* Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin2016-07-173-6/+45
* Using more fine-grained complexity settings for SILKJean-Marc Valin2016-07-171-2/+24
* Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-Marc Valin2016-07-173-12/+2
* New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim2016-07-171-0/+1
* NLSF_VQ_MAX_SURVIVORS is no longer usefulJean-Marc Valin2016-07-173-3/+0
* take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos2016-07-176-35/+12
* NLSF_del_dec_quant minor clean upKoen Vos2016-07-171-5/+3
* NLSF_encode now also uses NLSF weights from tableKoen Vos2016-07-171-22/+10
* NLSF VQ now uses absolute error, and predictionKoen Vos2016-07-174-19/+28
* NLSF decoding now uses tables for NLSF weightsKoen Vos2016-07-178-21/+109
* Implement sum_sqr_shift() using two passes with no branch inside the loopsJean-Marc Valin2016-07-171-27/+24
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-07-172-0/+9
* Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_...Jean-Marc Valin2016-07-151-6/+8
* Add Aarch64 intrinsics for saturated add/subtract.Jonathan Lennox2016-07-062-0/+43
* Add OPUS_FAST_INT64 definition of silk_SMULWT.Jonathan Lennox2016-07-061-0/+4
* Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32.Jonathan Lennox2016-07-061-5/+5
* Move OPUS_FAST_INT64 definition to celt/arch.h.Jonathan Lennox2016-07-061-7/+1
* Add Neon intrinsics for Silk noise shape feedback loop.Jonathan Lennox2016-07-065-17/+145
* Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.Jonathan Lennox2016-07-062-25/+21
* Add Neon intrinsics for Silk noise shape quantization.Jonathan Lennox2016-07-066-26/+256
* Update URLsMark Harris2016-07-061-1/+1
* Replace another useless 32x16 multiply with 16x16Jean-Marc Valin2016-07-051-2/+3
* Replacing some 32x16 multiplies with 16x16 when both operands are 16 bitsJean-Marc Valin2016-07-051-7/+7
* Assert non-overlapping memcpy. r=mark4oRalph Giles2016-07-041-0/+1
* Fixes potential overflow on 16-bit platformsJean-Marc Valin2016-06-201-4/+4
* Fixes signed integer overflow in fixed-point BurgJean-Marc Valin2016-06-191-2/+5
* Saturate when adding prediction to LPC excitation to avoid integer overflowFelicia Lim2016-06-042-2/+3
* cng exitation signal can saturate. Use same scaling as PLC and normal decodingSoren Skak Jensen2016-04-151-29/+32
* Fix valgrind unaddressable mem read errorFelicia Lim2016-03-301-2/+3
* fix for divide by zeroFelicia Lim2016-03-221-6/+8
* Expand SILK macro to avoid "Wexpansion-to-defined" violationflim2016-02-091-1/+5
* Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin2015-12-314-9/+9
* Adding AVX config switchesRadu Velea2015-11-051-0/+7
* Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox2015-11-022-0/+13
* Fixes compile problems for MIPSRhishikesh Agashe2015-10-073-21/+10
* Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox2015-09-011-5/+8
* Reorganize x86 SSE intrinsics code.Jonathan Lennox2015-09-013-7/+83
* Fix for flutter with FECKoen Vos2015-08-105-11/+21
* Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry2015-01-021-1/+1
* There are no tabs in source code.Timothy B. Terriberry2014-10-0315-71/+70