aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2016-07-06Add Aarch64 intrinsics for saturated add/subtract.Jonathan Lennox
2016-07-06Add OPUS_FAST_INT64 definition of silk_SMULWT.Jonathan Lennox
2016-07-06Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32.Jonathan Lennox
2016-07-06Move OPUS_FAST_INT64 definition to celt/arch.h.Jonathan Lennox
2016-07-06Add Neon intrinsics for Silk noise shape feedback loop.Jonathan Lennox
2016-07-06Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.Jonathan Lennox
2016-07-06Add Neon intrinsics for Silk noise shape quantization.Jonathan Lennox
2016-07-06Update URLsMark Harris
2016-07-05Replace another useless 32x16 multiply with 16x16Jean-Marc Valin
2016-07-05Replacing some 32x16 multiplies with 16x16 when both operands are 16 bitsJean-Marc Valin
2016-07-04Assert non-overlapping memcpy. r=mark4oRalph Giles
2016-06-20Fixes potential overflow on 16-bit platformsJean-Marc Valin
2016-06-19Fixes signed integer overflow in fixed-point BurgJean-Marc Valin
2016-06-04Saturate when adding prediction to LPC excitation to avoid integer overflowFelicia Lim
2016-04-15cng exitation signal can saturate. Use same scaling as PLC and normal decodingSoren Skak Jensen
2016-03-30Fix valgrind unaddressable mem read errorFelicia Lim
2016-03-22fix for divide by zeroFelicia Lim
2016-02-09Expand SILK macro to avoid "Wexpansion-to-defined" violationflim
2015-12-31Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin
2015-11-05Adding AVX config switchesRadu Velea
2015-11-02Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-09-01Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox
2015-09-01Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-08-10Fix for flutter with FECKoen Vos
2015-01-02Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-10-03There are no tabs in source code.Timothy B. Terriberry
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2014-07-01Using 64-bit acculumation for C0 in silk_burg_modified()Marcello Caramma (mcaramma)
2014-06-20Merge branch 'exp_mips_opt'Jean-Marc Valin
2014-06-20Fixes CNG overflows from the previous commitKoen Vos
2014-06-19Fixes CNG to address the DTX issue reported by Gonzalo MarianoKoen Vos
2014-06-19Whitespace fixesJean-Marc Valin
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-06-18Fixes a bug in silk_sum_sqr_shift() that was causing issues with Burg.Jean-Marc Valin
2014-02-06Fixes internal check_control_input() error checking.maks
2014-01-07Minor refactoring of the SILK PLC code to save more stackJean-Marc Valin
2014-01-07Another aliasing hack in the SILK PLC with SMALL_FOOTPRINTJean-Marc Valin
2014-01-07Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin
2014-01-07Delaying allocation of the SILK temporary output buffer to reduce peak stackJean-Marc Valin
2014-01-06Store decoded SILK pulses as 16-bit vectorJean-Marc Valin
2013-12-09Makes silk_inner_prod_aligned() use celt_inner_prod() in fixed-point.Jean-Marc Valin
2013-11-20Makes pitch gain control less aggressiveJean-Marc Valin
2013-11-20Using the maximum frequency response of pitch taps instead of maxabsJean-Marc Valin
2013-11-20Constrains accumulated pitch gain to avoid potential instability.Koen Vos
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-15Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin
2013-11-12Fixes an initialization issue in SILK prefill found by CoverityJean-Marc Valin
2013-11-11More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0Jean-Marc Valin
2013-11-09Fixes some minor issues found by scan buildJean-Marc Valin