Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-06-27 11:40:44 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-06-27 11:40:44 +0400
commit16ba19a95b520aa20c9815cbb1aebc21e3b77349 (patch)
treede5844f952c5f0bfe85b1b7e4c01434ea2a2d091 /src/mlp_data.c
parent1975eeadd2bc0f80d60401093f25c167aff21a1f (diff)
Fixes MSVC warnings
Diffstat (limited to 'src/mlp_data.c')
-rw-r--r--src/mlp_data.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mlp_data.c b/src/mlp_data.c
index 9085b85f..401c4c02 100644
--- a/src/mlp_data.c
+++ b/src/mlp_data.c
@@ -88,13 +88,13 @@ static const float weights[422] = {
3.95279f, 1.89068f, 0.486087f, -11.3343f, 3.9416e+06f,
/* output layer */
--0.381439, 0.12115, -0.906927, 2.93878, 1.6388,
-0.882811, 0.874344, 1.21726, -0.874545, 0.321706,
-0.785055, 0.946558, -0.575066, -3.46553, 0.884905,
-0.0924047, -9.90712, 0.391338, 0.160103, -2.04954,
-4.1455, 0.0684029, -0.144761, -0.285282, 0.379244,
--1.1584, -0.0277241, -9.85, -4.82386, 3.71333,
-3.87308, 3.52558, };
+-0.381439f, 0.12115f, -0.906927f, 2.93878f, 1.6388f,
+0.882811f, 0.874344f, 1.21726f, -0.874545f, 0.321706f,
+0.785055f, 0.946558f, -0.575066f, -3.46553f, 0.884905f,
+0.0924047f, -9.90712f, 0.391338f, 0.160103f, -2.04954f,
+4.1455f, 0.0684029f, -0.144761f, -0.285282f, 0.379244f,
+-1.1584f, -0.0277241f, -9.85f, -4.82386f, 3.71333f,
+3.87308f, 3.52558f};
static const int topo[3] = {25, 15, 2};