aboutsummaryrefslogtreecommitdiff
path: root/src/mlp.c
AgeCommit message (Expand)Author
2018-11-22Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin
2017-10-05float constantsJean-Marc Valin
2017-10-05Add RNN for VAD and speech/music classificationJean-Marc Valin
2014-10-03There are no tabs in source code.Timothy B. Terriberry
2013-12-09Making NaN detection more robust to -ffast-math.Jean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-21Fixes a potential crash when encoding NaNsJean-Marc Valin
2013-09-06Makes speech/music detection work with FIXED_POINT (code still float)Jean-Marc Valin
2013-09-06First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2012-12-21Fixes MSVC warnings for double->float and float->int conversionJean-Marc Valin
2012-10-23Fix the MSVC build.Joshua Bowman
2012-10-10Using floor(.5+x) instead of lrint(x) for C90 compilersJean-Marc Valin
2012-09-14Shrinks tansig table, makes data static constJean-Marc Valin
2012-07-13Speech/music discrimination (not used for anything yet)Jean-Marc Valin