diff options
Diffstat (limited to 'apps/codecs/libatrac/atrac3data.h')
-rw-r--r-- | apps/codecs/libatrac/atrac3data.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/codecs/libatrac/atrac3data.h b/apps/codecs/libatrac/atrac3data.h index 8e7fe97c32..0da9d9e758 100644 --- a/apps/codecs/libatrac/atrac3data.h +++ b/apps/codecs/libatrac/atrac3data.h | |||
@@ -117,18 +117,18 @@ static const int8_t decTable1[18] = {0,0, 0,1, 0,-1, 1,0, -1,0, 1,1, 1,-1, -1,1, | |||
117 | 117 | ||
118 | 118 | ||
119 | /* tables for the scalefactor decoding */ | 119 | /* tables for the scalefactor decoding */ |
120 | 120 | /* not needed anymore | |
121 | static const float iMaxQuant[8] = { | 121 | static const float iMaxQuant[8] = { |
122 | 0.0, 1.0/1.5, 1.0/2.5, 1.0/3.5, 1.0/4.5, 1.0/7.5, 1.0/15.5, 1.0/31.5 | 122 | 0.0, 1.0/1.5, 1.0/2.5, 1.0/3.5, 1.0/4.5, 1.0/7.5, 1.0/15.5, 1.0/31.5 |
123 | }; | 123 | }; |
124 | 124 | */ | |
125 | static const uint16_t subbandTab[33] = { | 125 | static const uint16_t subbandTab[33] = { |
126 | 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 176, 192, 224, | 126 | 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 176, 192, 224, |
127 | 256, 288, 320, 352, 384, 416, 448, 480, 512, 576, 640, 704, 768, 896, 1024 | 127 | 256, 288, 320, 352, 384, 416, 448, 480, 512, 576, 640, 704, 768, 896, 1024 |
128 | }; | 128 | }; |
129 | 129 | ||
130 | /* transform data */ | 130 | /* transform data */ |
131 | 131 | /* not needed anymore | |
132 | static const float qmf_48tap_half[24] = { | 132 | static const float qmf_48tap_half[24] = { |
133 | -0.00001461907, -0.00009205479, -0.000056157569, 0.00030117269, | 133 | -0.00001461907, -0.00009205479, -0.000056157569, 0.00030117269, |
134 | 0.0002422519,-0.00085293897, -0.0005205574, 0.0020340169, | 134 | 0.0002422519,-0.00085293897, -0.0005205574, 0.0020340169, |
@@ -137,8 +137,9 @@ static const float qmf_48tap_half[24] = { | |||
137 | -0.007801671, -0.034090221, 0.01880949, 0.054326009, | 137 | -0.007801671, -0.034090221, 0.01880949, 0.054326009, |
138 | -0.043596379, -0.099384367, 0.13207909, 0.46424159 | 138 | -0.043596379, -0.099384367, 0.13207909, 0.46424159 |
139 | }; | 139 | }; |
140 | 140 | */ | |
141 | /* joint stereo related tables */ | 141 | /* joint stereo related tables */ |
142 | /* not needed anymore | ||
142 | static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0}; | 143 | static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0}; |
143 | 144 | */ | |
144 | #endif /* AVCODEC_ATRAC3DATA_H */ | 145 | #endif /* AVCODEC_ATRAC3DATA_H */ |