summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Using lookahead (when possible) to make the mode decision on the first frameexp_rnn1Jean-Marc Valin2017-07-151-2/+2
* Quantize weights with 16 bitsJean-Marc Valin2017-07-154-392/+237
* Use float constants for the weightsJean-Marc Valin2017-07-141-372/+372
* make constants floatJean-Marc Valin2017-07-141-12/+12
* Improving the non-delayed-decision caseJean-Marc Valin2017-07-141-1/+24
* Fix commentsJean-Marc Valin2017-07-141-2/+4
* Better integration of the min/max music probs in the encoderJean-Marc Valin2017-07-141-16/+11
* Compensate for probability bias from the RNNJean-Marc Valin2017-07-141-2/+4
* oops, forgot "extern"Jean-Marc Valin2017-07-141-3/+3
* another training passJean-Marc Valin2017-07-141-372/+372
* Training with more noiseJean-Marc Valin2017-07-141-372/+372
* cleanupJean-Marc Valin2017-07-132-7/+10
* Adding comments about what this code is doing...Jean-Marc Valin2017-07-131-0/+29
* This seems to fix the decisionJean-Marc Valin2017-07-131-21/+30
* Think I fixed the look-ahead probs (mostly)Jean-Marc Valin2017-07-131-4/+8
* Add delayed decision (doesn't quite work yet)Jean-Marc Valin2017-07-133-1/+52
* Remove HMMJean-Marc Valin2017-07-123-154/+1
* oopsJean-Marc Valin2017-07-122-2/+2
* Add RNN for VAD and speech/music classificationJean-Marc Valin2017-07-125-222/+530
* Update IETF draft (need to update the date when submitting)Jean-Marc Valin2017-07-121-6/+4
* Update testvector download command.Ralph Giles2017-07-121-1/+1
* Fix uninitialized variables in decide_dtx_mode()Andrew Larkin2017-07-061-6/+5
* Add checksum for opus 1.2.1 releaseTristan Matthews2017-06-281-0/+1
* bump LT revisionv1.2.1Jean-Marc Valin2017-06-261-1/+1
* Working around misdetected audio bandwidthJean-Marc Valin2017-06-262-2/+9
* Prevent update draft from expiringJean-Marc Valin2017-06-201-2/+2
* Add checksum for opus 1.2 release.Ralph Giles2017-06-201-0/+1
* Add "f" suffix to float constantsv1.2Jean-Marc Valin2017-06-191-6/+6
* bump LT version numbersJean-Marc Valin2017-06-191-3/+3
* Update release checklist for website move to git.Ralph Giles2017-06-161-2/+2
* Fix spacing in celt_sources.mk.Ralph Giles2017-06-141-4/+8
* tests/run_vectors.sh: Fix argument quotingMark Harris2017-06-131-30/+30
* Free all allocated memory in unit testsMark Harris2017-06-132-8/+15
* Fix a duplicate symbol name.Ralph Giles2017-06-131-2/+2
* Improving tonality estimation with delayed decisionJean-Marc Valin2017-06-101-1/+9
* Update releases.sha2Jean-Marc Valin2017-06-091-0/+1
* Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang2017-06-061-103/+2
* Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-064-6/+165
* Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-064-1/+185
* Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang2017-06-066-41/+20
* Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang2017-06-065-9/+10
* Initialize speech/music prob based on applicationJean-Marc Valin2017-06-043-4/+16
* Properly compute redundancy_bytesJean-Marc Valin2017-06-041-8/+34
* Properly init speech/music confidence valuesJean-Marc Valin2017-06-041-5/+2
* Don't use MAY_HAVE_NEON in arm_silk_map.c.Jonathan Lennox2017-06-021-16/+16
* Recalibrate VBR to hit target bitrate on averageJean-Marc Valin2017-06-021-2/+2
* Update dynalloc VBR calibrationJean-Marc Valin2017-06-021-1/+1
* fix commentsJean-Marc Valin2017-06-011-3/+3
* Avoid using log2() since it's not in C90Jean-Marc Valin2017-06-011-2/+2
* Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin2017-06-013-6/+74