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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2017-05-23cosmetics,silk: correct input/output arg commentsLinfeng Zhang
2017-05-17Optimize silk_biquad_alt_stride2() for ARM NEONLinfeng Zhang
2017-05-17Update silk_biquad_alt()Linfeng Zhang
2017-04-14Optimize silk_warped_autocorrelation_FIX() for ARM NEONLinfeng Zhang
2017-02-27Fix compiler warningsMark Harris
2017-02-19Fix stability testJean-Marc Valin
2017-02-19Speed up test_unit_LPC_inv_pred_gain by returning early on stable filtersJean-Marc Valin
2017-02-15Optimize silk_LPC_inverse_pred_gain() for ARM NEONLinfeng Zhang
2017-02-15Adding a unit test for LPC_inv_pred_gain()Jean-Marc Valin
2017-02-10Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhereJean-Marc Valin
2017-02-04fix ARM build w/--disable-intrinsics --enable-asmJames Zern
2017-01-31Optimize silk_NSQ_del_dec() for ARM NEONLinfeng Zhang
2017-01-26Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin
2017-01-23Update NSQ_LPC_BUF_LENGTH macroLinfeng Zhang
2017-01-18Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filterFelicia Lim
2017-01-18Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-12-22Fix some compiler warningsMark Harris
2016-11-17Correct SILK encoder gain limitMark Harris
2016-11-11Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined.Ralph Giles
2016-11-11Remove commented-out DEBUG_STORE_DATA calls. r=keonRalph Giles
2016-11-02Eliminate trailing spacesMark Harris
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-08-17Fixes an overflow in LPC_inverse_pred_gain_QA()Jean-Marc Valin
2016-08-06Speeding up PVQ using unlikely() and moving first position out of the loopJean-Marc Valin
2016-08-06Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_S...Jean-Marc Valin
2016-07-30Fixes overflow in CNGJean-Marc Valin
2016-07-28Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
2016-07-25Disabling the use of celt_fir() in silk_LPC_analysis_filter() by defaultJean-Marc Valin
2016-07-25Fixes an overflow in limit_warped_coefs()Jean-Marc Valin
2016-07-22Avoiding an overflow in the LTP quantizationJean-Marc Valin
2016-07-22Disables MIPS silk_noise_shape_analysis_FIX() until it's updatedJean-Marc Valin
2016-07-22More headroom in fixed-point silk_burg_modified() to avoid an overflowJean-Marc Valin
2016-07-22Increase headroom in silk_warped_autocorrelation_FIX()Jean-Marc Valin
2016-07-22Increase headroom to avoid overflow in silk_pitch_analysis_core()Jean-Marc Valin
2016-07-21Avoids undefined behaviour from left-shifting negative valuesJean-Marc Valin
2016-07-20Fix include warningTristan Matthews
2016-07-20Fix include warningTristan Matthews
2016-07-19Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin
2016-07-19CBR: set gains to their previons values where we're busting the budgetJean-Marc Valin
2016-07-19Set pulses to zero if we can't meet rate targetJean-Marc Valin
2016-07-19Now that we're preventing huge gains, we no longer need to pretend there'sJean-Marc Valin
2016-07-19CBR: lock the gain on a subframe when the number of pulses stops going downJean-Marc Valin
2016-07-19merge back in the LTP gain safety limiterKoen Vos
2016-07-19CBR: Using the same gain increase for fixed-point as for floatJean-Marc Valin
2016-07-19comment about reduced codelength component in LTP quantizer error metricKoen Vos
2016-07-19avoid double if statement for finding best quantized LTP coefsKoen Vos
2016-07-19increase NSQ decision delay from 32 to 40Koen Vos
2016-07-19reduced noise floor in noise shaping analysis by 2 dBKoen Vos
2016-07-19increase order of noise shaping filterKoen Vos
2016-07-19more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos