aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
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
2013-11-04This should be less confusing for static analyzersJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-23Remove dead codeStefan Beller
2013-09-16Remove trailing whitespace from the license headers.Ralph Giles
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-28Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()Jean-Marc Valin
2013-08-28Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-08-26Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-07-15Disable MSVC posix security warnings in the project file.Ralph Giles
2013-07-15Conditionalize #pragma warn for MSVC.Ralph Giles
2013-07-15Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-15Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-05-23Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-23Move misplaced RESTORE_STACK.Timothy B. Terriberry
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2013-05-20Clean up register constraints.Timothy B. Terriberry