48b0d1b2729ece17813be6fb41ad933c4ab8dde7
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / LayerIIIDecoder.java
1 /*
2  * 11/19/04      1.0 moved to LGPL.
3  * 
4  * 18/06/01  Michael Scheerer,  Fixed bugs which causes
5  *           negative indexes in method huffmann_decode and in method 
6  *           dequanisize_sample.
7  *
8  * 16/07/01  Michael Scheerer, Catched a bug in method
9  *           huffmann_decode, which causes an outOfIndexException.
10  *           Cause : Indexnumber of 24 at SfBandIndex,
11  *           which has only a length of 22. I have simply and dirty 
12  *           fixed the index to <= 22, because I'm not really be able
13  *           to fix the bug. The Indexnumber is taken from the MP3 
14  *           file and the origin Ma-Player with the same code works 
15  *           well.      
16  * 
17  * 02/19/99  Java Conversion by E.B, javalayer@javazoom.net
18  *-----------------------------------------------------------------------
19  *   This program is free software; you can redistribute it and/or modify
20  *   it under the terms of the GNU Library General Public License as published
21  *   by the Free Software Foundation; either version 2 of the License, or
22  *   (at your option) any later version.
23  *
24  *   This program is distributed in the hope that it will be useful,
25  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
26  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27  *   GNU Library General Public License for more details.
28  *
29  *   You should have received a copy of the GNU Library General Public
30  *   License along with this program; if not, write to the Free Software
31  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
32  *----------------------------------------------------------------------
33  */
34
35 /**
36  * Class Implementing Layer 3 Decoder.
37  * 
38  * @since 0.0
39  */
40 // @LATTICE("FS<BR,BR<SF,LR<IR,IR<IP,IP<SF,LR<K,K<F,LR<VAR,LR<RO,RO<F,VAR<F,VAR<RAW,CSH<F,SAM<O,O<F,NS<SI,SI<CH,SFREQ<H,MAX<H,H<CH,FLCH<CH,FLCH<WC,SF<SFT,SFT<NS,NS<C,TS<RAW,O<TS,LY<F,NZ<VAR,C*,FS*,IP*,IR*,LR*,K*,O*,TS*,TS<BT,BT<GR,GR<SI,LR<S,S<ME,ME<CH,K<SH,K<LSF,LSF<H,LSF<CH,IP<SH,SH<J,J<S,S<ME,SH<SFREQ,SH<RO,IP<TMP2,LSF<H,TMP2<F,J*,SH*,O<RO2,RO2<RO3,RO3<RO4,RO4<RO5,O<RO1,RO1<RO5,RO5<RO6,RO6<RO7,RO7<RO8,RO8<RO9,RO9<SFREQ,RO9<F,RO1*,RO4*,RO5*,RO6*,RO9*,VAR<HD3,HD3<HD2,HD2<HD1,HD1<SI,HD1<SFREQ,HD1<RAW,HD2*,HD3*,SFB<GLSFD5,GLSFD5<NS,GLSFD5<GLSFD4,NS<GLSFD3,GLSFD4<GLSFD3,GLSFD3<GLSFD2,GLSFD2<GLSFD1,GLSFD1<SI,GLSFD5*,SF<GLSFF4,GLSFF4<GLSFF3,GLSFF3<GLSFF2,GLSFF2<GLSFF1,GLSFF1<SI,GLSFF4*,GLSFF3*,GLSFF2*,SF<GSF5,GSF5<GSF4,GSF4<GSF3,GSF3<GSF2,GSF2<GSF1,GSF1<SI,GSF5*,GSF4*,O<D3,D3<D2,D2<D1,D1<FLCH,D1*,D2*")
41 // 4th line added for hybrid.
42 // 5th added for stereo
43 // 6th added for reorder method
44 // 7th added for huffman_decode method
45 // 8th added for get_LSF_scale_data
46 // 9th added for get_LSF_scale_factors
47 // 10th added for get_scale_factors
48 // llth added for decode
49 // @LATTICE("NZ*,SI<SF1,RO<SI1,SI1<NZ,NZ<SI,SI1<SBI,SBI<SI,BUF<FT,SFB<SF1,SF1<SF0,SF0<HD1,BR<ST,ST,FT<SP,SP<OUT,OUT<SI1,SI1<SI,OUT<CH0,P2S<CH0,CH0<MAX0,MAX0<BR1,FS<BR1,BR1<BR,BR<HD1,HD1<HD,OUT*,BR1*,SI1*,MAX0*,CH0*,FS<BR,BR<SF,LR<IR,IR<IP,IP<SF,LR<K,K<F,LR<VAR,VAR<F,VAR<RAW,CSH<F,SAM<O,O<F,NS<SI,SI<CH,SFREQ<H,MAX<H,H<CH,FLCH<CH,FLCH<WC,SF<SFT,SFT<NS,NS<C,TS<RAW,O<TS,LY<F,C*,FS*,IP*,IR*,LR*,K*,O*,TS*,TS<BT,BT<GR,GR<SI,LR<S,S<ME,ME<CH,K<SH,K<LSF,LSF<H,LSF<CH,IP<SH,SH<J,J<S,S<ME,SH<SFREQ,SH<RO,IP<TMP2,LSF<H,TMP2<F,J*,SH*,O<RO2,RO2<RO3,RO3<RO4,RO4<RO5,O<RO1,RO1<RO5,RO5<RO6,RO6<RO7,RO7<RO8,RO8<RO9,RO9<SFREQ,RO9<F,RO1*,RO4*,RO5*,RO6*,RO9*,VAR<HD3,HD3<HD2,HD1<SFREQ,HD1<RAW,HD2*,HD3*,SFB<GLSFD5,GLSFD5<NS,GLSFD5<GLSFD4,NS<GLSFD3,GLSFD4<GLSFD3,GLSFD3<GLSFD2,GLSFD2<GLSFD1,GLSFD1<SI,GLSFD5*,SF<GLSFF4,GLSFF4<GLSFF3,GLSFF3<GLSFF2,GLSFF2<GLSFF1,GLSFF1<SI,GLSFF4*,GLSFF3*,GLSFF2*,SF<GSF5,GSF5<GSF4,GSF4<GSF3,GSF3<GSF2,GSF2<GSF1,GSF1<SI,GSF5*,GSF4*,O<D3,D3<D2,D2<D1,D1<FLCH,D1*,D2*")
50 @LATTICE("LR*,OUT<LR,LR<RO,C*,NZ*,SI<SF1,RO<SI1,SI1<NZ,NZ<SI,SI1<SBI,SBI<SI,BUF<FT,SFB<SF1,SF1<SF0,SF0<HD1,BR<ST,ST,FT<SP,SP<OUT,OUT<SI1,SI1<SI,OUT<CH0,P2S<CH0,CH0<MAX0,MAX0<BR1,FS<BR1,BR1<BR,BR<HD1,HD1<HD,OUT*,BR1*,SI1*,MAX0*,CH0*,RAW,TS,NS,F,C,K,LY,VAR,IR,IP,CSH,GLSFD3,GLSFD4,GLSFD5,GLSFF4,GLSFF2,GLSFF3,GLSFF1,GSF4,GSF5,GSF1,GSF2,GSF3,HD2,HD3,BT,GR,RO6,RO5,RO9,RO8,RO7,RO4,RO1,RO3,RO2,SH,ME,TMP2,S,LSF,J")
51 @METHODDEFAULT("OUT<V,V<THIS,THIS<SH,SH<IN,SH*,THISLOC=THIS,GLOBALLOC=IN")
52 final class LayerIIIDecoder implements FrameDecoder {
53   static final double d43 = (4.0 / 3.0);
54   @LOC("SFB")
55   public int[] scalefac_buffer;
56
57   // MDM: removed, as this wasn't being used.
58   // private float CheckSumOut1d = 0.0f;
59   @LOC("CSH")
60   private int CheckSumHuff = 0;
61   @LOC("SI1")
62   private int[] is_1d;
63   @LOC("RO")
64   private float[][][] ro;
65   @LOC("LR")
66   private float[][][] lr;
67   @LOC("OUT")
68   private float[] out_1d; // 576 samples
69   @LOC("VAR")
70   private float[][] prevblck;
71   @LOC("K")
72   private float[][] k;
73   @LOC("NZ")
74   private int[] nonzero;
75   @LOC("ST")
76   private Bitstream stream;
77   @LOC("HD")
78   private Header header;
79   @LOC("FT")
80   private SynthesisFilter filter1;
81   @LOC("FT")
82   private SynthesisFilter filter2;
83   @LOC("BUF")
84   private Obuffer buffer; // output buffer
85   @LOC("CH0")
86   private int which_channels;
87   @LOC("BR")
88   private BitReserve br;
89   @LOC("SI")
90   private III_side_info_t si;
91
92   // @LOC("SBT") private temporaire2[] III_scalefac_t;
93   @LOC("SF1")
94   private temporaire2[] scalefac;
95   // private III_scalefac_t scalefac;
96
97   @LOC("MAX0")
98   private int max_gr;
99   @LOC("FS")
100   private int frame_start;
101   @LOC("P2S")
102   private int part2_start;
103   @LOC("CH0")
104   private int channels;
105   @LOC("CH0")
106   private int first_channel;
107   @LOC("CH0")
108   private int last_channel;
109   @LOC("SBI")
110   private int sfreq;
111
112   /**
113    * Constructor.
114    */
115   // REVIEW: these constructor arguments should be moved to the
116   // decodeFrame() method, where possible, so that one
117   @LATTICE("THIS<VAR,THIS<I,THIS<J,J<CH,I*,J*,CH*,THISLOC=THIS,GLOBALLOC=THIS")
118   public LayerIIIDecoder(@LOC("VAR") Bitstream stream0, @LOC("VAR") Header header0,
119       @LOC("VAR") SynthesisFilter filtera, @LOC("VAR") SynthesisFilter filterb,
120       @LOC("VAR") Obuffer buffer0, @LOC("VAR") int which_ch0) {
121
122     huffcodetab.inithuff();
123     is_1d = new int[SBLIMIT * SSLIMIT + 4];
124     ro = new float[2][SBLIMIT][SSLIMIT];
125     lr = new float[2][SBLIMIT][SSLIMIT];
126     out_1d = new float[SBLIMIT * SSLIMIT];
127     prevblck = new float[2][SBLIMIT * SSLIMIT];
128     k = new float[2][SBLIMIT * SSLIMIT];
129     nonzero = new int[2];
130
131     // removes unnecessary aliases
132     // III_scalefact_t
133     // III_scalefac_t = new temporaire2[2];
134     // III_scalefac_t[0] = new temporaire2();
135     // III_scalefac_t[1] = new temporaire2();
136     // scalefac = III_scalefac_t;
137
138     scalefac = new temporaire2[2];
139     scalefac[0] = new temporaire2();
140     scalefac[1] = new temporaire2();
141
142     // L3TABLE INIT
143
144     sfBandIndex = new SBI[9]; // SZD: MPEG2.5 +3 indices
145     @LOC("VAR") int[] l0 =
146         { 0, 6, 12, 18, 24, 30, 36, 44, 54, 66, 80, 96, 116, 140, 168, 200, 238, 284, 336, 396,
147             464, 522, 576 };
148     @LOC("VAR") int[] s0 = { 0, 4, 8, 12, 18, 24, 32, 42, 56, 74, 100, 132, 174, 192 };
149     @LOC("VAR") int[] l1 =
150         { 0, 6, 12, 18, 24, 30, 36, 44, 54, 66, 80, 96, 114, 136, 162, 194, 232, 278, 330, 394,
151             464, 540, 576 };
152     @LOC("VAR") int[] s1 = { 0, 4, 8, 12, 18, 26, 36, 48, 62, 80, 104, 136, 180, 192 };
153     @LOC("VAR") int[] l2 =
154         { 0, 6, 12, 18, 24, 30, 36, 44, 54, 66, 80, 96, 116, 140, 168, 200, 238, 284, 336, 396,
155             464, 522, 576 };
156     @LOC("VAR") int[] s2 = { 0, 4, 8, 12, 18, 26, 36, 48, 62, 80, 104, 134, 174, 192 };
157
158     @LOC("VAR") int[] l3 =
159         { 0, 4, 8, 12, 16, 20, 24, 30, 36, 44, 52, 62, 74, 90, 110, 134, 162, 196, 238, 288, 342,
160             418, 576 };
161     @LOC("VAR") int[] s3 = { 0, 4, 8, 12, 16, 22, 30, 40, 52, 66, 84, 106, 136, 192 };
162     @LOC("VAR") int[] l4 =
163         { 0, 4, 8, 12, 16, 20, 24, 30, 36, 42, 50, 60, 72, 88, 106, 128, 156, 190, 230, 276, 330,
164             384, 576 };
165     @LOC("VAR") int[] s4 = { 0, 4, 8, 12, 16, 22, 28, 38, 50, 64, 80, 100, 126, 192 };
166     @LOC("VAR") int[] l5 =
167         { 0, 4, 8, 12, 16, 20, 24, 30, 36, 44, 54, 66, 82, 102, 126, 156, 194, 240, 296, 364, 448,
168             550, 576 };
169     @LOC("VAR") int[] s5 = { 0, 4, 8, 12, 16, 22, 30, 42, 58, 78, 104, 138, 180, 192 };
170     // SZD: MPEG2.5
171     @LOC("VAR") int[] l6 =
172         { 0, 6, 12, 18, 24, 30, 36, 44, 54, 66, 80, 96, 116, 140, 168, 200, 238, 284, 336, 396,
173             464, 522, 576 };
174     @LOC("VAR") int[] s6 = { 0, 4, 8, 12, 18, 26, 36, 48, 62, 80, 104, 134, 174, 192 };
175     @LOC("VAR") int[] l7 =
176         { 0, 6, 12, 18, 24, 30, 36, 44, 54, 66, 80, 96, 116, 140, 168, 200, 238, 284, 336, 396,
177             464, 522, 576 };
178     @LOC("VAR") int[] s7 = { 0, 4, 8, 12, 18, 26, 36, 48, 62, 80, 104, 134, 174, 192 };
179     @LOC("VAR") int[] l8 =
180         { 0, 12, 24, 36, 48, 60, 72, 88, 108, 132, 160, 192, 232, 280, 336, 400, 476, 566, 568,
181             570, 572, 574, 576 };
182     @LOC("VAR") int[] s8 = { 0, 8, 16, 24, 36, 52, 72, 96, 124, 160, 162, 164, 166, 192 };
183
184     sfBandIndex[0] = new SBI(l0, s0);
185     sfBandIndex[1] = new SBI(l1, s1);
186     sfBandIndex[2] = new SBI(l2, s2);
187
188     sfBandIndex[3] = new SBI(l3, s3);
189     sfBandIndex[4] = new SBI(l4, s4);
190     sfBandIndex[5] = new SBI(l5, s5);
191     // SZD: MPEG2.5
192     sfBandIndex[6] = new SBI(l6, s6);
193     sfBandIndex[7] = new SBI(l7, s7);
194     sfBandIndex[8] = new SBI(l8, s8);
195     // END OF L3TABLE INIT
196
197     if (reorder_table == null) { // SZD: generate LUT
198       reorder_table = new int[9][];
199       for (@LOC("I") int i = 0; i < 9; i++)
200         reorder_table[i] = reorder(sfBandIndex[i].s);
201     }
202
203     // Sftable
204     @LOC("VAR") int[] ll0 = { 0, 6, 11, 16, 21 };
205     @LOC("VAR") int[] ss0 = { 0, 6, 12 };
206     sftable = new Sftable(ll0, ss0);
207     // END OF Sftable
208
209     // scalefac_buffer
210     scalefac_buffer = new int[54];
211     // END OF scalefac_buffer
212
213     stream = stream0;
214     header = header0;
215     filter1 = filtera;
216     filter2 = filterb;
217     buffer = buffer0;
218     which_channels = which_ch0;
219
220     frame_start = 0;
221     channels = (header.mode() == Header.SINGLE_CHANNEL) ? 1 : 2;
222     max_gr = (header.version() == Header.MPEG1) ? 2 : 1;
223
224     sfreq =
225         header.sample_frequency()
226             + ((header.version() == Header.MPEG1) ? 3 : (header.version() == Header.MPEG25_LSF) ? 6
227                 : 0); // SZD
228
229     if (channels == 2) {
230       switch (which_channels) {
231       case OutputChannels.LEFT_CHANNEL:
232       case OutputChannels.DOWNMIX_CHANNELS:
233         first_channel = last_channel = 0;
234         break;
235
236       case OutputChannels.RIGHT_CHANNEL:
237         first_channel = last_channel = 1;
238         break;
239
240       case OutputChannels.BOTH_CHANNELS:
241       default:
242         first_channel = 0;
243         last_channel = 1;
244         break;
245       }
246     } else {
247       first_channel = last_channel = 0;
248     }
249
250     for (@LOC("CH") int ch = 0; ch < 2; ch++)
251       for (@LOC("J") int j = 0; j < 576; j++)
252         prevblck[ch][j] = 0.0f;
253
254     nonzero[0] = nonzero[1] = 576;
255
256     br = new BitReserve();
257     si = new III_side_info_t();
258   }
259
260   /**
261    * Notify decoder that a seek is being made.
262    */
263   @LATTICE("THIS<J,J<CH,J*,CH*,THISLOC=THIS,GLOBALLOC=THIS")
264   public void seek_notify() {
265     frame_start = 0;
266     for (@LOC("CH") int ch = 0; ch < 2; ch++)
267       for (@LOC("J") int j = 0; j < 576; j++)
268         prevblck[ch][j] = 0.0f;
269     br = new BitReserve();
270   }
271
272   public void decodeFrame() {
273     decode();
274   }
275
276   /**
277    * Decode one frame, filling the buffer with the output samples.
278    */
279
280   // subband samples are buffered and passed to the
281   // SynthesisFilter in one go.
282   @LOC("SP")
283   private float[] samples1 = new float[32];
284   @LOC("SP")
285   private float[] samples2 = new float[32];
286
287   /*
288    * location hierarchy of decode() {header} {stream} {si} {br, flush_main,
289    * main_data_end,frame_start,nSlots,bytes_to_discard}* {gr,max_gr} // granule
290    * {ch,channels,first_channel, last_channel, which_channels} // channel
291    * {part2_start} {sb18, ss} {out_1d}* {sb}* {samples1,sample2}
292    * {filter1,filter2}
293    */
294   // @LATTICE("BYTE<THIS,THIS<MAIN,MAIN<VAR,THIS<GR,GR<VAR,BYTE*,GR*,THISLOC=THIS,GLOBALLOC=VAR")
295   @LATTICE("VAR<THIS,C<THIS,THIS<IN,THISLOC=THIS,C*,VAR*")
296   public void decode() {
297
298     @LOC("THIS,LayerIIIDecoder.HD1") int nSlots = header.slots();
299
300     @LOC("THIS,LayerIIIDecoder.MAX0") int gr;
301     @LOC("THIS,LayerIIIDecoder.CH0") int ch;
302
303     @LOC("THIS,LayerIIIDecoder.CH0") int ss;
304     @LOC("THIS,LayerIIIDecoder.CH0") int sb;
305     @LOC("THIS,LayerIIIDecoder.CH0") int sb18;
306
307     @LOC("THIS,LayerIIIDecoder.BR1") int main_data_end;
308     @LOC("THIS,LayerIIIDecoder.BR1") int flush_main;
309
310     @LOC("VAR") int bytes_to_discard;
311     @LOC("C") int i;
312
313     get_side_info();
314
315     for (i = 0; i < nSlots; i++) {
316       br.hputbuf(stream.get_bits(8));
317       // LOC(stream.get_bits)=DELTA[Loc[decode.THIS],Loc[LayerIIIDecoder.ST]]
318       // param should be higher than br
319     }
320
321     main_data_end = br.hsstell() >>> 3;
322
323     if ((flush_main = (br.hsstell() & 7)) != 0) { // flush_main < br
324       br.hgetbits(8 - flush_main); // br < flush_main
325       main_data_end++; // main_data_end*
326     }
327
328     // bytes_to_discard < GLB(frame_start,main_data_end,si)
329     bytes_to_discard = frame_start - main_data_end - si.main_data_begin;
330
331     // frame_start should be *
332     frame_start += nSlots;
333
334     if (bytes_to_discard < 0) {
335       return;
336     }
337
338     if (main_data_end > 4096) { // main_data_end should be > than 'frame_start'
339                                 // and 'br'
340       frame_start -= 4096;
341       br.rewindNbytes(4096);
342     }
343
344     for (; bytes_to_discard > 0; bytes_to_discard--) {
345       // bytes_to_discard > br
346       br.hgetbits(8);
347     }
348
349     // doing something from here
350
351     // here 'gr' and 'max_gr' should be higher than 'ch','channels', and more
352     for (gr = 0; gr < max_gr; gr++) { // two granules per channel
353       // in the loop body, access set={part2_start}
354
355       // 'ch', 'channels' should be higher than all locs in the below body
356       for (ch = 0; ch < channels; ch++) {
357         part2_start = br.hsstell(); // part2_start < br
358
359         // grab scale factors from the main data.
360         // following the scale factors is the actual compressed data
361         if (header.version() == Header.MPEG1)
362           get_scale_factors(ch, gr); // no need to care from this side
363         // here move scale factor data from 'br' buffer to 'scalefac' field
364         else
365           // MPEG-2 LSF, SZD: MPEG-2.5 LSF
366           get_LSF_scale_factors(ch, gr); // no need to care from this side
367
368         // here, decoding the compressed audio data
369         huffman_decode(ch, gr); // no need to care from this side
370         // System.out.println("CheckSum HuffMan = " + CheckSumHuff);
371         dequantize_sample(/* ro[ch], */ch, gr); // no need to care from this
372                                                 // side
373       }
374
375       stereo(gr); // no need to care from this side
376
377       if ((which_channels == OutputChannels.DOWNMIX_CHANNELS) && (channels > 1)) {
378         do_downmix();
379       }
380
381       for (ch = first_channel; ch <= last_channel; ch++) { // 'ch' and
382                                                            // 'first_channel' >
383                                                            // the body
384
385         // in the body
386         // read set= lr,ch,gr,out_1d, sb18, ss, SSLIMIT, out_1d
387         // write set= out_1d
388
389         reorder(/* lr[ch], */ch, gr);
390         antialias(ch, gr);
391         // for (int hb = 0;hb<576;hb++) CheckSumOut1d = CheckSumOut1d +
392         // out_1d[hb];
393         // System.out.println("CheckSumOut1d = "+CheckSumOut1d);
394
395         hybrid(ch, gr);
396
397         // for (int hb = 0;hb<576;hb++) CheckSumOut1d = CheckSumOut1d +
398         // out_1d[hb];
399         // System.out.println("CheckSumOut1d = "+CheckSumOut1d);
400
401         for (sb18 = 18; sb18 < 576; sb18 += 36) {
402           // sb18 > ss, SSLIMIT, out1d
403           // Frequency inversion
404           for (ss = 1; ss < SSLIMIT; ss += 2) {
405             // 'ss','SSLIMIT' > out_1d
406             out_1d[sb18 + ss] = -out_1d[sb18 + ss]; // out1d*
407           }
408         }
409
410         // 'ch', 'which_channels' should be higher than if/else body!
411         // location set written by if/else body
412         // = {samples1, samples2, filter1, filter2}
413         if ((ch == 0) || (which_channels == OutputChannels.RIGHT_CHANNEL)) {
414           for (ss = 0; ss < SSLIMIT; ss++) { // Polyphase synthesis
415             sb = 0;
416             for (sb18 = 0; sb18 < 576; sb18 += 18) {
417               samples1[sb] = out_1d[sb18 + ss]; // out_1d > samples1
418               // filter1.input_sample(out_1d[sb18+ss], sb);
419               sb++; // sb should be loc*
420             }
421             filter1.input_samples(samples1);
422             filter1.calculate_pcm_samples(buffer);
423           }
424         } else {
425           for (ss = 0; ss < SSLIMIT; ss++) { // Polyphase synthesis
426             sb = 0;
427             for (sb18 = 0; sb18 < 576; sb18 += 18) {
428               samples2[sb] = out_1d[sb18 + ss]; // out_1d > samples2
429               // filter2.input_sample(out_1d[sb18+ss], sb);
430               sb++;
431             }
432             filter2.input_samples(samples2);
433             filter2.calculate_pcm_samples(buffer);
434           }
435
436         }
437       } // channels
438     } // granule
439
440     // System.out.println("Counter = ................................."+counter);
441     // if (counter < 609)
442     // {
443     counter++; // count should be loc*
444     buffer.write_buffer(1); // buffer!!!
445     // }
446     // else if (counter == 609)
447     // {
448     // buffer.close();
449     // counter++;
450     // }
451     // else
452     // {
453     // }
454
455   }
456
457   /**
458    * Reads the side info from the stream, assuming the entire. frame has been
459    * read already. Mono : 136 bits (= 17 bytes) Stereo : 256 bits (= 32 bytes)
460    */
461   @RETURNLOC("OUT")
462   private boolean get_side_info() {
463     @LOC("IN") int ch;
464     @LOC("IN") int gr;
465     if (header.version() == Header.MPEG1) {
466
467       si.main_data_begin = stream.get_bits(9);
468       if (channels == 1)
469         si.private_bits = stream.get_bits(5);
470       else
471         si.private_bits = stream.get_bits(3);
472
473       for (ch = 0; ch < channels; ch++) {
474         si.ch[ch].scfsi[0] = stream.get_bits(1);
475         si.ch[ch].scfsi[1] = stream.get_bits(1);
476         si.ch[ch].scfsi[2] = stream.get_bits(1);
477         si.ch[ch].scfsi[3] = stream.get_bits(1);
478       }
479
480       for (gr = 0; gr < 2; gr++) {
481         for (ch = 0; ch < channels; ch++) {
482           si.ch[ch].gr[gr].part2_3_length = stream.get_bits(12);
483           si.ch[ch].gr[gr].big_values = stream.get_bits(9);
484           si.ch[ch].gr[gr].global_gain = stream.get_bits(8);
485           si.ch[ch].gr[gr].scalefac_compress = stream.get_bits(4);
486           si.ch[ch].gr[gr].window_switching_flag = stream.get_bits(1);
487           if ((si.ch[ch].gr[gr].window_switching_flag) != 0) {
488             si.ch[ch].gr[gr].block_type = stream.get_bits(2);
489             si.ch[ch].gr[gr].mixed_block_flag = stream.get_bits(1);
490
491             si.ch[ch].gr[gr].table_select[0] = stream.get_bits(5);
492             si.ch[ch].gr[gr].table_select[1] = stream.get_bits(5);
493
494             si.ch[ch].gr[gr].subblock_gain[0] = stream.get_bits(3);
495             si.ch[ch].gr[gr].subblock_gain[1] = stream.get_bits(3);
496             si.ch[ch].gr[gr].subblock_gain[2] = stream.get_bits(3);
497
498             // Set region_count parameters since they are implicit in this case.
499
500             if (si.ch[ch].gr[gr].block_type == 0) {
501               // Side info bad: block_type == 0 in split block
502               return false;
503             } else if (si.ch[ch].gr[gr].block_type == 2 && si.ch[ch].gr[gr].mixed_block_flag == 0) {
504               si.ch[ch].gr[gr].region0_count = 8;
505             } else {
506               si.ch[ch].gr[gr].region0_count = 7;
507             }
508             si.ch[ch].gr[gr].region1_count = 20 - si.ch[ch].gr[gr].region0_count;
509           } else {
510             si.ch[ch].gr[gr].table_select[0] = stream.get_bits(5);
511             si.ch[ch].gr[gr].table_select[1] = stream.get_bits(5);
512             si.ch[ch].gr[gr].table_select[2] = stream.get_bits(5);
513             si.ch[ch].gr[gr].region0_count = stream.get_bits(4);
514             si.ch[ch].gr[gr].region1_count = stream.get_bits(3);
515             si.ch[ch].gr[gr].block_type = 0;
516           }
517           si.ch[ch].gr[gr].preflag = stream.get_bits(1);
518           si.ch[ch].gr[gr].scalefac_scale = stream.get_bits(1);
519           si.ch[ch].gr[gr].count1table_select = stream.get_bits(1);
520         }
521       }
522
523     } else { // MPEG-2 LSF, SZD: MPEG-2.5 LSF
524
525       si.main_data_begin = stream.get_bits(8);
526       if (channels == 1)
527         si.private_bits = stream.get_bits(1);
528       else
529         si.private_bits = stream.get_bits(2);
530
531       for (ch = 0; ch < channels; ch++) {
532
533         si.ch[ch].gr[0].part2_3_length = stream.get_bits(12);
534         si.ch[ch].gr[0].big_values = stream.get_bits(9);
535         si.ch[ch].gr[0].global_gain = stream.get_bits(8);
536         si.ch[ch].gr[0].scalefac_compress = stream.get_bits(9);
537         si.ch[ch].gr[0].window_switching_flag = stream.get_bits(1);
538
539         if ((si.ch[ch].gr[0].window_switching_flag) != 0) {
540
541           si.ch[ch].gr[0].block_type = stream.get_bits(2);
542           si.ch[ch].gr[0].mixed_block_flag = stream.get_bits(1);
543           si.ch[ch].gr[0].table_select[0] = stream.get_bits(5);
544           si.ch[ch].gr[0].table_select[1] = stream.get_bits(5);
545
546           si.ch[ch].gr[0].subblock_gain[0] = stream.get_bits(3);
547           si.ch[ch].gr[0].subblock_gain[1] = stream.get_bits(3);
548           si.ch[ch].gr[0].subblock_gain[2] = stream.get_bits(3);
549
550           // Set region_count parameters since they are implicit in this case.
551
552           if (si.ch[ch].gr[0].block_type == 0) {
553             // Side info bad: block_type == 0 in split block
554             return false;
555           } else if (si.ch[ch].gr[0].block_type == 2 && si.ch[ch].gr[0].mixed_block_flag == 0) {
556             si.ch[ch].gr[0].region0_count = 8;
557           } else {
558             si.ch[ch].gr[0].region0_count = 7;
559             si.ch[ch].gr[0].region1_count = 20 - si.ch[ch].gr[0].region0_count;
560           }
561
562         } else {
563           si.ch[ch].gr[0].table_select[0] = stream.get_bits(5);
564           si.ch[ch].gr[0].table_select[1] = stream.get_bits(5);
565           si.ch[ch].gr[0].table_select[2] = stream.get_bits(5);
566           si.ch[ch].gr[0].region0_count = stream.get_bits(4);
567           si.ch[ch].gr[0].region1_count = stream.get_bits(3);
568           si.ch[ch].gr[0].block_type = 0;
569         }
570
571         si.ch[ch].gr[0].scalefac_scale = stream.get_bits(1);
572         si.ch[ch].gr[0].count1table_select = stream.get_bits(1);
573       } // for(ch=0; ch<channels; ch++)
574     } // if (header.version() == MPEG1)
575     return true;
576   }
577
578   /**
579          *
580          */
581   @LATTICE("THIS<IN,THISLOC=THIS,GLOBALLOC=IN")
582   private void get_scale_factors(@LOC("THIS,LayerIIIDecoder.SF0") int ch,
583       @LOC("THIS,LayerIIIDecoder.SF0") int gr) {
584
585     @LOC("THIS,LayerIIIDecoder.GSF4") int sfb;
586     @LOC("THIS,LayerIIIDecoder.GSF5") int window;
587     @LOC("THIS,LayerIIIDecoder.GSF1") gr_info_s gr_info = (si.ch[ch].gr[gr]);
588     @LOC("THIS,LayerIIIDecoder.GSF2") int scale_comp = gr_info.scalefac_compress;
589     @LOC("THIS,LayerIIIDecoder.GSF3") int length0 = slen[0][scale_comp];
590     @LOC("THIS,LayerIIIDecoder.GSF3") int length1 = slen[1][scale_comp];
591
592     if ((gr_info.window_switching_flag != 0) && (gr_info.block_type == 2)) {
593       if ((gr_info.mixed_block_flag) != 0) { // MIXED
594         for (sfb = 0; sfb < 8; sfb++)
595           scalefac[ch].l[sfb] = br.hgetbits(slen[0][gr_info.scalefac_compress]);
596         for (sfb = 3; sfb < 6; sfb++)
597           for (window = 0; window < 3; window++)
598             scalefac[ch].s[window][sfb] = br.hgetbits(slen[0][gr_info.scalefac_compress]);
599         for (sfb = 6; sfb < 12; sfb++)
600           for (window = 0; window < 3; window++)
601             scalefac[ch].s[window][sfb] = br.hgetbits(slen[1][gr_info.scalefac_compress]);
602         for (sfb = 12, window = 0; window < 3; window++)
603           scalefac[ch].s[window][sfb] = 0;
604
605       } else { // SHORT
606
607         scalefac[ch].s[0][0] = br.hgetbits(length0);
608         scalefac[ch].s[1][0] = br.hgetbits(length0);
609         scalefac[ch].s[2][0] = br.hgetbits(length0);
610         scalefac[ch].s[0][1] = br.hgetbits(length0);
611         scalefac[ch].s[1][1] = br.hgetbits(length0);
612         scalefac[ch].s[2][1] = br.hgetbits(length0);
613         scalefac[ch].s[0][2] = br.hgetbits(length0);
614         scalefac[ch].s[1][2] = br.hgetbits(length0);
615         scalefac[ch].s[2][2] = br.hgetbits(length0);
616         scalefac[ch].s[0][3] = br.hgetbits(length0);
617         scalefac[ch].s[1][3] = br.hgetbits(length0);
618         scalefac[ch].s[2][3] = br.hgetbits(length0);
619         scalefac[ch].s[0][4] = br.hgetbits(length0);
620         scalefac[ch].s[1][4] = br.hgetbits(length0);
621         scalefac[ch].s[2][4] = br.hgetbits(length0);
622         scalefac[ch].s[0][5] = br.hgetbits(length0);
623         scalefac[ch].s[1][5] = br.hgetbits(length0);
624         scalefac[ch].s[2][5] = br.hgetbits(length0);
625         scalefac[ch].s[0][6] = br.hgetbits(length1);
626         scalefac[ch].s[1][6] = br.hgetbits(length1);
627         scalefac[ch].s[2][6] = br.hgetbits(length1);
628         scalefac[ch].s[0][7] = br.hgetbits(length1);
629         scalefac[ch].s[1][7] = br.hgetbits(length1);
630         scalefac[ch].s[2][7] = br.hgetbits(length1);
631         scalefac[ch].s[0][8] = br.hgetbits(length1);
632         scalefac[ch].s[1][8] = br.hgetbits(length1);
633         scalefac[ch].s[2][8] = br.hgetbits(length1);
634         scalefac[ch].s[0][9] = br.hgetbits(length1);
635         scalefac[ch].s[1][9] = br.hgetbits(length1);
636         scalefac[ch].s[2][9] = br.hgetbits(length1);
637         scalefac[ch].s[0][10] = br.hgetbits(length1);
638         scalefac[ch].s[1][10] = br.hgetbits(length1);
639         scalefac[ch].s[2][10] = br.hgetbits(length1);
640         scalefac[ch].s[0][11] = br.hgetbits(length1);
641         scalefac[ch].s[1][11] = br.hgetbits(length1);
642         scalefac[ch].s[2][11] = br.hgetbits(length1);
643         scalefac[ch].s[0][12] = 0;
644         scalefac[ch].s[1][12] = 0;
645         scalefac[ch].s[2][12] = 0;
646       } // SHORT
647
648     } else { // LONG types 0,1,3
649
650       if ((si.ch[ch].scfsi[0] == 0) || (gr == 0)) {
651         scalefac[ch].l[0] = br.hgetbits(length0);
652         scalefac[ch].l[1] = br.hgetbits(length0);
653         scalefac[ch].l[2] = br.hgetbits(length0);
654         scalefac[ch].l[3] = br.hgetbits(length0);
655         scalefac[ch].l[4] = br.hgetbits(length0);
656         scalefac[ch].l[5] = br.hgetbits(length0);
657       }
658       if ((si.ch[ch].scfsi[1] == 0) || (gr == 0)) {
659         scalefac[ch].l[6] = br.hgetbits(length0);
660         scalefac[ch].l[7] = br.hgetbits(length0);
661         scalefac[ch].l[8] = br.hgetbits(length0);
662         scalefac[ch].l[9] = br.hgetbits(length0);
663         scalefac[ch].l[10] = br.hgetbits(length0);
664       }
665       if ((si.ch[ch].scfsi[2] == 0) || (gr == 0)) {
666         scalefac[ch].l[11] = br.hgetbits(length1);
667         scalefac[ch].l[12] = br.hgetbits(length1);
668         scalefac[ch].l[13] = br.hgetbits(length1);
669         scalefac[ch].l[14] = br.hgetbits(length1);
670         scalefac[ch].l[15] = br.hgetbits(length1);
671       }
672       if ((si.ch[ch].scfsi[3] == 0) || (gr == 0)) {
673         scalefac[ch].l[16] = br.hgetbits(length1);
674         scalefac[ch].l[17] = br.hgetbits(length1);
675         scalefac[ch].l[18] = br.hgetbits(length1);
676         scalefac[ch].l[19] = br.hgetbits(length1);
677         scalefac[ch].l[20] = br.hgetbits(length1);
678       }
679
680       scalefac[ch].l[21] = 0;
681       scalefac[ch].l[22] = 0;
682     }
683   }
684
685   /**
686          *
687          */
688   // MDM: new_slen is fully initialized before use, no need
689   // to reallocate array.
690   @LOC("NS")
691   private final int[] new_slen = new int[4];
692
693   // ssjava
694   @LATTICE("THIS<IN,THIS<I,THIS<X,THIS<M,I*,X*,M*,THISLOC=THIS,GLOBALLOC=THIS")
695   private void get_LSF_scale_data(@LOC("IN") int ch, @LOC("IN") int gr) {
696
697     @LOC("THIS,LayerIIIDecoder.HD1") int mode_ext = header.mode_extension();
698     // @LOC("THIS,LayerIIIDecoder.GLSFD1") gr_info_s gr_info =
699     // (si.ch[ch].gr[gr]); // remove alias
700
701     @LOC("THIS,LayerIIIDecoder.SI1") int scalefac_comp = si.ch[ch].gr[gr].scalefac_compress;
702     @LOC("THIS,LayerIIIDecoder.SI1") int blocktypenumber;
703
704     @LOC("THIS,LayerIIIDecoder.GLSFD3") int int_scalefac_comp;
705     @LOC("M") int m;
706     @LOC("THIS,LayerIIIDecoder.GLSFD4") int blocknumber = 0;
707
708     if (si.ch[ch].gr[gr].block_type == 2) {
709       if (si.ch[ch].gr[gr].mixed_block_flag == 0) {
710         blocktypenumber = 1;
711       } else if (si.ch[ch].gr[gr].mixed_block_flag == 1) {
712         blocktypenumber = 2;
713       } else {
714         blocktypenumber = 0;
715       }
716     } else {
717       blocktypenumber = 0;
718     }
719
720     if (!(((mode_ext == 1) || (mode_ext == 3)) && (ch == 1))) {
721
722       if (scalefac_comp < 400) {
723
724         new_slen[0] = (scalefac_comp >>> 4) / 5;
725         new_slen[1] = (scalefac_comp >>> 4) % 5;
726         new_slen[2] = (scalefac_comp & 0xF) >>> 2;
727         new_slen[3] = (scalefac_comp & 3);
728         si.ch[ch].gr[gr].preflag = 0;
729         blocknumber = 0;
730
731       } else if (scalefac_comp < 500) {
732
733         new_slen[0] = ((scalefac_comp - 400) >>> 2) / 5;
734         new_slen[1] = ((scalefac_comp - 400) >>> 2) % 5;
735         new_slen[2] = (scalefac_comp - 400) & 3;
736         new_slen[3] = 0;
737         si.ch[ch].gr[gr].preflag = 0;
738         blocknumber = 1;
739
740       } else if (scalefac_comp < 512) {
741
742         new_slen[0] = (scalefac_comp - 500) / 3;
743         new_slen[1] = (scalefac_comp - 500) % 3;
744         new_slen[2] = 0;
745         new_slen[3] = 0;
746         si.ch[ch].gr[gr].preflag = 1;
747         blocknumber = 2;
748       }
749     }
750
751     if ((((mode_ext == 1) || (mode_ext == 3)) && (ch == 1))) {
752       int_scalefac_comp = scalefac_comp >>> 1;
753
754       if (int_scalefac_comp < 180) {
755         new_slen[0] = int_scalefac_comp / 36;
756         new_slen[1] = (int_scalefac_comp % 36) / 6;
757         new_slen[2] = (int_scalefac_comp % 36) % 6;
758         new_slen[3] = 0;
759         si.ch[ch].gr[gr].preflag = 0;
760         blocknumber = 3;
761       } else if (int_scalefac_comp < 244) {
762         new_slen[0] = ((int_scalefac_comp - 180) & 0x3F) >>> 4;
763         new_slen[1] = ((int_scalefac_comp - 180) & 0xF) >>> 2;
764         new_slen[2] = (int_scalefac_comp - 180) & 3;
765         new_slen[3] = 0;
766         si.ch[ch].gr[gr].preflag = 0;
767         blocknumber = 4;
768       } else if (int_scalefac_comp < 255) {
769         new_slen[0] = (int_scalefac_comp - 244) / 3;
770         new_slen[1] = (int_scalefac_comp - 244) % 3;
771         new_slen[2] = 0;
772         new_slen[3] = 0;
773         si.ch[ch].gr[gr].preflag = 0;
774         blocknumber = 5;
775       }
776     }
777
778     for (@LOC("X") int x = 0; x < 45; x++)
779       // why 45, not 54?
780       scalefac_buffer[x] = 0;
781
782     m = 0;
783     for (@LOC("I") int i = 0; i < 4; i++) {
784       for (@LOC("THIS,LayerIIIDecoder.GLSFD5") int j = 0; j < nr_of_sfb_block[blocknumber][blocktypenumber][i]; j++) {
785         scalefac_buffer[m] = (new_slen[i] == 0) ? 0 : br.hgetbits(new_slen[i]);
786         m++;
787
788       } // for (unint32 j ...
789     } // for (uint32 i ...
790   }
791
792   /**
793          *
794          */
795   @LATTICE("THIS<IN,THISLOC=THIS,GLOBALLOC=IN")
796   private void get_LSF_scale_factors(@LOC("THIS,LayerIIIDecoder.SF0") int ch,
797       @LOC("THIS,LayerIIIDecoder.SF0") int gr) {
798     @LOC("THIS,LayerIIIDecoder.GLSFF4") int m = 0;
799     @LOC("THIS,LayerIIIDecoder.GLSFF2") int sfb;
800     @LOC("THIS,LayerIIIDecoder.GLSFF3") int window;
801     @LOC("THIS,LayerIIIDecoder.GLSFF1") gr_info_s gr_info = (si.ch[ch].gr[gr]);
802
803     get_LSF_scale_data(ch, gr);
804
805     if ((gr_info.window_switching_flag != 0) && (gr_info.block_type == 2)) {
806       if (gr_info.mixed_block_flag != 0) { // MIXED
807         for (sfb = 0; sfb < 8; sfb++) {
808           scalefac[ch].l[sfb] = scalefac_buffer[m];
809           m++;
810         }
811         for (sfb = 3; sfb < 12; sfb++) {
812           for (window = 0; window < 3; window++) {
813             scalefac[ch].s[window][sfb] = scalefac_buffer[m];
814             m++;
815           }
816         }
817         for (window = 0; window < 3; window++)
818           scalefac[ch].s[window][12] = 0;
819
820       } else { // SHORT
821
822         for (sfb = 0; sfb < 12; sfb++) {
823           for (window = 0; window < 3; window++) {
824             scalefac[ch].s[window][sfb] = scalefac_buffer[m];
825             m++;
826           }
827         }
828
829         for (window = 0; window < 3; window++)
830           scalefac[ch].s[window][12] = 0;
831       }
832     } else { // LONG types 0,1,3
833
834       for (sfb = 0; sfb < 21; sfb++) {
835         scalefac[ch].l[sfb] = scalefac_buffer[m];
836         m++;
837       }
838       scalefac[ch].l[21] = 0; // Jeff
839       scalefac[ch].l[22] = 0;
840     }
841   }
842
843   /**
844          *
845          */
846   @LOC("LY")
847   int[] x = { 0 };
848   @LOC("F")
849   int[] y = { 0 };
850   @LOC("LY")
851   int[] v = { 0 };
852   @LOC("LY")
853   int[] w = { 0 };
854
855   @LATTICE("H<I,I<R,R<B1,B1<B,B<THIS,THIS<IN,I*,THISLOC=THIS,GLOBALLOC=IN")
856   private void huffman_decode(@LOC("THIS,LayerIIIDecoder.HD1") int ch,
857       @LOC("THIS,LayerIIIDecoder.HD1") int gr) {
858
859     x[0] = 0;
860     y[0] = 0;
861     v[0] = 0;
862     w[0] = 0;
863
864     @LOC("THIS,LayerIIIDecoder.HD1") int part2_3_end =
865         part2_start + si.ch[ch].gr[gr].part2_3_length;
866     @LOC("THIS,LayerIIIDecoder.HD2") int num_bits;
867     @LOC("R") int region1Start;
868     @LOC("R") int region2Start;
869     @LOC("THIS,LayerIIIDecoder.HD3") int index;
870
871     @LOC("B") int buf;
872     @LOC("B1") int buf1;
873
874     @LOC("H") huffcodetab h;
875
876     // Find region boundary for short block case
877
878     if (((si.ch[ch].gr[gr].window_switching_flag) != 0) && (si.ch[ch].gr[gr].block_type == 2)) {
879
880       // Region2.
881       // MS: Extrahandling for 8KHZ
882       region1Start = (sfreq == 8) ? 72 : 36; // sfb[9/3]*3=36 or in case 8KHZ =
883                                              // 72
884       region2Start = 576; // No Region2 for short block case
885
886     } else { // Find region boundary for long block case
887
888       buf = si.ch[ch].gr[gr].region0_count + 1;
889       buf1 = buf + si.ch[ch].gr[gr].region1_count + 1;
890
891       if (buf1 > sfBandIndex[sfreq].l.length - 1)
892         buf1 = sfBandIndex[sfreq].l.length - 1;
893
894       region1Start = sfBandIndex[sfreq].l[buf];
895       region2Start = sfBandIndex[sfreq].l[buf1]; /* MI */
896     }
897
898     index = 0;
899     // Read bigvalues area
900     for (@LOC("I") int i = 0; i < (si.ch[ch].gr[gr].big_values << 1); i += 2) {
901       if (i < region1Start)
902         h = huffcodetab.ht[si.ch[ch].gr[gr].table_select[0]];
903       else if (i < region2Start)
904         h = huffcodetab.ht[si.ch[ch].gr[gr].table_select[1]];
905       else
906         h = huffcodetab.ht[si.ch[ch].gr[gr].table_select[2]];
907
908       huffcodetab.huffman_decoder(h, x, y, v, w, br);
909       // if (index >= is_1d.length)
910       // System.out.println("i0="+i+"/"+(si.ch[ch].gr[gr].big_values<<1)+" Index="+index+" is_1d="+is_1d.length);
911
912       is_1d[index++] = x[0];
913       is_1d[index++] = y[0];
914
915       CheckSumHuff = CheckSumHuff + x[0] + y[0];
916       // System.out.println("x = "+x[0]+" y = "+y[0]);
917     }
918
919     // Read count1 area
920     h = huffcodetab.ht[si.ch[ch].gr[gr].count1table_select + 32];
921     num_bits = br.hsstell();
922
923     while ((num_bits < part2_3_end) && (index < 576)) {
924
925       huffcodetab.huffman_decoder(h, x, y, v, w, br);
926
927       is_1d[index++] = v[0];
928       is_1d[index++] = w[0];
929       is_1d[index++] = x[0];
930       is_1d[index++] = y[0];
931       CheckSumHuff = CheckSumHuff + v[0] + w[0] + x[0] + y[0];
932       // System.out.println("v = "+v[0]+" w = "+w[0]);
933       // System.out.println("x = "+x[0]+" y = "+y[0]);
934       num_bits = br.hsstell();
935     }
936
937     if (num_bits > part2_3_end) {
938       br.rewindNbits(num_bits - part2_3_end);
939       index -= 4;
940     }
941
942     num_bits = br.hsstell();
943
944     // Dismiss stuffing bits
945     if (num_bits < part2_3_end)
946       br.hgetbits(part2_3_end - num_bits);
947
948     // Zero out rest
949
950     if (index < 576)
951       nonzero[ch] = index;
952     else
953       nonzero[ch] = 576;
954
955     if (index < 0)
956       index = 0;
957
958     // may not be necessary
959     for (; index < 576; index++)
960       is_1d[index] = 0;
961   }
962
963   /**
964          *
965          */
966   private void i_stereo_k_values(@LOC("IN") int is_pos, @LOC("IN") int io_type, @LOC("IN") int i) {
967     if (is_pos == 0) {
968       k[0][i] = 1.0f;
969       k[1][i] = 1.0f;
970     } else if ((is_pos & 1) != 0) {
971       k[0][i] = io[io_type][(is_pos + 1) >>> 1];
972       k[1][i] = 1.0f;
973     } else {
974       k[0][i] = 1.0f;
975       k[1][i] = io[io_type][is_pos >>> 1];
976     }
977   }
978
979   /**
980          *
981          */
982   // @LATTICE("OUT<QUO,QUO<REST,REST<IDX,IDX<VAR,VAR<CB,CB<J,CB<GR,GR<IN,J<IN,QUO*,REST*,IDX*,CB*,J*,THISLOC=IN,GLOBALLOC=IN")
983   @LATTICE("THIS,THISLOC=THIS")
984   // ssjava
985   private void dequantize_sample(
986   /* @LOC("OUT") float xr[][], */@LOC("THIS,LayerIIIDecoder.SI") int ch,
987       @LOC("THIS,LayerIIIDecoder.SI") int gr) {
988
989     // @LOC("GR") gr_info_s gr_info = (si.ch[ch].gr[gr]); remove alias!
990     @LOC("THIS,LayerIIIDecoder.SI1") int cb = 0;
991
992     @LOC("THIS,LayerIIIDecoder.SI1") int next_cb_boundary;
993     @LOC("THIS,LayerIIIDecoder.SI1") int cb_begin = 0;
994     @LOC("THIS,LayerIIIDecoder.SI1") int cb_width = 0;
995     @LOC("THIS,LayerIIIDecoder.SI1") float g_gain;
996
997     @LOC("THIS,LayerIIIDecoder.SI1") int index = 0;
998     @LOC("THIS,LayerIIIDecoder.SI1") int t_index;
999     @LOC("THIS,LayerIIIDecoder.NZ") int j;
1000
1001     // float[][] xr_1d = xr;//substituted xr for instances of xr_1d to decrease
1002     // number of areas
1003
1004     // choose correct scalefactor band per block type, initalize boundary
1005
1006     if ((si.ch[ch].gr[gr].window_switching_flag != 0) && (si.ch[ch].gr[gr].block_type == 2)) {
1007       if (si.ch[ch].gr[gr].mixed_block_flag != 0)
1008         next_cb_boundary = sfBandIndex[sfreq].l[1]; // LONG blocks: 0,1,3
1009       else {
1010         cb_width = sfBandIndex[sfreq].s[1];
1011         next_cb_boundary = (cb_width << 2) - cb_width;
1012         cb_begin = 0;
1013       }
1014     } else {
1015       next_cb_boundary = sfBandIndex[sfreq].l[1]; // LONG blocks: 0,1,3
1016     }
1017
1018     // Compute overall (global) scaling.
1019
1020     g_gain = (float) Math.pow(2.0, (0.25 * (si.ch[ch].gr[gr].global_gain - 210.0)));
1021
1022     for (j = 0; j < nonzero[ch]; j++) {
1023       // Modif E.B 02/22/99
1024       @LOC("THIS,LayerIIIDecoder.NZ") int reste = j % SSLIMIT;
1025       @LOC("THIS,LayerIIIDecoder.NZ") int quotien = (int) ((j - reste) / SSLIMIT);
1026       if (is_1d[j] == 0) {
1027         ro[ch][quotien][reste] = 0.0f;
1028       } else {
1029         @LOC("THIS,LayerIIIDecoder.SI1") int abv = is_1d[j];
1030         // Pow Array fix (11/17/04)
1031         if (abv < t_43.length) {
1032           if (is_1d[j] > 0)
1033             ro[ch][quotien][reste] = g_gain * t_43[abv];
1034           else {
1035             if (-abv < t_43.length)
1036               ro[ch][quotien][reste] = -g_gain * t_43[-abv];
1037             else
1038               ro[ch][quotien][reste] = -g_gain * (float) Math.pow(-abv, d43);
1039           }
1040         } else {
1041           if (is_1d[j] > 0)
1042             ro[ch][quotien][reste] = g_gain * (float) Math.pow(abv, d43);
1043           else
1044             ro[ch][quotien][reste] = -g_gain * (float) Math.pow(-abv, d43);
1045         }
1046       }
1047     }
1048
1049     // apply formula per block type
1050     for (j = 0; j < nonzero[ch]; j++) {
1051       // Modif E.B 02/22/99
1052       @LOC("THIS,LayerIIIDecoder.NZ") int reste = j % SSLIMIT;
1053       @LOC("THIS,LayerIIIDecoder.NZ") int quotien = (int) ((j - reste) / SSLIMIT);
1054
1055       if (index == next_cb_boundary) { /* Adjust critical band boundary */
1056         if ((si.ch[ch].gr[gr].window_switching_flag != 0) && (si.ch[ch].gr[gr].block_type == 2)) {
1057           if (si.ch[ch].gr[gr].mixed_block_flag != 0) {
1058
1059             if (index == sfBandIndex[sfreq].l[8]) {
1060               next_cb_boundary = sfBandIndex[sfreq].s[4];
1061               next_cb_boundary = (next_cb_boundary << 2) - next_cb_boundary;
1062               cb = 3;
1063               cb_width = sfBandIndex[sfreq].s[4] - sfBandIndex[sfreq].s[3];
1064
1065               cb_begin = sfBandIndex[sfreq].s[3];
1066               cb_begin = (cb_begin << 2) - cb_begin;
1067
1068             } else if (index < sfBandIndex[sfreq].l[8]) {
1069
1070               next_cb_boundary = sfBandIndex[sfreq].l[(++cb) + 1];
1071
1072             } else {
1073
1074               next_cb_boundary = sfBandIndex[sfreq].s[(++cb) + 1];
1075               next_cb_boundary = (next_cb_boundary << 2) - next_cb_boundary;
1076
1077               cb_begin = sfBandIndex[sfreq].s[cb];
1078               cb_width = sfBandIndex[sfreq].s[cb + 1] - cb_begin;
1079               cb_begin = (cb_begin << 2) - cb_begin;
1080             }
1081
1082           } else {
1083
1084             next_cb_boundary = sfBandIndex[sfreq].s[(++cb) + 1];
1085             next_cb_boundary = (next_cb_boundary << 2) - next_cb_boundary;
1086
1087             cb_begin = sfBandIndex[sfreq].s[cb];
1088             cb_width = sfBandIndex[sfreq].s[cb + 1] - cb_begin;
1089             cb_begin = (cb_begin << 2) - cb_begin;
1090           }
1091
1092         } else { // long blocks
1093
1094           next_cb_boundary = sfBandIndex[sfreq].l[(++cb) + 1];
1095
1096         }
1097       }
1098
1099       // Do long/short dependent scaling operations
1100
1101       if ((si.ch[ch].gr[gr].window_switching_flag != 0)
1102           && (((si.ch[ch].gr[gr].block_type == 2) && (si.ch[ch].gr[gr].mixed_block_flag == 0)) || ((si.ch[ch].gr[gr].block_type == 2)
1103               && (si.ch[ch].gr[gr].mixed_block_flag != 0) && (j >= 36)))) {
1104
1105         t_index = (index - cb_begin) / cb_width;
1106         /*
1107          * xr[sb][ss] *= pow(2.0, ((-2.0 * gr_info.subblock_gain[t_index]) -(0.5
1108          * * (1.0 + gr_info.scalefac_scale) scalefac[ch].s[t_index][cb])));
1109          */
1110         @LOC("THIS,LayerIIIDecoder.SI1") int idx =
1111             scalefac[ch].s[t_index][cb] << si.ch[ch].gr[gr].scalefac_scale;
1112         idx += (si.ch[ch].gr[gr].subblock_gain[t_index] << 2);
1113
1114         ro[ch][quotien][reste] *= two_to_negative_half_pow[idx];
1115
1116       } else { // LONG block types 0,1,3 & 1st 2 subbands of switched blocks
1117         /*
1118          * xr[sb][ss] *= pow(2.0, -0.5 * (1.0+gr_info.scalefac_scale)
1119          * (scalefac[ch].l[cb] + gr_info.preflag * pretab[cb]));
1120          */
1121         @LOC("THIS,LayerIIIDecoder.SI1") int idx = scalefac[ch].l[cb];
1122
1123         if (si.ch[ch].gr[gr].preflag != 0)
1124           idx += pretab[cb];
1125
1126         idx = idx << si.ch[ch].gr[gr].scalefac_scale;
1127         ro[ch][quotien][reste] *= two_to_negative_half_pow[idx];
1128       }
1129       index++;
1130     }
1131
1132     for (j = nonzero[ch]; j < 576; j++) {
1133       // Modif E.B 02/22/99
1134       @LOC("THIS,LayerIIIDecoder.NZ") int reste = j % SSLIMIT;
1135       @LOC("THIS,LayerIIIDecoder.NZ") int quotien = (int) ((j - reste) / SSLIMIT);
1136       if (reste < 0)
1137         reste = 0;
1138       if (quotien < 0)
1139         quotien = 0;
1140       ro[ch][quotien][reste] = 0.0f;
1141     }
1142
1143     return;
1144   }
1145
1146   /**
1147          *
1148          */
1149   @LATTICE("THIS<I,I<GR,GR<IN,I*,THISLOC=THIS,GLOBALLOC=IN")
1150   private void reorder(/* @LOC("IN") float xr[][], */@LOC("THIS,LayerIIIDecoder.SI") int ch,
1151       @LOC("THIS,LayerIIIDecoder.SI") int gr) {
1152     // the purpose of reordering: move 'short samples' back to their original
1153     // position
1154     // after reorder, the samples are no long ordered by frequency
1155
1156     // the format of input data to reorder:
1157     // three small chunks of 192 samples each are combined to 576 samples
1158     // ordered by frequency
1159
1160     @LOC("GR") gr_info_s gr_info = (si.ch[ch].gr[gr]);
1161     @LOC("THIS,LayerIIIDecoder.RO6") int freq;
1162     @LOC("THIS,LayerIIIDecoder.RO5") int freq3;
1163     @LOC("I") int index;
1164     @LOC("THIS,LayerIIIDecoder.RO9") int sfb;
1165     @LOC("THIS,LayerIIIDecoder.RO8") int sfb_start;
1166     @LOC("THIS,LayerIIIDecoder.RO7") int sfb_lines;
1167     @LOC("THIS,LayerIIIDecoder.RO4") int src_line;
1168     @LOC("THIS,LayerIIIDecoder.RO1") int des_line;
1169     // float[][] xr_1d = xr; subbed in xr for xr_1d so as not to create extra
1170     // areas
1171
1172     if ((gr_info.window_switching_flag != 0) && (gr_info.block_type == 2)) {
1173
1174       for (index = 0; index < 576; index++)
1175         out_1d[index] = 0.0f;
1176
1177       if (gr_info.mixed_block_flag != 0) {
1178         // NO REORDER FOR LOW 2 SUBBANDS
1179         for (index = 0; index < 36; index++) {
1180           // Modif E.B 02/22/99
1181           @LOC("THIS,LayerIIIDecoder.RO3") int reste = index % SSLIMIT;
1182           @LOC("THIS,LayerIIIDecoder.RO2") int quotien = (int) ((index - reste) / SSLIMIT);
1183           out_1d[index] = lr[ch][quotien][reste];
1184         }
1185         // REORDERING FOR REST SWITCHED SHORT
1186         /*
1187          * for( sfb=3,sfb_start=sfBandIndex[sfreq].s[3],
1188          * sfb_lines=sfBandIndex[sfreq].s[4] - sfb_start; sfb < 13;
1189          * sfb++,sfb_start = sfBandIndex[sfreq].s[sfb], sfb_lines =
1190          * sfBandIndex[sfreq].s[sfb+1] - sfb_start ) {
1191          */
1192         for (sfb = 3; sfb < 13; sfb++) {
1193           // System.out.println("sfreq="+sfreq+" sfb="+sfb+" sfBandIndex="+sfBandIndex.length+" sfBandIndex[sfreq].s="+sfBandIndex[sfreq].s.length);
1194           sfb_start = sfBandIndex[sfreq].s[sfb];
1195           sfb_lines = sfBandIndex[sfreq].s[sfb + 1] - sfb_start;
1196
1197           @LOC("THIS,LayerIIIDecoder.RO7") int sfb_start3 = (sfb_start << 2) - sfb_start;
1198
1199           for (freq = 0, freq3 = 0; freq < sfb_lines; freq++, freq3 += 3) {
1200
1201             src_line = sfb_start3 + freq;
1202             des_line = sfb_start3 + freq3;
1203             // Modif E.B 02/22/99
1204             @LOC("THIS,LayerIIIDecoder.RO3") int reste = src_line % SSLIMIT;
1205             @LOC("THIS,LayerIIIDecoder.RO2") int quotien = (int) ((src_line - reste) / SSLIMIT);
1206
1207             out_1d[des_line] = lr[ch][quotien][reste];
1208             src_line += sfb_lines;
1209             des_line++;
1210
1211             reste = src_line % SSLIMIT;
1212             quotien = (int) ((src_line - reste) / SSLIMIT);
1213
1214             out_1d[des_line] = lr[ch][quotien][reste];
1215             src_line += sfb_lines;
1216             des_line++;
1217
1218             reste = src_line % SSLIMIT;
1219             quotien = (int) ((src_line - reste) / SSLIMIT);
1220
1221             out_1d[des_line] = lr[ch][quotien][reste];
1222           }
1223         }
1224
1225       } else { // pure short
1226         for (index = 0; index < 576; index++) {
1227           @LOC("THIS,LayerIIIDecoder.RO8") int j = reorder_table[sfreq][index];
1228           @LOC("THIS,LayerIIIDecoder.RO3") int reste = j % SSLIMIT;
1229           @LOC("THIS,LayerIIIDecoder.RO2") int quotien = (int) ((j - reste) / SSLIMIT);
1230           out_1d[index] = lr[ch][quotien][reste];
1231         }
1232       }
1233     } else { // long blocks
1234       for (index = 0; index < 576; index++) {
1235         // Modif E.B 02/22/99
1236         @LOC("THIS,LayerIIIDecoder.RO3") int reste = index % SSLIMIT;
1237         @LOC("THIS,LayerIIIDecoder.RO2") int quotien = (int) ((index - reste) / SSLIMIT);
1238         out_1d[index] = lr[ch][quotien][reste];
1239       }
1240     }
1241   }
1242
1243   /**
1244          *
1245          */
1246
1247   @LOC("IP")
1248   int[] is_pos = new int[576];
1249   @LOC("IR")
1250   float[] is_ratio = new float[576];
1251
1252   @LATTICE("IO<THIS,THIS<IN,THISLOC=THIS,GLOBALLOC=IN")
1253   private void stereo(@LOC("THIS,LayerIIIDecoder.SH") int gr) {
1254     @LOC("THIS,LayerIIIDecoder.SH") int sb;
1255     @LOC("THIS,LayerIIIDecoder.SH") int ss;
1256
1257     if (channels == 1) { // mono , bypass xr[0][][] to lr[0][][]
1258
1259       for (sb = 0; sb < SBLIMIT; sb++)
1260         for (ss = 0; ss < SSLIMIT; ss += 3) {
1261           lr[0][sb][ss] = ro[0][sb][ss];
1262           lr[0][sb][ss + 1] = ro[0][sb][ss + 1];
1263           lr[0][sb][ss + 2] = ro[0][sb][ss + 2];
1264         }
1265
1266     } else {
1267
1268       @LOC("THIS,LayerIIIDecoder.ME") gr_info_s gr_info = (si.ch[0].gr[gr]);
1269       @LOC("THIS,LayerIIIDecoder.ME") int mode_ext = header.mode_extension();
1270       @LOC("THIS,LayerIIIDecoder.SH") int sfb;
1271       @LOC("THIS,LayerIIIDecoder.SH") int i;
1272       @LOC("THIS,LayerIIIDecoder.SH") int lines;
1273       @LOC("THIS,LayerIIIDecoder.SH") int temp;
1274       @LOC("THIS,LayerIIIDecoder.TMP2") int temp2;
1275
1276       @LOC("THIS,LayerIIIDecoder.S") boolean ms_stereo =
1277           ((header.mode() == Header.JOINT_STEREO) && ((mode_ext & 0x2) != 0));
1278       @LOC("THIS,LayerIIIDecoder.S") boolean i_stereo =
1279           ((header.mode() == Header.JOINT_STEREO) && ((mode_ext & 0x1) != 0));
1280       @LOC("THIS,LayerIIIDecoder.LSF") boolean lsf =
1281           ((header.version() == Header.MPEG2_LSF || header.version() == Header.MPEG25_LSF)); // SZD
1282
1283       @LOC("IO") int io_type = (gr_info.scalefac_compress & 1);
1284
1285       // initialization
1286
1287       for (i = 0; i < 576; i++) {
1288         is_pos[i] = 7;
1289
1290         is_ratio[i] = 0.0f;
1291       }
1292
1293       if (i_stereo) {
1294         if ((gr_info.window_switching_flag != 0) && (gr_info.block_type == 2)) {
1295           if (gr_info.mixed_block_flag != 0) {
1296
1297             @LOC("THIS,LayerIIIDecoder.SH") int max_sfb = 0;
1298
1299             for (@LOC("THIS,LayerIIIDecoder.J") int j = 0; j < 3; j++) {
1300               @LOC("THIS,LayerIIIDecoder.SH") int sfbcnt;
1301               sfbcnt = 2;
1302               for (sfb = 12; sfb >= 3; sfb--) {
1303                 i = sfBandIndex[sfreq].s[sfb];
1304                 lines = sfBandIndex[sfreq].s[sfb + 1] - i;
1305                 i = (i << 2) - i + (j + 1) * lines - 1;
1306
1307                 while (lines > 0) {
1308                   if (ro[1][i / 18][i % 18] != 0.0f) {
1309                     // MDM: in java, array access is very slow.
1310                     // Is quicker to compute div and mod values.
1311                     // if (ro[1][ss_div[i]][ss_mod[i]] != 0.0f) {
1312                     sfbcnt = sfb;
1313                     sfb = -10;
1314                     lines = -10;
1315                   }
1316
1317                   lines--;
1318                   i--;
1319
1320                 } // while (lines > 0)
1321
1322               } // for (sfb=12 ...
1323               sfb = sfbcnt + 1;
1324
1325               if (sfb > max_sfb)
1326                 max_sfb = sfb;
1327
1328               while (sfb < 12) {
1329                 temp = sfBandIndex[sfreq].s[sfb];
1330                 sb = sfBandIndex[sfreq].s[sfb + 1] - temp;
1331                 i = (temp << 2) - temp + j * sb;
1332
1333                 for (; sb > 0; sb--) {
1334                   is_pos[i] = scalefac[1].s[j][sfb];
1335                   if (is_pos[i] != 7)
1336                     if (lsf)
1337                       i_stereo_k_values(is_pos[i], io_type, i);
1338                     else
1339                       is_ratio[i] = TAN12[is_pos[i]];
1340
1341                   i++;
1342                 } // for (; sb>0...
1343                 sfb++;
1344               } // while (sfb < 12)
1345               sfb = sfBandIndex[sfreq].s[10];
1346               sb = sfBandIndex[sfreq].s[11] - sfb;
1347               sfb = (sfb << 2) - sfb + j * sb;
1348               temp = sfBandIndex[sfreq].s[11];
1349               sb = sfBandIndex[sfreq].s[12] - temp;
1350               i = (temp << 2) - temp + j * sb;
1351
1352               for (; sb > 0; sb--) {
1353                 is_pos[i] = is_pos[sfb];
1354
1355                 if (lsf) {
1356                   k[0][i] = k[0][sfb];
1357                   k[1][i] = k[1][sfb];
1358                 } else {
1359                   is_ratio[i] = is_ratio[sfb];
1360                 }
1361                 i++;
1362               } // for (; sb > 0 ...
1363             }
1364             if (max_sfb <= 3) {
1365               i = 2;
1366               ss = 17;
1367               sb = -1;
1368               while (i >= 0) {
1369                 if (ro[1][i][ss] != 0.0f) {
1370                   sb = (i << 4) + (i << 1) + ss;
1371                   i = -1;
1372                 } else {
1373                   ss--;
1374                   if (ss < 0) {
1375                     i--;
1376                     ss = 17;
1377                   }
1378                 } // if (ro ...
1379               } // while (i>=0)
1380               i = 0;
1381               while (sfBandIndex[sfreq].l[i] <= sb)
1382                 i++;
1383               sfb = i;
1384               i = sfBandIndex[sfreq].l[i];
1385               for (; sfb < 8; sfb++) {
1386                 sb = sfBandIndex[sfreq].l[sfb + 1] - sfBandIndex[sfreq].l[sfb];
1387                 for (; sb > 0; sb--) {
1388                   is_pos[i] = scalefac[1].l[sfb];
1389                   if (is_pos[i] != 7)
1390                     if (lsf)
1391                       i_stereo_k_values(is_pos[i], io_type, i);
1392                     else
1393                       is_ratio[i] = TAN12[is_pos[i]];
1394                   i++;
1395                 } // for (; sb>0 ...
1396               } // for (; sfb<8 ...
1397             } // for (j=0 ...
1398           } else { // if (gr_info.mixed_block_flag)
1399             for (@LOC("THIS,LayerIIIDecoder.J") int j = 0; j < 3; j++) {
1400               @LOC("THIS,LayerIIIDecoder.SH") int sfbcnt;
1401               sfbcnt = -1;
1402               for (sfb = 12; sfb >= 0; sfb--) {
1403                 temp = sfBandIndex[sfreq].s[sfb];
1404                 lines = sfBandIndex[sfreq].s[sfb + 1] - temp;
1405                 i = (temp << 2) - temp + (j + 1) * lines - 1;
1406
1407                 while (lines > 0) {
1408                   if (ro[1][i / 18][i % 18] != 0.0f) {
1409                     // MDM: in java, array access is very slow.
1410                     // Is quicker to compute div and mod values.
1411                     // if (ro[1][ss_div[i]][ss_mod[i]] != 0.0f) {
1412                     sfbcnt = sfb;
1413                     sfb = -10;
1414                     lines = -10;
1415                   }
1416                   lines--;
1417                   i--;
1418                 } // while (lines > 0) */
1419
1420               } // for (sfb=12 ...
1421               sfb = sfbcnt + 1;
1422               while (sfb < 12) {
1423                 temp = sfBandIndex[sfreq].s[sfb];
1424                 sb = sfBandIndex[sfreq].s[sfb + 1] - temp;
1425                 i = (temp << 2) - temp + j * sb;
1426                 for (; sb > 0; sb--) {
1427                   is_pos[i] = scalefac[1].s[j][sfb];
1428                   if (is_pos[i] != 7)
1429                     if (lsf)
1430                       i_stereo_k_values(is_pos[i], io_type, i);
1431                     else
1432                       is_ratio[i] = TAN12[is_pos[i]];
1433                   i++;
1434                 } // for (; sb>0 ...
1435                 sfb++;
1436               } // while (sfb<12)
1437
1438               temp = sfBandIndex[sfreq].s[10];
1439               temp2 = sfBandIndex[sfreq].s[11];
1440               sb = temp2 - temp;
1441               sfb = (temp << 2) - temp + j * sb;
1442               sb = sfBandIndex[sfreq].s[12] - temp2;
1443               i = (temp2 << 2) - temp2 + j * sb;
1444
1445               for (; sb > 0; sb--) {
1446                 is_pos[i] = is_pos[sfb];
1447
1448                 if (lsf) {
1449                   k[0][i] = k[0][sfb];
1450                   k[1][i] = k[1][sfb];
1451                 } else {
1452                   is_ratio[i] = is_ratio[sfb];
1453                 }
1454                 i++;
1455               } // for (; sb>0 ...
1456             } // for (sfb=12
1457           } // for (j=0 ...
1458         } else { // if (gr_info.window_switching_flag ...
1459           i = 31;
1460           ss = 17;
1461           sb = 0;
1462           while (i >= 0) {
1463             if (ro[1][i][ss] != 0.0f) {
1464               sb = (i << 4) + (i << 1) + ss;
1465               i = -1;
1466             } else {
1467               ss--;
1468               if (ss < 0) {
1469                 i--;
1470                 ss = 17;
1471               }
1472             }
1473           }
1474           i = 0;
1475           while (sfBandIndex[sfreq].l[i] <= sb)
1476             i++;
1477
1478           sfb = i;
1479           i = sfBandIndex[sfreq].l[i];
1480           for (; sfb < 21; sfb++) {
1481             sb = sfBandIndex[sfreq].l[sfb + 1] - sfBandIndex[sfreq].l[sfb];
1482             for (; sb > 0; sb--) {
1483               is_pos[i] = scalefac[1].l[sfb];
1484               if (is_pos[i] != 7)
1485                 if (lsf)
1486                   i_stereo_k_values(is_pos[i], io_type, i);
1487                 else
1488                   is_ratio[i] = TAN12[is_pos[i]];
1489               i++;
1490             }
1491           }
1492           sfb = sfBandIndex[sfreq].l[20];
1493           for (sb = 576 - sfBandIndex[sfreq].l[21]; (sb > 0) && (i < 576); sb--) {
1494             is_pos[i] = is_pos[sfb]; // error here : i >=576
1495
1496             if (lsf) {
1497               k[0][i] = k[0][sfb];
1498               k[1][i] = k[1][sfb];
1499             } else {
1500               is_ratio[i] = is_ratio[sfb];
1501             }
1502             i++;
1503           } // if (gr_info.mixed_block_flag)
1504         } // if (gr_info.window_switching_flag ...
1505       } // if (i_stereo)
1506
1507       i = 0;
1508       for (sb = 0; sb < SBLIMIT; sb++)
1509         for (ss = 0; ss < SSLIMIT; ss++) {
1510           if (is_pos[i] == 7) {
1511             if (ms_stereo) {
1512               lr[0][sb][ss] = (ro[0][sb][ss] + ro[1][sb][ss]) * 0.707106781f;
1513               lr[1][sb][ss] = (ro[0][sb][ss] - ro[1][sb][ss]) * 0.707106781f;
1514             } else {
1515               lr[0][sb][ss] = ro[0][sb][ss];
1516               lr[1][sb][ss] = ro[1][sb][ss];
1517             }
1518           } else if (i_stereo) {
1519
1520             if (lsf) {
1521               lr[0][sb][ss] = ro[0][sb][ss] * k[0][i];
1522               lr[1][sb][ss] = ro[0][sb][ss] * k[1][i];
1523             } else {
1524               lr[1][sb][ss] = ro[0][sb][ss] / (float) (1 + is_ratio[i]);
1525               lr[0][sb][ss] = lr[1][sb][ss] * is_ratio[i];
1526             }
1527           }
1528           /*
1529            * else { System.out.println("Error in stereo processing\n"); }
1530            */
1531           i++;
1532         }
1533
1534     } // channels == 2
1535
1536   }
1537
1538   /**
1539          *
1540          */
1541   // @LATTICE("THIS<SRC,SRC<SS,SS<SB18,SB18<SB18LIM,SB18LIM<GR,GR<IN,SB18*,SS*,THISLOC=THIS")
1542   @LATTICE("VAR<THIS,THIS<C,C<IN,THISLOC=THIS,C*")
1543   private void antialias(@LOC("THIS,LayerIIIDecoder.SI") int ch,
1544       @LOC("THIS,LayerIIIDecoder.SI") int gr) {
1545
1546     @LOC("THIS,LayerIIIDecoder.SI,LayerIIIDecoder$III_side_info_t.CH,LayerIIIDecoder$temporaire.GR2") int sb18;
1547     @LOC("THIS,LayerIIIDecoder.SI1") int ss;
1548     @LOC("THIS,LayerIIIDecoder.SI,LayerIIIDecoder$III_side_info_t.CH,LayerIIIDecoder$temporaire.GR2") int sb18lim;
1549
1550     @LOC("THIS,LayerIIIDecoder.SI,LayerIIIDecoder$III_side_info_t.CH,LayerIIIDecoder$temporaire.GR1") gr_info_s gr_info =
1551         (si.ch[ch].gr[gr]);
1552     // 31 alias-reduction operations between each pair of sub-bands
1553     // with 8 butterflies between each pair
1554
1555     if ((gr_info.window_switching_flag != 0) && (gr_info.block_type == 2)
1556         && !(gr_info.mixed_block_flag != 0))
1557       return;
1558
1559     if ((gr_info.window_switching_flag != 0) && (gr_info.mixed_block_flag != 0)
1560         && (gr_info.block_type == 2)) {
1561       sb18lim = 18;
1562     } else {
1563       sb18lim = 558;
1564     }
1565
1566     for (sb18 = 0; sb18 < sb18lim; sb18 += 18) {
1567       for (ss = 0; ss < 8; ss++) {
1568         @LOC("THIS,LayerIIIDecoder.SI1") int src_idx1 = sb18 + 17 - ss;
1569         @LOC("THIS,LayerIIIDecoder.SI1") int src_idx2 = sb18 + 18 + ss;
1570         @LOC("THIS,LayerIIIDecoder.OUT") float bu = out_1d[src_idx1];
1571         @LOC("THIS,LayerIIIDecoder.OUT") float bd = out_1d[src_idx2];
1572         out_1d[src_idx1] = (bu * cs[ss]) - (bd * ca[ss]);
1573         out_1d[src_idx2] = (bd * cs[ss]) + (bu * ca[ss]);
1574       }
1575     }
1576   }
1577
1578   /**
1579          *
1580          */
1581
1582   // MDM: tsOutCopy and rawout do not need initializing, so the arrays
1583   // can be reused.
1584   @LOC("TS")
1585   float[] tsOutCopy = new float[18];
1586   @LOC("RAW")
1587   float[] rawout = new float[36];
1588
1589   @LATTICE("THIS<SB,THIS<SH,SH<IN,IN<GLOBAL,SB*,SH*,THISLOC=THIS,GLOBALLOC=GLOBAL")
1590   private void hybrid(@LOC("THIS,LayerIIIDecoder.SI") int ch, @LOC("THIS,LayerIIIDecoder.SI") int gr) {
1591     @LOC("THIS,LayerIIIDecoder.BT") int bt;
1592     @LOC("SB") int sb18;
1593     @LOC("THIS,LayerIIIDecoder.GR") gr_info_s gr_info = (si.ch[ch].gr[gr]);
1594     @LOC("THIS,LayerIIIDecoder.TS") float[] tsOut;
1595
1596     // float[][] prvblk;
1597
1598     for (sb18 = 0; sb18 < 576; sb18 += 18) {
1599       bt =
1600           ((gr_info.window_switching_flag != 0) && (gr_info.mixed_block_flag != 0) && (sb18 < 36))
1601               ? 0 : gr_info.block_type;
1602
1603       tsOut = out_1d;
1604       // Modif E.B 02/22/99
1605       for (@LOC("SH") int cc = 0; cc < 18; cc++)
1606         tsOutCopy[cc] = tsOut[cc + sb18];
1607
1608       inv_mdct(tsOutCopy, rawout, bt);
1609
1610       for (@LOC("SH") int cc = 0; cc < 18; cc++)
1611         tsOut[cc + sb18] = tsOutCopy[cc];
1612       // Fin Modif
1613
1614       // overlap addition
1615       // prvblk = prevblck; //eliminated unnecessary areas
1616
1617       tsOut[0 + sb18] = rawout[0] + prevblck[ch][sb18 + 0];
1618       prevblck[ch][sb18 + 0] = rawout[18];
1619       tsOut[1 + sb18] = rawout[1] + prevblck[ch][sb18 + 1];
1620       prevblck[ch][sb18 + 1] = rawout[19];
1621       tsOut[2 + sb18] = rawout[2] + prevblck[ch][sb18 + 2];
1622       prevblck[ch][sb18 + 2] = rawout[20];
1623       tsOut[3 + sb18] = rawout[3] + prevblck[ch][sb18 + 3];
1624       prevblck[ch][sb18 + 3] = rawout[21];
1625       tsOut[4 + sb18] = rawout[4] + prevblck[ch][sb18 + 4];
1626       prevblck[ch][sb18 + 4] = rawout[22];
1627       tsOut[5 + sb18] = rawout[5] + prevblck[ch][sb18 + 5];
1628       prevblck[ch][sb18 + 5] = rawout[23];
1629       tsOut[6 + sb18] = rawout[6] + prevblck[ch][sb18 + 6];
1630       prevblck[ch][sb18 + 6] = rawout[24];
1631       tsOut[7 + sb18] = rawout[7] + prevblck[ch][sb18 + 7];
1632       prevblck[ch][sb18 + 7] = rawout[25];
1633       tsOut[8 + sb18] = rawout[8] + prevblck[ch][sb18 + 8];
1634       prevblck[ch][sb18 + 8] = rawout[26];
1635       tsOut[9 + sb18] = rawout[9] + prevblck[ch][sb18 + 9];
1636       prevblck[ch][sb18 + 9] = rawout[27];
1637       tsOut[10 + sb18] = rawout[10] + prevblck[ch][sb18 + 10];
1638       prevblck[ch][sb18 + 10] = rawout[28];
1639       tsOut[11 + sb18] = rawout[11] + prevblck[ch][sb18 + 11];
1640       prevblck[ch][sb18 + 11] = rawout[29];
1641       tsOut[12 + sb18] = rawout[12] + prevblck[ch][sb18 + 12];
1642       prevblck[ch][sb18 + 12] = rawout[30];
1643       tsOut[13 + sb18] = rawout[13] + prevblck[ch][sb18 + 13];
1644       prevblck[ch][sb18 + 13] = rawout[31];
1645       tsOut[14 + sb18] = rawout[14] + prevblck[ch][sb18 + 14];
1646       prevblck[ch][sb18 + 14] = rawout[32];
1647       tsOut[15 + sb18] = rawout[15] + prevblck[ch][sb18 + 15];
1648       prevblck[ch][sb18 + 15] = rawout[33];
1649       tsOut[16 + sb18] = rawout[16] + prevblck[ch][sb18 + 16];
1650       prevblck[ch][sb18 + 16] = rawout[34];
1651       tsOut[17 + sb18] = rawout[17] + prevblck[ch][sb18 + 17];
1652       prevblck[ch][sb18 + 17] = rawout[35];
1653     }
1654   }
1655
1656   /**
1657          *
1658          */
1659   @LATTICE("THIS<SB,THIS<SS,SB<GLOBAL,SS<GLOBAL,SS*,SB*,THISLOC=THIS,GLOBALLOC=GLOBAL")
1660   private void do_downmix() {
1661     for (@LOC("SB") int sb = 0; sb < SSLIMIT; sb++) {
1662       for (@LOC("SS") int ss = 0; ss < SSLIMIT; ss += 3) {
1663         lr[0][sb][ss] = (lr[0][sb][ss] + lr[1][sb][ss]) * 0.5f;
1664         lr[0][sb][ss + 1] = (lr[0][sb][ss + 1] + lr[1][sb][ss + 1]) * 0.5f;
1665         lr[0][sb][ss + 2] = (lr[0][sb][ss + 2] + lr[1][sb][ss + 2]) * 0.5f;
1666       }
1667     }
1668   }
1669
1670   /**
1671    * Fast INV_MDCT.
1672    */
1673   @LATTICE("OUT<6I,OUT<TMPF,TMPF<EO,EO<TMP,TMP<SUM,TMP<IIP,IIP<I00,I00<SH,SUM<PP,PP<SH,SH<I,I<IN,TMPF*,SH*,I*,6I*,GLOBALLOC=IN")
1674   public void inv_mdct(@LOC("SH") float[] in, @LOC("OUT") float[] out, @LOC("IN") int block_type) {
1675     // float[] win_bt;
1676     @LOC("I") int i;
1677
1678     @LOC("TMPF") float tmpf_0;
1679     @LOC("TMPF") float tmpf_1;
1680     @LOC("TMPF") float tmpf_2;
1681     @LOC("TMPF") float tmpf_3;
1682     @LOC("TMPF") float tmpf_4;
1683     @LOC("TMPF") float tmpf_5;
1684     @LOC("TMPF") float tmpf_6;
1685     @LOC("TMPF") float tmpf_7;
1686     @LOC("TMPF") float tmpf_8;
1687     @LOC("TMPF") float tmpf_9;
1688     @LOC("TMPF") float tmpf_10;
1689     @LOC("TMPF") float tmpf_11;
1690     @LOC("TMPF") float tmpf_12;
1691     @LOC("TMPF") float tmpf_13;
1692     @LOC("TMPF") float tmpf_14;
1693     @LOC("TMPF") float tmpf_15;
1694     @LOC("TMPF") float tmpf_16;
1695     @LOC("TMPF") float tmpf_17;
1696
1697     tmpf_0 =
1698         tmpf_1 =
1699             tmpf_2 =
1700                 tmpf_3 =
1701                     tmpf_4 =
1702                         tmpf_5 =
1703                             tmpf_6 =
1704                                 tmpf_7 =
1705                                     tmpf_8 =
1706                                         tmpf_9 =
1707                                             tmpf_10 =
1708                                                 tmpf_11 =
1709                                                     tmpf_12 =
1710                                                         tmpf_13 =
1711                                                             tmpf_14 =
1712                                                                 tmpf_15 = tmpf_16 = tmpf_17 = 0.0f;
1713
1714     if (block_type == 2) {
1715
1716       /*
1717        * 
1718        * Under MicrosoftVM 2922, This causes a GPF, or At best, an
1719        * ArrayIndexOutOfBoundsExceptin. for(int p=0;p<36;p+=9) { out[p] =
1720        * out[p+1] = out[p+2] = out[p+3] = out[p+4] = out[p+5] = out[p+6] =
1721        * out[p+7] = out[p+8] = 0.0f; }
1722        */
1723       out[0] = 0.0f;
1724       out[1] = 0.0f;
1725       out[2] = 0.0f;
1726       out[3] = 0.0f;
1727       out[4] = 0.0f;
1728       out[5] = 0.0f;
1729       out[6] = 0.0f;
1730       out[7] = 0.0f;
1731       out[8] = 0.0f;
1732       out[9] = 0.0f;
1733       out[10] = 0.0f;
1734       out[11] = 0.0f;
1735       out[12] = 0.0f;
1736       out[13] = 0.0f;
1737       out[14] = 0.0f;
1738       out[15] = 0.0f;
1739       out[16] = 0.0f;
1740       out[17] = 0.0f;
1741       out[18] = 0.0f;
1742       out[19] = 0.0f;
1743       out[20] = 0.0f;
1744       out[21] = 0.0f;
1745       out[22] = 0.0f;
1746       out[23] = 0.0f;
1747       out[24] = 0.0f;
1748       out[25] = 0.0f;
1749       out[26] = 0.0f;
1750       out[27] = 0.0f;
1751       out[28] = 0.0f;
1752       out[29] = 0.0f;
1753       out[30] = 0.0f;
1754       out[31] = 0.0f;
1755       out[32] = 0.0f;
1756       out[33] = 0.0f;
1757       out[34] = 0.0f;
1758       out[35] = 0.0f;
1759
1760       @LOC("6I") int six_i = 0;
1761
1762       for (i = 0; i < 3; i++) {
1763         // 12 point IMDCT
1764         // Begin 12 point IDCT
1765         // Input aliasing for 12 pt IDCT
1766         in[15 + i] += in[12 + i];
1767         in[12 + i] += in[9 + i];
1768         in[9 + i] += in[6 + i];
1769         in[6 + i] += in[3 + i];
1770         in[3 + i] += in[0 + i];
1771
1772         // Input aliasing on odd indices (for 6 point IDCT)
1773         in[15 + i] += in[9 + i];
1774         in[9 + i] += in[3 + i];
1775
1776         // 3 point IDCT on even indices
1777         @LOC("PP") float pp1;
1778         @LOC("PP") float pp2;
1779         @LOC("SUM") float sum;
1780         pp2 = in[12 + i] * 0.500000000f;
1781         pp1 = in[6 + i] * 0.866025403f;
1782         sum = in[0 + i] + pp2;
1783         tmpf_1 = in[0 + i] - in[12 + i];
1784         tmpf_0 = sum + pp1;
1785         tmpf_2 = sum - pp1;
1786
1787         // End 3 point IDCT on even indices
1788         // 3 point IDCT on odd indices (for 6 point IDCT)
1789         pp2 = in[15 + i] * 0.500000000f;
1790         pp1 = in[9 + i] * 0.866025403f;
1791         sum = in[3 + i] + pp2;
1792         tmpf_4 = in[3 + i] - in[15 + i];
1793         tmpf_5 = sum + pp1;
1794         tmpf_3 = sum - pp1;
1795         // End 3 point IDCT on odd indices
1796         // Twiddle factors on odd indices (for 6 point IDCT)
1797
1798         tmpf_3 *= 1.931851653f;
1799         tmpf_4 *= 0.707106781f;
1800         tmpf_5 *= 0.517638090f;
1801
1802         // Output butterflies on 2 3 point IDCT's (for 6 point IDCT)
1803         @LOC("SH") float save = tmpf_0;
1804         tmpf_0 += tmpf_5;
1805         tmpf_5 = save - tmpf_5;
1806         save = tmpf_1;
1807         tmpf_1 += tmpf_4;
1808         tmpf_4 = save - tmpf_4;
1809         save = tmpf_2;
1810         tmpf_2 += tmpf_3;
1811         tmpf_3 = save - tmpf_3;
1812
1813         // End 6 point IDCT
1814         // Twiddle factors on indices (for 12 point IDCT)
1815
1816         tmpf_0 *= 0.504314480f;
1817         tmpf_1 *= 0.541196100f;
1818         tmpf_2 *= 0.630236207f;
1819         tmpf_3 *= 0.821339815f;
1820         tmpf_4 *= 1.306562965f;
1821         tmpf_5 *= 3.830648788f;
1822
1823         // End 12 point IDCT
1824
1825         // Shift to 12 point modified IDCT, multiply by window type 2
1826         tmpf_8 = -tmpf_0 * 0.793353340f;
1827         tmpf_9 = -tmpf_0 * 0.608761429f;
1828         tmpf_7 = -tmpf_1 * 0.923879532f;
1829         tmpf_10 = -tmpf_1 * 0.382683432f;
1830         tmpf_6 = -tmpf_2 * 0.991444861f;
1831         tmpf_11 = -tmpf_2 * 0.130526192f;
1832
1833         tmpf_0 = tmpf_3;
1834         tmpf_1 = tmpf_4 * 0.382683432f;
1835         tmpf_2 = tmpf_5 * 0.608761429f;
1836
1837         tmpf_3 = -tmpf_5 * 0.793353340f;
1838         tmpf_4 = -tmpf_4 * 0.923879532f;
1839         tmpf_5 = -tmpf_0 * 0.991444861f;
1840
1841         tmpf_0 *= 0.130526192f;
1842
1843         out[six_i + 6] += tmpf_0;
1844         out[six_i + 7] += tmpf_1;
1845         out[six_i + 8] += tmpf_2;
1846         out[six_i + 9] += tmpf_3;
1847         out[six_i + 10] += tmpf_4;
1848         out[six_i + 11] += tmpf_5;
1849         out[six_i + 12] += tmpf_6;
1850         out[six_i + 13] += tmpf_7;
1851         out[six_i + 14] += tmpf_8;
1852         out[six_i + 15] += tmpf_9;
1853         out[six_i + 16] += tmpf_10;
1854         out[six_i + 17] += tmpf_11;
1855
1856         six_i += 6;
1857       }
1858     } else {
1859       // 36 point IDCT
1860       // input aliasing for 36 point IDCT
1861       in[17] += in[16];
1862       in[16] += in[15];
1863       in[15] += in[14];
1864       in[14] += in[13];
1865       in[13] += in[12];
1866       in[12] += in[11];
1867       in[11] += in[10];
1868       in[10] += in[9];
1869       in[9] += in[8];
1870       in[8] += in[7];
1871       in[7] += in[6];
1872       in[6] += in[5];
1873       in[5] += in[4];
1874       in[4] += in[3];
1875       in[3] += in[2];
1876       in[2] += in[1];
1877       in[1] += in[0];
1878
1879       // 18 point IDCT for odd indices
1880       // input aliasing for 18 point IDCT
1881       in[17] += in[15];
1882       in[15] += in[13];
1883       in[13] += in[11];
1884       in[11] += in[9];
1885       in[9] += in[7];
1886       in[7] += in[5];
1887       in[5] += in[3];
1888       in[3] += in[1];
1889
1890       @LOC("TMP") float tmp0;
1891       @LOC("TMP") float tmp1;
1892       @LOC("TMP") float tmp2;
1893       @LOC("TMP") float tmp3;
1894       @LOC("TMP") float tmp4;
1895       @LOC("TMP") float tmp0_;
1896       @LOC("TMP") float tmp1_;
1897       @LOC("TMP") float tmp2_;
1898       @LOC("TMP") float tmp3_;
1899       @LOC("TMP") float tmp0o;
1900       @LOC("TMP") float tmp1o;
1901       @LOC("TMP") float tmp2o;
1902       @LOC("TMP") float tmp3o;
1903       @LOC("TMP") float tmp4o;
1904       @LOC("TMP") float tmp0_o;
1905       @LOC("TMP") float tmp1_o;
1906       @LOC("TMP") float tmp2_o;
1907       @LOC("TMP") float tmp3_o;
1908
1909       // Fast 9 Point Inverse Discrete Cosine Transform
1910       //
1911       // By Francois-Raymond Boyer
1912       // mailto:boyerf@iro.umontreal.ca
1913       // http://www.iro.umontreal.ca/~boyerf
1914       //
1915       // The code has been optimized for Intel processors
1916       // (takes a lot of time to convert float to and from iternal FPU
1917       // representation)
1918       //
1919       // It is a simple "factorization" of the IDCT matrix.
1920
1921       // 9 point IDCT on even indices
1922
1923       // 5 points on odd indices (not realy an IDCT)
1924       @LOC("I00") float i00 = in[0] + in[0];
1925       @LOC("IIP") float iip12 = i00 + in[12];
1926
1927       tmp0 =
1928           iip12 + in[4] * 1.8793852415718f + in[8] * 1.532088886238f + in[16] * 0.34729635533386f;
1929       tmp1 = i00 + in[4] - in[8] - in[12] - in[12] - in[16];
1930       tmp2 =
1931           iip12 - in[4] * 0.34729635533386f - in[8] * 1.8793852415718f + in[16] * 1.532088886238f;
1932       tmp3 =
1933           iip12 - in[4] * 1.532088886238f + in[8] * 0.34729635533386f - in[16] * 1.8793852415718f;
1934       tmp4 = in[0] - in[4] + in[8] - in[12] + in[16];
1935
1936       // 4 points on even indices
1937       @LOC("I00") float i66_ = in[6] * 1.732050808f; // Sqrt[3]
1938
1939       tmp0_ =
1940           in[2] * 1.9696155060244f + i66_ + in[10] * 1.2855752193731f + in[14] * 0.68404028665134f;
1941       tmp1_ = (in[2] - in[10] - in[14]) * 1.732050808f;
1942       tmp2_ =
1943           in[2] * 1.2855752193731f - i66_ - in[10] * 0.68404028665134f + in[14] * 1.9696155060244f;
1944       tmp3_ =
1945           in[2] * 0.68404028665134f - i66_ + in[10] * 1.9696155060244f - in[14] * 1.2855752193731f;
1946
1947       // 9 point IDCT on odd indices
1948       // 5 points on odd indices (not realy an IDCT)
1949       @LOC("I00") float i0 = in[0 + 1] + in[0 + 1];
1950       @LOC("IIP") float i0p12 = i0 + in[12 + 1];
1951
1952       tmp0o =
1953           i0p12 + in[4 + 1] * 1.8793852415718f + in[8 + 1] * 1.532088886238f + in[16 + 1]
1954               * 0.34729635533386f;
1955       tmp1o = i0 + in[4 + 1] - in[8 + 1] - in[12 + 1] - in[12 + 1] - in[16 + 1];
1956       tmp2o =
1957           i0p12 - in[4 + 1] * 0.34729635533386f - in[8 + 1] * 1.8793852415718f + in[16 + 1]
1958               * 1.532088886238f;
1959       tmp3o =
1960           i0p12 - in[4 + 1] * 1.532088886238f + in[8 + 1] * 0.34729635533386f - in[16 + 1]
1961               * 1.8793852415718f;
1962       tmp4o = (in[0 + 1] - in[4 + 1] + in[8 + 1] - in[12 + 1] + in[16 + 1]) * 0.707106781f; // Twiddled
1963
1964       // 4 points on even indices
1965       @LOC("I00") float i6_ = in[6 + 1] * 1.732050808f; // Sqrt[3]
1966
1967       tmp0_o =
1968           in[2 + 1] * 1.9696155060244f + i6_ + in[10 + 1] * 1.2855752193731f + in[14 + 1]
1969               * 0.68404028665134f;
1970       tmp1_o = (in[2 + 1] - in[10 + 1] - in[14 + 1]) * 1.732050808f;
1971       tmp2_o =
1972           in[2 + 1] * 1.2855752193731f - i6_ - in[10 + 1] * 0.68404028665134f + in[14 + 1]
1973               * 1.9696155060244f;
1974       tmp3_o =
1975           in[2 + 1] * 0.68404028665134f - i6_ + in[10 + 1] * 1.9696155060244f - in[14 + 1]
1976               * 1.2855752193731f;
1977
1978       // Twiddle factors on odd indices
1979       // and
1980       // Butterflies on 9 point IDCT's
1981       // and
1982       // twiddle factors for 36 point IDCT
1983
1984       @LOC("EO") float e;
1985       @LOC("EO") float o;
1986       e = tmp0 + tmp0_;
1987       o = (tmp0o + tmp0_o) * 0.501909918f;
1988       tmpf_0 = e + o;
1989       tmpf_17 = e - o;
1990       e = tmp1 + tmp1_;
1991       o = (tmp1o + tmp1_o) * 0.517638090f;
1992       tmpf_1 = e + o;
1993       tmpf_16 = e - o;
1994       e = tmp2 + tmp2_;
1995       o = (tmp2o + tmp2_o) * 0.551688959f;
1996       tmpf_2 = e + o;
1997       tmpf_15 = e - o;
1998       e = tmp3 + tmp3_;
1999       o = (tmp3o + tmp3_o) * 0.610387294f;
2000       tmpf_3 = e + o;
2001       tmpf_14 = e - o;
2002       tmpf_4 = tmp4 + tmp4o;
2003       tmpf_13 = tmp4 - tmp4o;
2004       e = tmp3 - tmp3_;
2005       o = (tmp3o - tmp3_o) * 0.871723397f;
2006       tmpf_5 = e + o;
2007       tmpf_12 = e - o;
2008       e = tmp2 - tmp2_;
2009       o = (tmp2o - tmp2_o) * 1.183100792f;
2010       tmpf_6 = e + o;
2011       tmpf_11 = e - o;
2012       e = tmp1 - tmp1_;
2013       o = (tmp1o - tmp1_o) * 1.931851653f;
2014       tmpf_7 = e + o;
2015       tmpf_10 = e - o;
2016       e = tmp0 - tmp0_;
2017       o = (tmp0o - tmp0_o) * 5.736856623f;
2018       tmpf_8 = e + o;
2019       tmpf_9 = e - o;
2020
2021       // end 36 point IDCT */
2022       // shift to modified IDCT
2023       // win_bt = win[block_type]; //substituted this so that a new area does
2024       // not become created
2025
2026       out[0] = -tmpf_9 * win[block_type][0];
2027       out[1] = -tmpf_10 * win[block_type][1];
2028       out[2] = -tmpf_11 * win[block_type][2];
2029       out[3] = -tmpf_12 * win[block_type][3];
2030       out[4] = -tmpf_13 * win[block_type][4];
2031       out[5] = -tmpf_14 * win[block_type][5];
2032       out[6] = -tmpf_15 * win[block_type][6];
2033       out[7] = -tmpf_16 * win[block_type][7];
2034       out[8] = -tmpf_17 * win[block_type][8];
2035       out[9] = tmpf_17 * win[block_type][9];
2036       out[10] = tmpf_16 * win[block_type][10];
2037       out[11] = tmpf_15 * win[block_type][11];
2038       out[12] = tmpf_14 * win[block_type][12];
2039       out[13] = tmpf_13 * win[block_type][13];
2040       out[14] = tmpf_12 * win[block_type][14];
2041       out[15] = tmpf_11 * win[block_type][15];
2042       out[16] = tmpf_10 * win[block_type][16];
2043       out[17] = tmpf_9 * win[block_type][17];
2044       out[18] = tmpf_8 * win[block_type][18];
2045       out[19] = tmpf_7 * win[block_type][19];
2046       out[20] = tmpf_6 * win[block_type][20];
2047       out[21] = tmpf_5 * win[block_type][21];
2048       out[22] = tmpf_4 * win[block_type][22];
2049       out[23] = tmpf_3 * win[block_type][23];
2050       out[24] = tmpf_2 * win[block_type][24];
2051       out[25] = tmpf_1 * win[block_type][25];
2052       out[26] = tmpf_0 * win[block_type][26];
2053       out[27] = tmpf_0 * win[block_type][27];
2054       out[28] = tmpf_1 * win[block_type][28];
2055       out[29] = tmpf_2 * win[block_type][29];
2056       out[30] = tmpf_3 * win[block_type][30];
2057       out[31] = tmpf_4 * win[block_type][31];
2058       out[32] = tmpf_5 * win[block_type][32];
2059       out[33] = tmpf_6 * win[block_type][33];
2060       out[34] = tmpf_7 * win[block_type][34];
2061       out[35] = tmpf_8 * win[block_type][35];
2062     }
2063   }
2064
2065   @LOC("C")
2066   private int counter = 0;
2067   private static final int SSLIMIT = 18;
2068   private static final int SBLIMIT = 32;
2069
2070   // Size of the table of whole numbers raised to 4/3 power.
2071   // This may be adjusted for performance without any problems.
2072   // public static final int POW_TABLE_LIMIT=512;
2073
2074   /************************************************************/
2075   /* L3TABLE */
2076   /************************************************************/
2077
2078   @LATTICE("N<VAR")
2079   static class SBI {
2080     @LOC("VAR")
2081     public int[] l;
2082     @LOC("VAR")
2083     public int[] s;
2084
2085     public SBI() {
2086       l = new int[23];
2087       s = new int[14];
2088     }
2089
2090     @LATTICE("THIS<IN,THISLOC=THIS")
2091     public SBI(@LOC("IN") int[] thel, @LOC("IN") int[] thes) {
2092       l = thel;
2093       s = thes;
2094     }
2095   }
2096
2097   @LATTICE("N<VAR")
2098   static class gr_info_s {
2099     @LOC("VAR")
2100     public int part2_3_length = 0;
2101     @LOC("VAR")
2102     public int big_values = 0;
2103     @LOC("VAR")
2104     public int global_gain = 0;
2105     @LOC("VAR")
2106     public int scalefac_compress = 0;
2107     @LOC("VAR")
2108     public int window_switching_flag = 0;
2109     @LOC("VAR")
2110     public int block_type = 0;
2111     @LOC("VAR")
2112     public int mixed_block_flag = 0;
2113     @LOC("VAR")
2114     public int[] table_select;
2115     @LOC("VAR")
2116     public int[] subblock_gain;
2117     @LOC("VAR")
2118     public int region0_count = 0;
2119     @LOC("VAR")
2120     public int region1_count = 0;
2121     @LOC("VAR")
2122     public int preflag = 0;
2123     @LOC("VAR")
2124     public int scalefac_scale = 0;
2125     @LOC("VAR")
2126     public int count1table_select = 0;
2127
2128     /**
2129      * Dummy Constructor
2130      */
2131     public gr_info_s() {
2132       table_select = new int[3];
2133       subblock_gain = new int[3];
2134     }
2135   }
2136
2137   @LATTICE("GR2<GR1,GR1<GR,GR2*")
2138   static class temporaire {
2139     @LOC("GR")
2140     public int[] scfsi;
2141     @LOC("GR")
2142     public gr_info_s[] gr;
2143
2144     /**
2145      * Dummy Constructor
2146      */
2147     public temporaire() {
2148       scfsi = new int[4];
2149       gr = new gr_info_s[2];
2150       gr[0] = new gr_info_s();
2151       gr[1] = new gr_info_s();
2152     }
2153   }
2154
2155   @LATTICE("CH")
2156   static class III_side_info_t {
2157
2158     @LOC("CH")
2159     public int main_data_begin = 0;
2160     @LOC("CH")
2161     public int private_bits = 0;
2162     @LOC("CH")
2163     public temporaire[] ch;
2164
2165     /**
2166      * Dummy Constructor
2167      */
2168     public III_side_info_t() {
2169       ch = new temporaire[2];
2170       ch[0] = new temporaire();
2171       ch[1] = new temporaire();
2172     }
2173   }
2174
2175   @LATTICE("N<VAR")
2176   static class temporaire2 {
2177     @LOC("VAR")
2178     public int[] l; /* [cb] */
2179     @LOC("VAR")
2180     public int[][] s; /* [window][cb] */
2181
2182     /**
2183      * Dummy Constructor
2184      */
2185     public temporaire2() {
2186       l = new int[23];
2187       s = new int[3][13];
2188     }
2189   }
2190
2191   // class III_scalefac_t
2192   // {
2193   // public temporaire2[] tab;
2194   // /**
2195   // * Dummy Constructor
2196   // */
2197   // public III_scalefac_t()
2198   // {
2199   // tab = new temporaire2[2];
2200   // }
2201   // }
2202
2203   @LOC("F")
2204   private static final int slen[][] = { { 0, 0, 0, 0, 3, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4 },
2205       { 0, 1, 2, 3, 0, 1, 2, 3, 1, 2, 3, 1, 2, 3, 2, 3 } };
2206
2207   @LOC("F")
2208   public static final int pretab[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 3, 3, 3,
2209       2, 0 };
2210
2211   @LOC("SBI")
2212   private SBI[] sfBandIndex; // Init in the constructor.
2213
2214   @LOC("F")
2215   public static final float two_to_negative_half_pow[] = { 1.0000000000E+00f, 7.0710678119E-01f,
2216       5.0000000000E-01f, 3.5355339059E-01f, 2.5000000000E-01f, 1.7677669530E-01f,
2217       1.2500000000E-01f, 8.8388347648E-02f, 6.2500000000E-02f, 4.4194173824E-02f,
2218       3.1250000000E-02f, 2.2097086912E-02f, 1.5625000000E-02f, 1.1048543456E-02f,
2219       7.8125000000E-03f, 5.5242717280E-03f, 3.9062500000E-03f, 2.7621358640E-03f,
2220       1.9531250000E-03f, 1.3810679320E-03f, 9.7656250000E-04f, 6.9053396600E-04f,
2221       4.8828125000E-04f, 3.4526698300E-04f, 2.4414062500E-04f, 1.7263349150E-04f,
2222       1.2207031250E-04f, 8.6316745750E-05f, 6.1035156250E-05f, 4.3158372875E-05f,
2223       3.0517578125E-05f, 2.1579186438E-05f, 1.5258789062E-05f, 1.0789593219E-05f,
2224       7.6293945312E-06f, 5.3947966094E-06f, 3.8146972656E-06f, 2.6973983047E-06f,
2225       1.9073486328E-06f, 1.3486991523E-06f, 9.5367431641E-07f, 6.7434957617E-07f,
2226       4.7683715820E-07f, 3.3717478809E-07f, 2.3841857910E-07f, 1.6858739404E-07f,
2227       1.1920928955E-07f, 8.4293697022E-08f, 5.9604644775E-08f, 4.2146848511E-08f,
2228       2.9802322388E-08f, 2.1073424255E-08f, 1.4901161194E-08f, 1.0536712128E-08f,
2229       7.4505805969E-09f, 5.2683560639E-09f, 3.7252902985E-09f, 2.6341780319E-09f,
2230       1.8626451492E-09f, 1.3170890160E-09f, 9.3132257462E-10f, 6.5854450798E-10f,
2231       4.6566128731E-10f, 3.2927225399E-10f };
2232
2233   public static final float t_43[] = create_t_43();
2234
2235   @RETURNLOC("OUT")
2236   static private float[] create_t_43() {
2237     @LOC("OUT") float[] t43 = new float[8192];
2238     final double d43 = (4.0 / 3.0);
2239
2240     for (@LOC("SH") int i = 0; i < 8192; i++) {
2241       t43[i] = (float) Math.pow(i, d43);
2242     }
2243     return t43;
2244   }
2245
2246   @LOC("F")
2247   public static final float io[][] = {
2248       { 1.0000000000E+00f, 8.4089641526E-01f, 7.0710678119E-01f, 5.9460355751E-01f,
2249           5.0000000001E-01f, 4.2044820763E-01f, 3.5355339060E-01f, 2.9730177876E-01f,
2250           2.5000000001E-01f, 2.1022410382E-01f, 1.7677669530E-01f, 1.4865088938E-01f,
2251           1.2500000000E-01f, 1.0511205191E-01f, 8.8388347652E-02f, 7.4325444691E-02f,
2252           6.2500000003E-02f, 5.2556025956E-02f, 4.4194173826E-02f, 3.7162722346E-02f,
2253           3.1250000002E-02f, 2.6278012978E-02f, 2.2097086913E-02f, 1.8581361173E-02f,
2254           1.5625000001E-02f, 1.3139006489E-02f, 1.1048543457E-02f, 9.2906805866E-03f,
2255           7.8125000006E-03f, 6.5695032447E-03f, 5.5242717285E-03f, 4.6453402934E-03f },
2256       { 1.0000000000E+00f, 7.0710678119E-01f, 5.0000000000E-01f, 3.5355339060E-01f,
2257           2.5000000000E-01f, 1.7677669530E-01f, 1.2500000000E-01f, 8.8388347650E-02f,
2258           6.2500000001E-02f, 4.4194173825E-02f, 3.1250000001E-02f, 2.2097086913E-02f,
2259           1.5625000000E-02f, 1.1048543456E-02f, 7.8125000002E-03f, 5.5242717282E-03f,
2260           3.9062500001E-03f, 2.7621358641E-03f, 1.9531250001E-03f, 1.3810679321E-03f,
2261           9.7656250004E-04f, 6.9053396603E-04f, 4.8828125002E-04f, 3.4526698302E-04f,
2262           2.4414062501E-04f, 1.7263349151E-04f, 1.2207031251E-04f, 8.6316745755E-05f,
2263           6.1035156254E-05f, 4.3158372878E-05f, 3.0517578127E-05f, 2.1579186439E-05f } };
2264
2265   @LOC("F")
2266   public static final float TAN12[] = { 0.0f, 0.26794919f, 0.57735027f, 1.0f, 1.73205081f,
2267       3.73205081f, 9.9999999e10f, -3.73205081f, -1.73205081f, -1.0f, -0.57735027f, -0.26794919f,
2268       0.0f, 0.26794919f, 0.57735027f, 1.0f };
2269
2270   // REVIEW: in java, the array lookup may well be slower than
2271   // the actual calculation
2272   // 576 / 18
2273   /*
2274    * private static final int ss_div[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2275    * 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
2276    * 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3,
2277    * 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
2278    * 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6,
2279    * 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
2280    * 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
2281    * 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10,
2282    * 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11,
2283    * 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12,
2284    * 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13,
2285    * 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14,
2286    * 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
2287    * 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
2288    * 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
2289    * 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18,
2290    * 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
2291    * 19, 19, 19, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
2292    * 20, 20, 20, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21,
2293    * 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
2294    * 22, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
2295    * 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 25,
2296    * 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 26, 26,
2297    * 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 27, 27, 27,
2298    * 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28,
2299    * 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29,
2300    * 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30,
2301    * 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, 31,
2302    * 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31 };
2303    * 
2304    * // 576 % 18 private static final int ss_mod[] = { 0, 1, 2, 3, 4, 5, 6, 7,
2305    * 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
2306    * 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
2307    * 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
2308    * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3,
2309    * 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7,
2310    * 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
2311    * 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
2312    * 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
2313    * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3,
2314    * 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7,
2315    * 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
2316    * 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
2317    * 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
2318    * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3,
2319    * 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7,
2320    * 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
2321    * 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
2322    * 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
2323    * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3,
2324    * 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7,
2325    * 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
2326    * 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
2327    * 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
2328    * 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3,
2329    * 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7,
2330    * 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
2331    * 12, 13, 14, 15, 16, 17 };
2332    */
2333   @LOC("F")
2334   private static/* final */int reorder_table[][]/* = loadReorderTable() */; // SZD:
2335
2336   // will
2337   // be
2338   // generated
2339   // on
2340   // demand
2341
2342   /**
2343    * Loads the data for the reorder
2344    */
2345   /*
2346    * private static int[][] loadReorderTable() // SZD: table will be generated {
2347    * try { Class elemType = int[][].class.getComponentType(); Object o =
2348    * JavaLayerUtils.deserializeArrayResource("l3reorder.ser", elemType, 6);
2349    * return (int[][])o; } catch (IOException ex) { throw new
2350    * ExceptionInInitializerError(ex); } }
2351    */
2352   @LATTICE("OUT<J,J<I,I<SE,I<WIN,SE<SF,SE<SFB,WIN<SFB,J*,I*,WIN*,SFB*")
2353   static int[] reorder(@LOC("SF") int scalefac_band[]) { // SZD: converted from
2354                                                          // LAME
2355     @LOC("J") int j = 0;
2356     @LOC("OUT") int ix[] = new int[576];
2357     for (int sfb = 0; sfb < 13; sfb++) {
2358       int start = scalefac_band[sfb];
2359       int end = scalefac_band[sfb + 1];
2360       for (int window = 0; window < 3; window++)
2361         for (int i = start; i < end; i++)
2362           ix[3 * i + window] = j++;
2363     }
2364     return ix;
2365   }
2366
2367   /*
2368    * static final int reorder_table_data[][]; = { { 0, 4, 8, 1, 5, 9, 2, 6, 10,
2369    * 3, 7, 11, 12, 16, 20, 13, 17, 21, 14, 18, 22, 15, 19, 23, 24, 28, 32, 25,
2370    * 29, 33, 26, 30, 34, 27, 31, 35, 36, 42, 48, 37, 43, 49, 38, 44, 50, 39, 45,
2371    * 51, 40, 46, 52, 41, 47, 53, 54, 60, 66, 55, 61, 67, 56, 62, 68, 57, 63, 69,
2372    * 58, 64, 70, 59, 65, 71, 72, 80, 88, 73, 81, 89, 74, 82, 90, 75, 83, 91, 76,
2373    * 84, 92, 77, 85, 93, 78, 86, 94, 79, 87, 95, 96,106,116, 97,107,117,
2374    * 98,108,118, 99,109,119,100,110,120,101,
2375    * 111,121,102,112,122,103,113,123,104,114,124,105,115,125,126,140,
2376    * 154,127,141,155,128,142,156,129,143,157,130,144,158,131,145,159,
2377    * 132,146,160,133,147,161,134,148,162,135,149,163,136,150,164,137,
2378    * 151,165,138,152,166,139,153,167,168,186,204,169,187,205,170,188,
2379    * 206,171,189,207,172,190,208,173,191,209,174,192,210,175,193,211,
2380    * 176,194,212,177,195,213,178,196,214,179,197,215,180,198,216,181,
2381    * 199,217,182,200,218,183,201,219,184,202,220,185,203,221,222,248,
2382    * 274,223,249,275,224,250,276,225,251,277,226,252,278,227,253,279,
2383    * 228,254,280,229,255,281,230,256,282,231,257,283,232,258,284,233,
2384    * 259,285,234,260,286,235,261,287,236,262,288,237,263,289,238,264,
2385    * 290,239,265,291,240,266,292,241,267,293,242,268,294,243,269,295,
2386    * 244,270,296,245,271,297,246,272,298,247,273,299,300,332,364,301,
2387    * 333,365,302,334,366,303,335,367,304,336,368,305,337,369,306,338,
2388    * 370,307,339,371,308,340,372,309,341,373,310,342,374,311,343,375,
2389    * 312,344,376,313,345,377,314,346,378,315,347,379,316,348,380,317,
2390    * 349,381,318,350,382,319,351,383,320,352,384,321,353,385,322,354,
2391    * 386,323,355,387,324,356,388,325,357,389,326,358,390,327,359,391,
2392    * 328,360,392,329,361,393,330,362,394,331,363,395,396,438,480,397,
2393    * 439,481,398,440,482,399,441,483,400,442,484,401,443,485,402,444,
2394    * 486,403,445,487,404,446,488,405,447,489,406,448,490,407,449,491,
2395    * 408,450,492,409,451,493,410,452,494,411,453,495,412,454,496,413,
2396    * 455,497,414,456,498,415,457,499,416,458,500,417,459,501,418,460,
2397    * 502,419,461,503,420,462,504,421,463,505,422,464,506,423,465,507,
2398    * 424,466,508,425,467,509,426,468,510,427,469,511,428,470,512,429,
2399    * 471,513,430,472,514,431,473,515,432,474,516,433,475,517,434,476,
2400    * 518,435,477,519,436,478,520,437,479,521,522,540,558,523,541,559,
2401    * 524,542,560,525,543,561,526,544,562,527,545,563,528,546,564,529,
2402    * 547,565,530,548,566,531,549,567,532,550,568,533,551,569,534,552,
2403    * 570,535,553,571,536,554,572,537,555,573,538,556,574,539,557,575}, { 0, 4,
2404    * 8, 1, 5, 9, 2, 6, 10, 3, 7, 11, 12, 16, 20, 13, 17, 21, 14, 18, 22, 15, 19,
2405    * 23, 24, 28, 32, 25, 29, 33, 26, 30, 34, 27, 31, 35, 36, 42, 48, 37, 43, 49,
2406    * 38, 44, 50, 39, 45, 51, 40, 46, 52, 41, 47, 53, 54, 62, 70, 55, 63, 71, 56,
2407    * 64, 72, 57, 65, 73, 58, 66, 74, 59, 67, 75, 60, 68, 76, 61, 69, 77, 78, 88,
2408    * 98, 79, 89, 99, 80, 90,100, 81, 91,101, 82, 92,102, 83, 93,103, 84, 94,104,
2409    * 85, 95,105, 86, 96,106, 87, 97,107,108,120,132,109,
2410    * 121,133,110,122,134,111,123,135,112,124,136,113,125,137,114,126,
2411    * 138,115,127,139,116,128,140,117,129,141,118,130,142,119,131,143,
2412    * 144,158,172,145,159,173,146,160,174,147,161,175,148,162,176,149,
2413    * 163,177,150,164,178,151,165,179,152,166,180,153,167,181,154,168,
2414    * 182,155,169,183,156,170,184,157,171,185,186,204,222,187,205,223,
2415    * 188,206,224,189,207,225,190,208,226,191,209,227,192,210,228,193,
2416    * 211,229,194,212,230,195,213,231,196,214,232,197,215,233,198,216,
2417    * 234,199,217,235,200,218,236,201,219,237,202,220,238,203,221,239,
2418    * 240,264,288,241,265,289,242,266,290,243,267,291,244,268,292,245,
2419    * 269,293,246,270,294,247,271,295,248,272,296,249,273,297,250,274,
2420    * 298,251,275,299,252,276,300,253,277,301,254,278,302,255,279,303,
2421    * 256,280,304,257,281,305,258,282,306,259,283,307,260,284,308,261,
2422    * 285,309,262,286,310,263,287,311,312,344,376,313,345,377,314,346,
2423    * 378,315,347,379,316,348,380,317,349,381,318,350,382,319,351,383,
2424    * 320,352,384,321,353,385,322,354,386,323,355,387,324,356,388,325,
2425    * 357,389,326,358,390,327,359,391,328,360,392,329,361,393,330,362,
2426    * 394,331,363,395,332,364,396,333,365,397,334,366,398,335,367,399,
2427    * 336,368,400,337,369,401,338,370,402,339,371,403,340,372,404,341,
2428    * 373,405,342,374,406,343,375,407,408,452,496,409,453,497,410,454,
2429    * 498,411,455,499,412,456,500,413,457,501,414,458,502,415,459,503,
2430    * 416,460,504,417,461,505,418,462,506,419,463,507,420,464,508,421,
2431    * 465,509,422,466,510,423,467,511,424,468,512,425,469,513,426,470,
2432    * 514,427,471,515,428,472,516,429,473,517,430,474,518,431,475,519,
2433    * 432,476,520,433,477,521,434,478,522,435,479,523,436,480,524,437,
2434    * 481,525,438,482,526,439,483,527,440,484,528,441,485,529,442,486,
2435    * 530,443,487,531,444,488,532,445,489,533,446,490,534,447,491,535,
2436    * 448,492,536,449,493,537,450,494,538,451,495,539,540,552,564,541,
2437    * 553,565,542,554,566,543,555,567,544,556,568,545,557,569,546,558,
2438    * 570,547,559,571,548,560,572,549,561,573,550,562,574,551,563,575}, { 0, 4,
2439    * 8, 1, 5, 9, 2, 6, 10, 3, 7, 11, 12, 16, 20, 13, 17, 21, 14, 18, 22, 15, 19,
2440    * 23, 24, 28, 32, 25, 29, 33, 26, 30, 34, 27, 31, 35, 36, 42, 48, 37, 43, 49,
2441    * 38, 44, 50, 39, 45, 51, 40, 46, 52, 41, 47, 53, 54, 62, 70, 55, 63, 71, 56,
2442    * 64, 72, 57, 65, 73, 58, 66, 74, 59, 67, 75, 60, 68, 76, 61, 69, 77, 78, 88,
2443    * 98, 79, 89, 99, 80, 90,100, 81, 91,101, 82, 92,102, 83, 93,103, 84, 94,104,
2444    * 85, 95,105, 86, 96,106, 87, 97,107,108,120,132,109,
2445    * 121,133,110,122,134,111,123,135,112,124,136,113,125,137,114,126,
2446    * 138,115,127,139,116,128,140,117,129,141,118,130,142,119,131,143,
2447    * 144,158,172,145,159,173,146,160,174,147,161,175,148,162,176,149,
2448    * 163,177,150,164,178,151,165,179,152,166,180,153,167,181,154,168,
2449    * 182,155,169,183,156,170,184,157,171,185,186,204,222,187,205,223,
2450    * 188,206,224,189,207,225,190,208,226,191,209,227,192,210,228,193,
2451    * 211,229,194,212,230,195,213,231,196,214,232,197,215,233,198,216,
2452    * 234,199,217,235,200,218,236,201,219,237,202,220,238,203,221,239,
2453    * 240,264,288,241,265,289,242,266,290,243,267,291,244,268,292,245,
2454    * 269,293,246,270,294,247,271,295,248,272,296,249,273,297,250,274,
2455    * 298,251,275,299,252,276,300,253,277,301,254,278,302,255,279,303,
2456    * 256,280,304,257,281,305,258,282,306,259,283,307,260,284,308,261,
2457    * 285,309,262,286,310,263,287,311,312,342,372,313,343,373,314,344,
2458    * 374,315,345,375,316,346,376,317,347,377,318,348,378,319,349,379,
2459    * 320,350,380,321,351,381,322,352,382,323,353,383,324,354,384,325,
2460    * 355,385,326,356,386,327,357,387,328,358,388,329,359,389,330,360,
2461    * 390,331,361,391,332,362,392,333,363,393,334,364,394,335,365,395,
2462    * 336,366,396,337,367,397,338,368,398,339,369,399,340,370,400,341,
2463    * 371,401,402,442,482,403,443,483,404,444,484,405,445,485,406,446,
2464    * 486,407,447,487,408,448,488,409,449,489,410,450,490,411,451,491,
2465    * 412,452,492,413,453,493,414,454,494,415,455,495,416,456,496,417,
2466    * 457,497,418,458,498,419,459,499,420,460,500,421,461,501,422,462,
2467    * 502,423,463,503,424,464,504,425,465,505,426,466,506,427,467,507,
2468    * 428,468,508,429,469,509,430,470,510,431,471,511,432,472,512,433,
2469    * 473,513,434,474,514,435,475,515,436,476,516,437,477,517,438,478,
2470    * 518,439,479,519,440,480,520,441,481,521,522,540,558,523,541,559,
2471    * 524,542,560,525,543,561,526,544,562,527,545,563,528,546,564,529,
2472    * 547,565,530,548,566,531,549,567,532,550,568,533,551,569,534,552,
2473    * 570,535,553,571,536,554,572,537,555,573,538,556,574,539,557,575}, { 0, 4,
2474    * 8, 1, 5, 9, 2, 6, 10, 3, 7, 11, 12, 16, 20, 13, 17, 21, 14, 18, 22, 15, 19,
2475    * 23, 24, 28, 32, 25, 29, 33, 26, 30, 34, 27, 31, 35, 36, 40, 44, 37, 41, 45,
2476    * 38, 42, 46, 39, 43, 47, 48, 54, 60, 49, 55, 61, 50, 56, 62, 51, 57, 63, 52,
2477    * 58, 64, 53, 59, 65, 66, 74, 82, 67, 75, 83, 68, 76, 84, 69, 77, 85, 70, 78,
2478    * 86, 71, 79, 87, 72, 80, 88, 73, 81, 89, 90,100,110, 91,101,111, 92,102,112,
2479    * 93,103,113, 94,104,114, 95,105,115, 96,106,116, 97, 107,117, 98,108,118,
2480    * 99,109,119,120,132,144,121,133,145,122,134,
2481    * 146,123,135,147,124,136,148,125,137,149,126,138,150,127,139,151,
2482    * 128,140,152,129,141,153,130,142,154,131,143,155,156,170,184,157,
2483    * 171,185,158,172,186,159,173,187,160,174,188,161,175,189,162,176,
2484    * 190,163,177,191,164,178,192,165,179,193,166,180,194,167,181,195,
2485    * 168,182,196,169,183,197,198,216,234,199,217,235,200,218,236,201,
2486    * 219,237,202,220,238,203,221,239,204,222,240,205,223,241,206,224,
2487    * 242,207,225,243,208,226,244,209,227,245,210,228,246,211,229,247,
2488    * 212,230,248,213,231,249,214,232,250,215,233,251,252,274,296,253,
2489    * 275,297,254,276,298,255,277,299,256,278,300,257,279,301,258,280,
2490    * 302,259,281,303,260,282,304,261,283,305,262,284,306,263,285,307,
2491    * 264,286,308,265,287,309,266,288,310,267,289,311,268,290,312,269,
2492    * 291,313,270,292,314,271,293,315,272,294,316,273,295,317,318,348,
2493    * 378,319,349,379,320,350,380,321,351,381,322,352,382,323,353,383,
2494    * 324,354,384,325,355,385,326,356,386,327,357,387,328,358,388,329,
2495    * 359,389,330,360,390,331,361,391,332,362,392,333,363,393,334,364,
2496    * 394,335,365,395,336,366,396,337,367,397,338,368,398,339,369,399,
2497    * 340,370,400,341,371,401,342,372,402,343,373,403,344,374,404,345,
2498    * 375,405,346,376,406,347,377,407,408,464,520,409,465,521,410,466,
2499    * 522,411,467,523,412,468,524,413,469,525,414,470,526,415,471,527,
2500    * 416,472,528,417,473,529,418,474,530,419,475,531,420,476,532,421,
2501    * 477,533,422,478,534,423,479,535,424,480,536,425,481,537,426,482,
2502    * 538,427,483,539,428,484,540,429,485,541,430,486,542,431,487,543,
2503    * 432,488,544,433,489,545,434,490,546,435,491,547,436,492,548,437,
2504    * 493,549,438,494,550,439,495,551,440,496,552,441,497,553,442,498,
2505    * 554,443,499,555,444,500,556,445,501,557,446,502,558,447,503,559,
2506    * 448,504,560,449,505,561,450,506,562,451,507,563,452,508,564,453,
2507    * 509,565,454,510,566,455,511,567,456,512,568,457,513,569,458,514,
2508    * 570,459,515,571,460,516,572,461,517,573,462,518,574,463,519,575}, { 0, 4,
2509    * 8, 1, 5, 9, 2, 6, 10, 3, 7, 11, 12, 16, 20, 13, 17, 21, 14, 18, 22, 15, 19,
2510    * 23, 24, 28, 32, 25, 29, 33, 26, 30, 34, 27, 31, 35, 36, 40, 44, 37, 41, 45,
2511    * 38, 42, 46, 39, 43, 47, 48, 54, 60, 49, 55, 61, 50, 56, 62, 51, 57, 63, 52,
2512    * 58, 64, 53, 59, 65, 66, 72, 78, 67, 73, 79, 68, 74, 80, 69, 75, 81, 70, 76,
2513    * 82, 71, 77, 83, 84, 94,104, 85, 95,105, 86, 96,106, 87, 97,107, 88, 98,108,
2514    * 89, 99,109, 90,100,110, 91,101,111, 92,102,112, 93,
2515    * 103,113,114,126,138,115,127,139,116,128,140,117,129,141,118,130,
2516    * 142,119,131,143,120,132,144,121,133,145,122,134,146,123,135,147,
2517    * 124,136,148,125,137,149,150,164,178,151,165,179,152,166,180,153,
2518    * 167,181,154,168,182,155,169,183,156,170,184,157,171,185,158,172,
2519    * 186,159,173,187,160,174,188,161,175,189,162,176,190,163,177,191,
2520    * 192,208,224,193,209,225,194,210,226,195,211,227,196,212,228,197,
2521    * 213,229,198,214,230,199,215,231,200,216,232,201,217,233,202,218,
2522    * 234,203,219,235,204,220,236,205,221,237,206,222,238,207,223,239,
2523    * 240,260,280,241,261,281,242,262,282,243,263,283,244,264,284,245,
2524    * 265,285,246,266,286,247,267,287,248,268,288,249,269,289,250,270,
2525    * 290,251,271,291,252,272,292,253,273,293,254,274,294,255,275,295,
2526    * 256,276,296,257,277,297,258,278,298,259,279,299,300,326,352,301,
2527    * 327,353,302,328,354,303,329,355,304,330,356,305,331,357,306,332,
2528    * 358,307,333,359,308,334,360,309,335,361,310,336,362,311,337,363,
2529    * 312,338,364,313,339,365,314,340,366,315,341,367,316,342,368,317,
2530    * 343,369,318,344,370,319,345,371,320,346,372,321,347,373,322,348,
2531    * 374,323,349,375,324,350,376,325,351,377,378,444,510,379,445,511,
2532    * 380,446,512,381,447,513,382,448,514,383,449,515,384,450,516,385,
2533    * 451,517,386,452,518,387,453,519,388,454,520,389,455,521,390,456,
2534    * 522,391,457,523,392,458,524,393,459,525,394,460,526,395,461,527,
2535    * 396,462,528,397,463,529,398,464,530,399,465,531,400,466,532,401,
2536    * 467,533,402,468,534,403,469,535,404,470,536,405,471,537,406,472,
2537    * 538,407,473,539,408,474,540,409,475,541,410,476,542,411,477,543,
2538    * 412,478,544,413,479,545,414,480,546,415,481,547,416,482,548,417,
2539    * 483,549,418,484,550,419,485,551,420,486,552,421,487,553,422,488,
2540    * 554,423,489,555,424,490,556,425,491,557,426,492,558,427,493,559,
2541    * 428,494,560,429,495,561,430,496,562,431,497,563,432,498,564,433,
2542    * 499,565,434,500,566,435,501,567,436,502,568,437,503,569,438,504,
2543    * 570,439,505,571,440,506,572,441,507,573,442,508,574,443,509,575}, { 0, 4,
2544    * 8, 1, 5, 9, 2, 6, 10, 3, 7, 11, 12, 16, 20, 13, 17, 21, 14, 18, 22, 15, 19,
2545    * 23, 24, 28, 32, 25, 29, 33, 26, 30, 34, 27, 31, 35, 36, 40, 44, 37, 41, 45,
2546    * 38, 42, 46, 39, 43, 47, 48, 54, 60, 49, 55, 61, 50, 56, 62, 51, 57, 63, 52,
2547    * 58, 64, 53, 59, 65, 66, 74, 82, 67, 75, 83, 68, 76, 84, 69, 77, 85, 70, 78,
2548    * 86, 71, 79, 87, 72, 80, 88, 73, 81, 89, 90,102,114, 91,103,115, 92,104,116,
2549    * 93,105,117, 94,106,118, 95,107,119, 96,108,120, 97, 109,121, 98,110,122,
2550    * 99,111,123,100,112,124,101,113,125,126,142,
2551    * 158,127,143,159,128,144,160,129,145,161,130,146,162,131,147,163,
2552    * 132,148,164,133,149,165,134,150,166,135,151,167,136,152,168,137,
2553    * 153,169,138,154,170,139,155,171,140,156,172,141,157,173,174,194,
2554    * 214,175,195,215,176,196,216,177,197,217,178,198,218,179,199,219,
2555    * 180,200,220,181,201,221,182,202,222,183,203,223,184,204,224,185,
2556    * 205,225,186,206,226,187,207,227,188,208,228,189,209,229,190,210,
2557    * 230,191,211,231,192,212,232,193,213,233,234,260,286,235,261,287,
2558    * 236,262,288,237,263,289,238,264,290,239,265,291,240,266,292,241,
2559    * 267,293,242,268,294,243,269,295,244,270,296,245,271,297,246,272,
2560    * 298,247,273,299,248,274,300,249,275,301,250,276,302,251,277,303,
2561    * 252,278,304,253,279,305,254,280,306,255,281,307,256,282,308,257,
2562    * 283,309,258,284,310,259,285,311,312,346,380,313,347,381,314,348,
2563    * 382,315,349,383,316,350,384,317,351,385,318,352,386,319,353,387,
2564    * 320,354,388,321,355,389,322,356,390,323,357,391,324,358,392,325,
2565    * 359,393,326,360,394,327,361,395,328,362,396,329,363,397,330,364,
2566    * 398,331,365,399,332,366,400,333,367,401,334,368,402,335,369,403,
2567    * 336,370,404,337,371,405,338,372,406,339,373,407,340,374,408,341,
2568    * 375,409,342,376,410,343,377,411,344,378,412,345,379,413,414,456,
2569    * 498,415,457,499,416,458,500,417,459,501,418,460,502,419,461,503,
2570    * 420,462,504,421,463,505,422,464,506,423,465,507,424,466,508,425,
2571    * 467,509,426,468,510,427,469,511,428,470,512,429,471,513,430,472,
2572    * 514,431,473,515,432,474,516,433,475,517,434,476,518,435,477,519,
2573    * 436,478,520,437,479,521,438,480,522,439,481,523,440,482,524,441,
2574    * 483,525,442,484,526,443,485,527,444,486,528,445,487,529,446,488,
2575    * 530,447,489,531,448,490,532,449,491,533,450,492,534,451,493,535,
2576    * 452,494,536,453,495,537,454,496,538,455,497,539,540,552,564,541,
2577    * 553,565,542,554,566,543,555,567,544,556,568,545,557,569,546,558,
2578    * 570,547,559,571,548,560,572,549,561,573,550,562,574,551,563,575} };
2579    */
2580
2581   private static final float cs[] = { 0.857492925712f, 0.881741997318f, 0.949628649103f,
2582       0.983314592492f, 0.995517816065f, 0.999160558175f, 0.999899195243f, 0.999993155067f };
2583
2584   private static final float ca[] = { -0.5144957554270f, -0.4717319685650f, -0.3133774542040f,
2585       -0.1819131996110f, -0.0945741925262f, -0.0409655828852f, -0.0141985685725f,
2586       -0.00369997467375f };
2587
2588   /************************************************************/
2589   /* END OF L3TABLE */
2590   /************************************************************/
2591
2592   /************************************************************/
2593   /* L3TYPE */
2594   /************************************************************/
2595
2596   /***************************************************************/
2597   /* END OF L3TYPE */
2598   /***************************************************************/
2599
2600   /***************************************************************/
2601   /* INV_MDCT */
2602   /***************************************************************/
2603   @LOC("F")
2604   public static final float win[][] = {
2605       { -1.6141214951E-02f, -5.3603178919E-02f, -1.0070713296E-01f, -1.6280817573E-01f,
2606           -4.9999999679E-01f, -3.8388735032E-01f, -6.2061144372E-01f, -1.1659756083E+00f,
2607           -3.8720752656E+00f, -4.2256286556E+00f, -1.5195289984E+00f, -9.7416483388E-01f,
2608           -7.3744074053E-01f, -1.2071067773E+00f, -5.1636156596E-01f, -4.5426052317E-01f,
2609           -4.0715656898E-01f, -3.6969460527E-01f, -3.3876269197E-01f, -3.1242222492E-01f,
2610           -2.8939587111E-01f, -2.6880081906E-01f, -5.0000000266E-01f, -2.3251417468E-01f,
2611           -2.1596714708E-01f, -2.0004979098E-01f, -1.8449493497E-01f, -1.6905846094E-01f,
2612           -1.5350360518E-01f, -1.3758624925E-01f, -1.2103922149E-01f, -2.0710679058E-01f,
2613           -8.4752577594E-02f, -6.4157525656E-02f, -4.1131172614E-02f, -1.4790705759E-02f },
2614
2615       { -1.6141214951E-02f, -5.3603178919E-02f, -1.0070713296E-01f, -1.6280817573E-01f,
2616           -4.9999999679E-01f, -3.8388735032E-01f, -6.2061144372E-01f, -1.1659756083E+00f,
2617           -3.8720752656E+00f, -4.2256286556E+00f, -1.5195289984E+00f, -9.7416483388E-01f,
2618           -7.3744074053E-01f, -1.2071067773E+00f, -5.1636156596E-01f, -4.5426052317E-01f,
2619           -4.0715656898E-01f, -3.6969460527E-01f, -3.3908542600E-01f, -3.1511810350E-01f,
2620           -2.9642226150E-01f, -2.8184548650E-01f, -5.4119610000E-01f, -2.6213228100E-01f,
2621           -2.5387916537E-01f, -2.3296291359E-01f, -1.9852728987E-01f, -1.5233534808E-01f,
2622           -9.6496400054E-02f, -3.3423828516E-02f, 0.0000000000E+00f, 0.0000000000E+00f,
2623           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f },
2624
2625       { -4.8300800645E-02f, -1.5715656932E-01f, -2.8325045177E-01f, -4.2953747763E-01f,
2626           -1.2071067795E+00f, -8.2426483178E-01f, -1.1451749106E+00f, -1.7695290101E+00f,
2627           -4.5470225061E+00f, -3.4890531002E+00f, -7.3296292804E-01f, -1.5076514758E-01f,
2628           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f,
2629           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f,
2630           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f,
2631           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f,
2632           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f,
2633           0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f },
2634
2635       { 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f, 0.0000000000E+00f,
2636           0.0000000000E+00f, 0.0000000000E+00f, -1.5076513660E-01f, -7.3296291107E-01f,
2637           -3.4890530566E+00f, -4.5470224727E+00f, -1.7695290031E+00f, -1.1451749092E+00f,
2638           -8.3137738100E-01f, -1.3065629650E+00f, -5.4142014250E-01f, -4.6528974900E-01f,
2639           -4.1066990750E-01f, -3.7004680800E-01f, -3.3876269197E-01f, -3.1242222492E-01f,
2640           -2.8939587111E-01f, -2.6880081906E-01f, -5.0000000266E-01f, -2.3251417468E-01f,
2641           -2.1596714708E-01f, -2.0004979098E-01f, -1.8449493497E-01f, -1.6905846094E-01f,
2642           -1.5350360518E-01f, -1.3758624925E-01f, -1.2103922149E-01f, -2.0710679058E-01f,
2643           -8.4752577594E-02f, -6.4157525656E-02f, -4.1131172614E-02f, -1.4790705759E-02f } };
2644
2645   /***************************************************************/
2646   /* END OF INV_MDCT */
2647   /***************************************************************/
2648   @LATTICE("N<VAR")
2649   class Sftable {
2650     @LOC("VAR")
2651     public int[] l;
2652     @LOC("VAR")
2653     public int[] s;
2654
2655     public Sftable() {
2656       l = new int[5];
2657       s = new int[3];
2658     }
2659
2660     @LATTICE("THIS<IN,THISLOC=THIS")
2661     public Sftable(@LOC("IN") int[] thel, @LOC("IN") int[] thes) {
2662       l = thel;
2663       s = thes;
2664     }
2665   }
2666
2667   @LOC("F")
2668   public Sftable sftable;
2669
2670   @LOC("NS")
2671   public static final int nr_of_sfb_block[][][] = {
2672       { { 6, 5, 5, 5 }, { 9, 9, 9, 9 }, { 6, 9, 9, 9 } },
2673       { { 6, 5, 7, 3 }, { 9, 9, 12, 6 }, { 6, 9, 12, 6 } },
2674       { { 11, 10, 0, 0 }, { 18, 18, 0, 0 }, { 15, 18, 0, 0 } },
2675       { { 7, 7, 7, 0 }, { 12, 12, 12, 0 }, { 6, 15, 12, 0 } },
2676       { { 6, 6, 6, 3 }, { 12, 9, 9, 6 }, { 6, 12, 9, 6 } },
2677       { { 8, 8, 5, 0 }, { 15, 12, 9, 0 }, { 6, 18, 9, 0 } } };
2678
2679 }