summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SILK overflow fixesexp_overflow4Jean-Marc Valin2016-07-222-3/+3
* More headroom in fixed-point silk_burg_modified() to avoid an overflowJean-Marc Valin2016-07-221-1/+1
* Increase headroom in silk_warped_autocorrelation_FIX()Jean-Marc Valin2016-07-221-1/+1
* Increase headroom to avoid overflow in silk_pitch_analysis_core()Jean-Marc Valin2016-07-221-1/+1
* PLC overflow fixJean-Marc Valin2016-07-221-0/+4
* Prevent overflows in PLC celt_iir()Jean-Marc Valin2016-07-221-1/+17
* fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin2016-07-224-6/+12
* getting rid of a PLC overflow (I think)Jean-Marc Valin2016-07-221-2/+2
* post-filter saturationJean-Marc Valin2016-07-221-0/+9
* saturate MDCT outputJean-Marc Valin2016-07-222-4/+6
* silencing overflows in MDCT and FFTJean-Marc Valin2016-07-226-44/+59
* Reduce risk of overflowing in mono downsamplingJean-Marc Valin2016-07-221-1/+1
* Avoid overflowing on ridiculously large energyJean-Marc Valin2016-07-221-1/+1
* Fixes shift<-2 case for denormalise_bands()Jean-Marc Valin2016-07-221-1/+1
* Silence fixed point unused parameter warningMark Harris2016-07-211-0/+1
* test_opus_decode: Check all soft clip samplesMark Harris2016-07-211-6/+6
* tests: Avoid shift into sign undefined behaviorMark Harris2016-07-212-2/+2
* Avoids undefined behaviour from left-shifting negative valuesJean-Marc Valin2016-07-201-2/+2
* Fix use_dtx for DISABLE_FLOAT_APIFelicia Lim2016-07-201-3/+7
* Fix include warningTristan Matthews2016-07-191-0/+1
* Fix include warningTristan Matthews2016-07-191-0/+1
* Adds some smoothing to the energy quantizationexp_lbr_tuneJean-Marc Valin2016-07-192-2/+27
* Tune SILK rate for hybrid with FEC enabledJean-Marc Valin2016-07-191-11/+14
* Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin2016-07-196-27/+57
* Taking loss rate into account in compute_equiv_rate()Jean-Marc Valin2016-07-191-5/+8
* Retuning the tf_analysis() lambdaJean-Marc Valin2016-07-191-9/+1
* Fixes equiv_rate for CBRJean-Marc Valin2016-07-191-2/+3
* Minor TF cleanup (tf_sum was useless), plus commentsJean-Marc Valin2016-07-192-11/+11
* Use SPREAD_AGGRESSIVE on non-transient hybrid framesJean-Marc Valin2016-07-191-1/+9
* Don't use too much temporal resolution on hybrid frames at low rateJean-Marc Valin2016-07-191-0/+7
* Disable patch_transient_decision() on hybrid since it's causing artifactsJean-Marc Valin2016-07-191-1/+1
* CBR: set gains to their previons values where we're busting the budgetJean-Marc Valin2016-07-192-6/+42
* Set pulses to zero if we can't meet rate targetJean-Marc Valin2016-07-192-0/+26
* Now that we're preventing huge gains, we no longer need to pretend there'sJean-Marc Valin2016-07-192-7/+0
* CBR: lock the gain on a subframe when the number of pulses stops going downJean-Marc Valin2016-07-192-2/+50
* merge back in the LTP gain safety limiterKoen Vos2016-07-1910-9/+74
* CBR: Using the same gain increase for fixed-point as for floatJean-Marc Valin2016-07-191-5/+10
* Oops, edited the wrong comment in the previous commitJean-Marc Valin2016-07-191-2/+2
* Re-tuning compute_equiv_rate()Jean-Marc Valin2016-07-191-4/+4
* Getting rid of the SILK penalty for hybrid CBR.Jean-Marc Valin2016-07-191-2/+2
* Improving CBR for hybrid modeJean-Marc Valin2016-07-191-6/+13
* Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-07-191-17/+17
* comment about reduced codelength component in LTP quantizer error metricKoen Vos2016-07-191-2/+3
* avoid double if statement for finding best quantized LTP coefsKoen Vos2016-07-191-4/+2
* increase NSQ decision delay from 32 to 40Koen Vos2016-07-195-14/+20
* reduced noise floor in noise shaping analysis by 2 dBKoen Vos2016-07-191-1/+1
* increase order of noise shaping filterKoen Vos2016-07-196-13/+12
* more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos2016-07-197-36/+31
* Clean up: alignment of commentsKoen Vos2016-07-174-36/+36
* Clean up: replace tabs by spacesKoen Vos2016-07-1723-146/+146