summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/tables288.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/native/tables288.h')
-rw-r--r--libmpcodecs/native/tables288.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libmpcodecs/native/tables288.h b/libmpcodecs/native/tables288.h
index c3f16c4afb..dad29e1297 100644
--- a/libmpcodecs/native/tables288.h
+++ b/libmpcodecs/native/tables288.h
@@ -1,10 +1,10 @@
#ifndef TABLES288_H
#define TABLES288_H
-const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773,
+static const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773,
-0.515625,-0.90234375,-1.57910156,-2.76342773 };
-const float codetable[640]={
+static const float codetable[640]={
0.326171875, -1.4404296875, -0.6123046875, -0.8740234375, -1.24658203125,
-2.45703125, -2.23486328125, -0.51025390625, 1.419921875, 1.6201171875,
-1.37646484375, -1.30712890625, -0.462890625, -1.37939453125, -2.1728515625,
@@ -135,7 +135,7 @@ const float codetable[640]={
0.2958984375, 0.9853515625, -0.642578125, 1.984375, 0.1943359375
};
-const float table1[111]={
+static const float table1[111]={
0.576690972, 0.580838025, 0.585013986, 0.589219987, 0.59345597, 0.597723007,
0.602020264, 0.606384277, 0.610748291, 0.615142822, 0.619598389, 0.624084473,
0.628570557, 0.633117676, 0.637695313, 0.642272949, 0.646911621, 0.651580811,
@@ -157,7 +157,7 @@ const float table1[111]={
0.142852783, 0.0954284668, 0.0477600098
};
-const float table2[38]={
+static const float table2[38]={
0.505699992, 0.524200022, 0.54339999, 0.563300014, 0.583953857, 0.60534668,
0.627502441, 0.650482178, 0.674316406, 0.699005127, 0.724578857, 0.75112915,
0.778625488, 0.807128906, 0.836669922, 0.86730957, 0.899078369, 0.932006836,
@@ -167,7 +167,7 @@ const float table2[38]={
0.183868408, 0.0923461914
};
-const float table1a[36]={
+static const float table1a[36]={
0.98828125, 0.976699829, 0.965254128, 0.953942537, 0.942763507, 0.931715488,
0.920796931, 0.910006344, 0.899342179, 0.888803005, 0.878387332, 0.868093729,
0.857920766, 0.847867012, 0.837931097, 0.828111589, 0.818407178, 0.808816493,
@@ -176,7 +176,7 @@ const float table1a[36]={
0.693900526, 0.685768902, 0.677732527, 0.669790328, 0.66194123, 0.654184103
};
-const float table2a[10]={
+static const float table2a[10]={
0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709,
0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227
};