Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2016-06-04CBR: set gains to their previons values where we're busting the budgetexp_gain_lock5Jean-Marc Valin
2016-06-04Set pulses to zero if we can't meet rate targetJean-Marc Valin
2016-06-04Now that we're preventing huge gains, we no longer need to pretend there'sJean-Marc Valin
2016-06-04CBR: lock the gain on a subframe when the number of pulses stops going downJean-Marc Valin
2016-06-04merge back in the LTP gain safety limiterKoen Vos
2016-06-04CBR: Using the same gain increase for fixed-point as for floatJean-Marc Valin
2016-06-04comment about reduced codelength component in LTP quantizer error metricKoen Vos
2016-06-04avoid double if statement for finding best quantized LTP coefsKoen Vos
2016-06-04increase NSQ decision delay from 32 to 40Koen Vos
2016-06-04reduced noise floor in noise shaping analysis by 2 dBKoen Vos
2016-06-04increase order of noise shaping filterKoen Vos
2016-06-04more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos
2016-06-04Clean up: alignment of commentsKoen Vos
2016-06-04Clean up: replace tabs by spacesKoen Vos
2016-06-04removed prefilterKoen Vos
2016-06-04slight clean upKoen Vos
2016-06-04undo some loop unrollingKoen Vos
2016-06-04pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos
2016-06-02minor clean up of pointer offsetsKoen Vos
2016-06-02simplified computation of LTP coefsKoen Vos
2016-06-02Attenuate SILK PLC gain only for unvoiced speechFelicia Lim
2016-06-02Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2016-06-02Using more fine-grained complexity settings for SILKJean-Marc Valin
2016-06-02fix potential overflowKoen Vos
2016-06-02Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-Marc Valin
2016-06-02New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-06-02NLSF_VQ_MAX_SURVIVORS is no longer usefulJean-Marc Valin
2016-06-02take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos
2016-06-02NLSF_del_dec_quant minor clean upKoen Vos
2016-06-02NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-06-02NLSF VQ now uses absolute error, and predictionKoen Vos
2016-06-02NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-06-02sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos
2016-06-02Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-04-16cng 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-03Declare 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-02Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-08-10Fix for flutter with FECKoen Vos
2015-01-03Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-07-01Using 64-bit acculumation for C0 in silk_burg_modified()Marcello Caramma (mcaramma)
2014-06-21Merge branch 'exp_mips_opt'Jean-Marc Valin