summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/lsp_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/lsp_lookup.h')
-rw-r--r--apps/codecs/libtremor/lsp_lookup.h100
1 files changed, 50 insertions, 50 deletions
diff --git a/apps/codecs/libtremor/lsp_lookup.h b/apps/codecs/libtremor/lsp_lookup.h
index cced7c9282..42940bd39b 100644
--- a/apps/codecs/libtremor/lsp_lookup.h
+++ b/apps/codecs/libtremor/lsp_lookup.h
@@ -51,23 +51,23 @@ static const ogg_int32_t FROMdB2_LOOKUP[FROMdB2_LOOKUP_SZ] ={
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,
57 85051, 84497, 83953, 83420, 57 85051, 84497, 83953, 83420,
58 82897, 82384, 81880, 81385, 58 82897, 82384, 81880, 81385,
59 80899, 80422, 79953, 79492, 59 80899, 80422, 79953, 79492,
60 79039, 78594, 78156, 77726, 60 79039, 78594, 78156, 77726,
61 77302, 76885, 76475, 76072, 61 77302, 76885, 76475, 76072,
62 75674, 75283, 74898, 74519, 62 75674, 75283, 74898, 74519,
63 74146, 73778, 73415, 73058, 63 74146, 73778, 73415, 73058,
64 72706, 72359, 72016, 71679, 64 72706, 72359, 72016, 71679,
65 71347, 71019, 70695, 70376, 65 71347, 71019, 70695, 70376,
66 70061, 69750, 69444, 69141, 66 70061, 69750, 69444, 69141,
67 68842, 68548, 68256, 67969, 67 68842, 68548, 68256, 67969,
68 67685, 67405, 67128, 66855, 68 67685, 67405, 67128, 66855,
69 66585, 66318, 66054, 65794, 69 66585, 66318, 66054, 65794,
70 65536, 70 65536,
71}; 71};
72 72
73static const long INVSQ_LOOKUP_IDel[64] ={ 73static const long INVSQ_LOOKUP_IDel[64] ={
@@ -93,39 +93,39 @@ static const long INVSQ_LOOKUP_IDel[64] ={
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,
99 15679, 15557, 15426, 15286, 99 15679, 15557, 15426, 15286,
100 15137, 14978, 14811, 14635, 100 15137, 14978, 14811, 14635,
101 14449, 14256, 14053, 13842, 101 14449, 14256, 14053, 13842,
102 13623, 13395, 13160, 12916, 102 13623, 13395, 13160, 12916,
103 12665, 12406, 12140, 11866, 103 12665, 12406, 12140, 11866,
104 11585, 11297, 11003, 10702, 104 11585, 11297, 11003, 10702,
105 10394, 10080, 9760, 9434, 105 10394, 10080, 9760, 9434,
106 9102, 8765, 8423, 8076, 106 9102, 8765, 8423, 8076,
107 7723, 7366, 7005, 6639, 107 7723, 7366, 7005, 6639,
108 6270, 5897, 5520, 5139, 108 6270, 5897, 5520, 5139,
109 4756, 4370, 3981, 3590, 109 4756, 4370, 3981, 3590,
110 3196, 2801, 2404, 2006, 110 3196, 2801, 2404, 2006,
111 1606, 1205, 804, 402, 111 1606, 1205, 804, 402,
112 0, -401, -803, -1204, 112 0, -401, -803, -1204,
113 -1605, -2005, -2403, -2800, 113 -1605, -2005, -2403, -2800,
114 -3195, -3589, -3980, -4369, 114 -3195, -3589, -3980, -4369,
115 -4755, -5138, -5519, -5896, 115 -4755, -5138, -5519, -5896,
116 -6269, -6638, -7004, -7365, 116 -6269, -6638, -7004, -7365,
117 -7722, -8075, -8422, -8764, 117 -7722, -8075, -8422, -8764,
118 -9101, -9433, -9759, -10079, 118 -9101, -9433, -9759, -10079,
119 -10393, -10701, -11002, -11296, 119 -10393, -10701, -11002, -11296,
120 -11584, -11865, -12139, -12405, 120 -11584, -11865, -12139, -12405,
121 -12664, -12915, -13159, -13394, 121 -12664, -12915, -13159, -13394,
122 -13622, -13841, -14052, -14255, 122 -13622, -13841, -14052, -14255,
123 -14448, -14634, -14810, -14977, 123 -14448, -14634, -14810, -14977,
124 -15136, -15285, -15425, -15556, 124 -15136, -15285, -15425, -15556,
125 -15678, -15790, -15892, -15985, 125 -15678, -15790, -15892, -15985,
126 -16068, -16142, -16206, -16260, 126 -16068, -16142, -16206, -16260,
127 -16304, -16339, -16363, -16378, 127 -16304, -16339, -16363, -16378,
128 -16383, 128 -16383,
129}; 129};
130 130
131#endif 131#endif