summaryrefslogtreecommitdiff
path: root/src/mlp.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin2018-11-221-36/+39
* float constantsJean-Marc Valin2017-10-051-1/+1
* Add RNN for VAD and speech/music classificationJean-Marc Valin2017-10-051-78/+74
* There are no tabs in source code.Timothy B. Terriberry2014-10-031-56/+56
* Making NaN detection more robust to -ffast-math.Jean-Marc Valin2013-12-091-0/+5
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-281-2/+5
* Fixes a potential crash when encoding NaNsJean-Marc Valin2013-10-211-2/+3
* Makes speech/music detection work with FIXED_POINT (code still float)Jean-Marc Valin2013-09-061-5/+30
* First pass at making the analysis code run with FIXED_POINTJean-Marc Valin2013-09-061-2/+2
* Fixes MSVC warnings for double->float and float->int conversionv1.1-alphaJean-Marc Valin2012-12-211-6/+5
* Fix the MSVC build.Joshua Bowman2012-10-231-0/+3
* Using floor(.5+x) instead of lrint(x) for C90 compilersJean-Marc Valin2012-10-101-1/+1
* Shrinks tansig table, makes data static constJean-Marc Valin2012-09-141-6/+12
* Speech/music discrimination (not used for anything yet)Jean-Marc Valin2012-07-131-0/+103