summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/emutables.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/emutables.h')
-rw-r--r--apps/codecs/libgme/emutables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/libgme/emutables.h b/apps/codecs/libgme/emutables.h
index 53fb324cdd..173ecd22c6 100644
--- a/apps/codecs/libgme/emutables.h
+++ b/apps/codecs/libgme/emutables.h
@@ -6,7 +6,7 @@
6 6
7#include "emutypes.h" 7#include "emutypes.h"
8 8
9static const e_uint16 sin_coeff[] ICONST_ATTR = { 9static const e_uint16 sin_coeff[] = {
10 255, 203, 171, 152, 139, 129, 120, 10 255, 203, 171, 152, 139, 129, 120,
11 113, 107, 102, 97, 92, 88, 85, 11 113, 107, 102, 97, 92, 88, 85,
12 81, 78, 75, 72, 70, 67, 65, 12 81, 78, 75, 72, 70, 67, 65,
@@ -28,7 +28,7 @@ static const e_uint16 sin_coeff[] ICONST_ATTR = {
28 0, 0, 28 0, 0,
29}; 29};
30 30
31static const e_int32 pm_coeff[] ICONST_ATTR = { 31static const e_int32 pm_coeff[] = {
32 256, 256, 256, 256, 256, 256, 256, 32 256, 256, 256, 256, 256, 256, 256,
33 256, 256, 256, 256, 256, 256, 256, 33 256, 256, 256, 256, 256, 256, 256,
34 256, 256, 256, 256, 256, 256, 256, 34 256, 256, 256, 256, 256, 256, 256,
@@ -68,7 +68,7 @@ static const e_int32 pm_coeff[] ICONST_ATTR = {
68 255, 255, 255, 255, 68 255, 255, 255, 255,
69}; 69};
70 70
71static const e_int16 db2lin_coeff[] ICONST_ATTR = { 71static const e_int16 db2lin_coeff[] = {
72 255, 249, 244, 239, 233, 228, 224, 72 255, 249, 244, 239, 233, 228, 224,
73 219, 214, 209, 205, 201, 196, 192, 73 219, 214, 209, 205, 201, 196, 192,
74 188, 184, 180, 176, 172, 169, 165, 74 188, 184, 180, 176, 172, 169, 165,
@@ -145,7 +145,7 @@ static const e_int16 db2lin_coeff[] ICONST_ATTR = {
145 0, 145 0,
146}; 146};
147 147
148static const e_uint16 ar_adjust_coeff[] ICONST_ATTR = { 148static const e_uint16 ar_adjust_coeff[] = {
149 127, 108, 98, 90, 84, 80, 75, 149 127, 108, 98, 90, 84, 80, 75,
150 72, 69, 66, 64, 61, 59, 57, 150 72, 69, 66, 64, 61, 59, 57,
151 56, 54, 52, 51, 49, 48, 47, 151 56, 54, 52, 51, 49, 48, 47,