summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/lsp_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/lsp_lookup.h')
-rw-r--r--apps/codecs/Tremor/lsp_lookup.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/codecs/Tremor/lsp_lookup.h b/apps/codecs/Tremor/lsp_lookup.h
index fa84851887..cced7c9282 100644
--- a/apps/codecs/Tremor/lsp_lookup.h
+++ b/apps/codecs/Tremor/lsp_lookup.h
@@ -26,7 +26,7 @@
26#define FROMdB2_SHIFT 3 26#define FROMdB2_SHIFT 3
27#define FROMdB2_MASK 31 27#define FROMdB2_MASK 31
28 28
29static const ogg_int32_t FROMdB_LOOKUP[FROMdB_LOOKUP_SZ]={ 29static const ogg_int32_t FROMdB_LOOKUP[FROMdB_LOOKUP_SZ] ={
30 0x003fffff, 0x0028619b, 0x00197a96, 0x0010137a, 30 0x003fffff, 0x0028619b, 0x00197a96, 0x0010137a,
31 0x000a24b0, 0x00066666, 0x000409c3, 0x00028c42, 31 0x000a24b0, 0x00066666, 0x000409c3, 0x00028c42,
32 0x00019b8c, 0x000103ab, 0x0000a3d7, 0x00006760, 32 0x00019b8c, 0x000103ab, 0x0000a3d7, 0x00006760,
@@ -37,7 +37,7 @@ static const ogg_int32_t FROMdB_LOOKUP[FROMdB_LOOKUP_SZ]={
37 0x0000000b, 0x00000007, 0x00000004, 0x00000003, 37 0x0000000b, 0x00000007, 0x00000004, 0x00000003,
38 0x00000002, 0x00000001, 0x00000001}; 38 0x00000002, 0x00000001, 0x00000001};
39 39
40static const ogg_int32_t FROMdB2_LOOKUP[FROMdB2_LOOKUP_SZ]={ 40static const ogg_int32_t FROMdB2_LOOKUP[FROMdB2_LOOKUP_SZ] ={
41 0x000001fc, 0x000001f5, 0x000001ee, 0x000001e7, 41 0x000001fc, 0x000001f5, 0x000001ee, 0x000001e7,
42 0x000001e0, 0x000001d9, 0x000001d2, 0x000001cc, 42 0x000001e0, 0x000001d9, 0x000001d2, 0x000001cc,
43 0x000001c5, 0x000001bf, 0x000001b8, 0x000001b2, 43 0x000001c5, 0x000001bf, 0x000001b8, 0x000001b2,
@@ -50,7 +50,7 @@ static const ogg_int32_t FROMdB2_LOOKUP[FROMdB2_LOOKUP_SZ]={
50 50
51#define INVSQ_LOOKUP_I_SHIFT 10 51#define INVSQ_LOOKUP_I_SHIFT 10
52#define INVSQ_LOOKUP_I_MASK 1023 52#define INVSQ_LOOKUP_I_MASK 1023
53static const long INVSQ_LOOKUP_I[64+1]={ 53static const long INVSQ_LOOKUP_I[64+1] ={
54 92682, 91966, 91267, 90583, 54 92682, 91966, 91267, 90583,
55 89915, 89261, 88621, 87995, 55 89915, 89261, 88621, 87995,
56 87381, 86781, 86192, 85616, 56 87381, 86781, 86192, 85616,
@@ -70,7 +70,7 @@ static const long INVSQ_LOOKUP_I[64+1]={
70 65536, 70 65536,
71}; 71};
72 72
73static const long INVSQ_LOOKUP_IDel[64]={ 73static const long INVSQ_LOOKUP_IDel[64] ={
74 716, 699, 684, 668, 74 716, 699, 684, 668,
75 654, 640, 626, 614, 75 654, 640, 626, 614,
76 600, 589, 576, 565, 76 600, 589, 576, 565,
@@ -92,7 +92,7 @@ static const long INVSQ_LOOKUP_IDel[64]={
92#define COS_LOOKUP_I_SHIFT 9 92#define COS_LOOKUP_I_SHIFT 9
93#define COS_LOOKUP_I_MASK 511 93#define COS_LOOKUP_I_MASK 511
94#define COS_LOOKUP_I_SZ 128 94#define COS_LOOKUP_I_SZ 128
95static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1]={ 95static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1] ={
96 16384, 16379, 16364, 16340, 96 16384, 16379, 16364, 16340,
97 16305, 16261, 16207, 16143, 97 16305, 16261, 16207, 16143,
98 16069, 15986, 15893, 15791, 98 16069, 15986, 15893, 15791,