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-02comment about reduced codelength component in LTP quantizer error metricexp_lbr_tune6Koen Vos
2016-06-02avoid double if statement for finding best quantized LTP coefsKoen Vos
2016-06-02increase NSQ decision delay from 32 to 40Koen Vos
2016-06-02reduced noise floor in noise shaping analysis by 2 dBKoen Vos
2016-06-02increase order of noise shaping filterKoen Vos
2016-06-02more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos
2016-06-02Clean up: alignment of commentsKoen Vos
2016-06-02Clean up: replace tabs by spacesKoen Vos
2016-06-02removed prefilterKoen Vos
2016-06-01slight clean upKoen Vos
2016-06-01undo some loop unrollingKoen Vos
2016-06-01pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos
2016-06-01minor clean up of pointer offsetsKoen Vos
2016-06-01simplified computation of LTP coefsKoen Vos
2016-06-01Attenuate SILK PLC gain only for unvoiced speechexp_silk_jm2Felicia Lim
2016-06-01Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2016-06-01Using more fine-grained complexity settings for SILKJean-Marc Valin
2016-05-31fix potential overflowKoen Vos
2016-05-23Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-Marc Valin
2016-05-23New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-05-22NLSF_VQ_MAX_SURVIVORS is no longer usefulJean-Marc Valin
2016-05-22take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos
2016-05-22NLSF_del_dec_quant minor clean upKoen Vos
2016-05-22NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-05-22NLSF VQ now uses absolute error, and predictionKoen Vos
2016-05-22NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-05-22sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos
2016-04-27Quality: 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
2014-06-20Fixes CNG overflows from the previous commitKoen Vos
2014-06-20Fixes CNG to address the DTX issue reported by Gonzalo MarianoKoen Vos
2014-06-20Whitespace fixesexp_mips_optJean-Marc Valin
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-06-19Fixes a bug in silk_sum_sqr_shift() that was causing issues with Burg.Jean-Marc Valin
2014-02-07Fixes internal check_control_input() error checking.maks