aboutsummaryrefslogtreecommitdiff
path: root/silk
AgeCommit message (Expand)Author
2017-02-09Remove 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-30Optimize silk_NSQ_del_dec() for ARM NEONLinfeng Zhang
2017-01-25Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin
2017-01-23Update NSQ_LPC_BUF_LENGTH macroLinfeng Zhang
2017-01-17Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filterFelicia Lim
2017-01-17Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-12-22Fix some compiler warningsMark Harris
2016-11-16Correct SILK encoder gain limitMark Harris
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between the...Felicia Lim
2016-11-11Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
2016-11-10Remove SILK_DEBUG define when _WIN32 and _DEBUG are defined.Ralph Giles
2016-11-10Remove 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-05Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_S...Jean-Marc Valin
2016-08-01Upgrade Opus to v1.1.3Felicia Lim
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-20Avoids undefined behaviour from left-shifting negative valuesJean-Marc Valin
2016-07-19Fix include warningTristan Matthews
2016-07-19Fix 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
2016-07-17Clean up: alignment of commentsKoen Vos
2016-07-17Clean up: replace tabs by spacesKoen Vos
2016-07-17removed prefilterKoen Vos
2016-07-17slight clean upKoen Vos
2016-07-17undo some loop unrollingKoen Vos
2016-07-17pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos