aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2016-07-17minor clean up of pointer offsetsKoen Vos
2016-07-17simplified computation of LTP coefsKoen Vos
2016-07-17Attenuate SILK PLC gain only for unvoiced speechFelicia Lim
2016-07-17Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2016-07-17Using more fine-grained complexity settings for SILKJean-Marc Valin
2016-07-17Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-Marc Valin
2016-07-17New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-07-17NLSF_VQ_MAX_SURVIVORS is no longer usefulJean-Marc Valin
2016-07-17take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos
2016-07-17NLSF_del_dec_quant minor clean upKoen Vos
2016-07-17NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-07-17NLSF VQ now uses absolute error, and predictionKoen Vos
2016-07-17NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-07-17Implement sum_sqr_shift() using two passes with no branch inside the loopsJean-Marc Valin
2016-07-17Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-07-15Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_...Jean-Marc Valin
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-03-04Upgrade Opus to v1.1.2android-wear-n-preview-3android-wear-n-preview-1android-n-preview-3flim
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