comparison atrac3data.h @ 10167:0c6cba648271 libavcodec

Remove table that was forgotten in the split.
author banan
date Fri, 11 Sep 2009 19:39:40 +0000
parents c80df3181479
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10166:e91ff9368e06 10167:0c6cba648271
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 */
131
132 static const float qmf_48tap_half[24] = {
133 -0.00001461907, -0.00009205479, -0.000056157569, 0.00030117269,
134 0.0002422519,-0.00085293897, -0.0005205574, 0.0020340169,
135 0.00078333891, -0.0042153862, -0.00075614988, 0.0078402944,
136 -0.000061169922, -0.01344162, 0.0024626821, 0.021736089,
137 -0.007801671, -0.034090221, 0.01880949, 0.054326009,
138 -0.043596379, -0.099384367, 0.13207909, 0.46424159
139 };
140
141 /* joint stereo related tables */ 130 /* joint stereo related tables */
142 static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0}; 131 static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0};
143 132
144 #endif /* AVCODEC_ATRAC3DATA_H */ 133 #endif /* AVCODEC_ATRAC3DATA_H */