annotate libfaad2/ic_predict.h @ 24576:6704a924d4aa

According to MSDN a thread must call CoUninitialize once for each successful call it has made to CoInitialize or CoInitializeEx, including any call that returns S_FALSE. Only the CoUninitialize call corresponding to the CoInitialize or CoInitializeEx call that initialized the library can close it. patch by Gianluigi Tiesi, mplayer netfarm it
author diego
date Sun, 23 Sep 2007 20:37:33 +0000
parents 59b6fa5b4201
children e83eef58b30a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1 /*
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2 ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
3 ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
4 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
5 ** This program is free software; you can redistribute it and/or modify
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
6 ** it under the terms of the GNU General Public License as published by
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
7 ** the Free Software Foundation; either version 2 of the License, or
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
8 ** (at your option) any later version.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
9 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
10 ** This program is distributed in the hope that it will be useful,
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
13 ** GNU General Public License for more details.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
14 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
15 ** You should have received a copy of the GNU General Public License
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
16 ** along with this program; if not, write to the Free Software
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
18 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
19 ** Any non-GPL usage of this software or parts of this software is strictly
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
20 ** forbidden.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
21 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
22 ** Commercial non-GPL licensing of this software is possible.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
24 **
18141
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14727
diff changeset
25 ** $Id: ic_predict.h,v 1.19 2004/09/04 14:56:28 menno Exp $
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
26 **/
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
27
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
28 #ifdef MAIN_DEC
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
29
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
30 #ifndef __IC_PREDICT_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
31 #define __IC_PREDICT_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
32
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
33 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
34 extern "C" {
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
35 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
36
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
37 #define ALPHA REAL_CONST(0.90625)
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
38 #define A REAL_CONST(0.953125)
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
39
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
40
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
41 void pns_reset_pred_state(ic_stream *ics, pred_state *state);
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
42 void reset_all_predictors(pred_state *state, uint16_t frame_len);
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
43 void ic_prediction(ic_stream *ics, real_t *spec, pred_state *state,
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
44 uint16_t frame_len, uint8_t sf_index);
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
45
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
46 ALIGN static const real_t mnt_table[128] = {
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
47 COEF_CONST(0.9531250000), COEF_CONST(0.9453125000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
48 COEF_CONST(0.9375000000), COEF_CONST(0.9296875000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
49 COEF_CONST(0.9257812500), COEF_CONST(0.9179687500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
50 COEF_CONST(0.9101562500), COEF_CONST(0.9023437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
51 COEF_CONST(0.8984375000), COEF_CONST(0.8906250000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
52 COEF_CONST(0.8828125000), COEF_CONST(0.8789062500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
53 COEF_CONST(0.8710937500), COEF_CONST(0.8671875000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
54 COEF_CONST(0.8593750000), COEF_CONST(0.8515625000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
55 COEF_CONST(0.8476562500), COEF_CONST(0.8398437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
56 COEF_CONST(0.8359375000), COEF_CONST(0.8281250000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
57 COEF_CONST(0.8242187500), COEF_CONST(0.8203125000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
58 COEF_CONST(0.8125000000), COEF_CONST(0.8085937500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
59 COEF_CONST(0.8007812500), COEF_CONST(0.7968750000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
60 COEF_CONST(0.7929687500), COEF_CONST(0.7851562500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
61 COEF_CONST(0.7812500000), COEF_CONST(0.7773437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
62 COEF_CONST(0.7734375000), COEF_CONST(0.7656250000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
63 COEF_CONST(0.7617187500), COEF_CONST(0.7578125000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
64 COEF_CONST(0.7539062500), COEF_CONST(0.7500000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
65 COEF_CONST(0.7421875000), COEF_CONST(0.7382812500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
66 COEF_CONST(0.7343750000), COEF_CONST(0.7304687500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
67 COEF_CONST(0.7265625000), COEF_CONST(0.7226562500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
68 COEF_CONST(0.7187500000), COEF_CONST(0.7148437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
69 COEF_CONST(0.7109375000), COEF_CONST(0.7070312500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
70 COEF_CONST(0.6992187500), COEF_CONST(0.6953125000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
71 COEF_CONST(0.6914062500), COEF_CONST(0.6875000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
72 COEF_CONST(0.6835937500), COEF_CONST(0.6796875000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
73 COEF_CONST(0.6796875000), COEF_CONST(0.6757812500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
74 COEF_CONST(0.6718750000), COEF_CONST(0.6679687500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
75 COEF_CONST(0.6640625000), COEF_CONST(0.6601562500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
76 COEF_CONST(0.6562500000), COEF_CONST(0.6523437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
77 COEF_CONST(0.6484375000), COEF_CONST(0.6445312500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
78 COEF_CONST(0.6406250000), COEF_CONST(0.6406250000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
79 COEF_CONST(0.6367187500), COEF_CONST(0.6328125000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
80 COEF_CONST(0.6289062500), COEF_CONST(0.6250000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
81 COEF_CONST(0.6210937500), COEF_CONST(0.6210937500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
82 COEF_CONST(0.6171875000), COEF_CONST(0.6132812500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
83 COEF_CONST(0.6093750000), COEF_CONST(0.6054687500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
84 COEF_CONST(0.6054687500), COEF_CONST(0.6015625000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
85 COEF_CONST(0.5976562500), COEF_CONST(0.5937500000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
86 COEF_CONST(0.5937500000), COEF_CONST(0.5898437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
87 COEF_CONST(0.5859375000), COEF_CONST(0.5820312500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
88 COEF_CONST(0.5820312500), COEF_CONST(0.5781250000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
89 COEF_CONST(0.5742187500), COEF_CONST(0.5742187500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
90 COEF_CONST(0.5703125000), COEF_CONST(0.5664062500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
91 COEF_CONST(0.5664062500), COEF_CONST(0.5625000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
92 COEF_CONST(0.5585937500), COEF_CONST(0.5585937500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
93 COEF_CONST(0.5546875000), COEF_CONST(0.5507812500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
94 COEF_CONST(0.5507812500), COEF_CONST(0.5468750000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
95 COEF_CONST(0.5429687500), COEF_CONST(0.5429687500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
96 COEF_CONST(0.5390625000), COEF_CONST(0.5390625000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
97 COEF_CONST(0.5351562500), COEF_CONST(0.5312500000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
98 COEF_CONST(0.5312500000), COEF_CONST(0.5273437500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
99 COEF_CONST(0.5273437500), COEF_CONST(0.5234375000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
100 COEF_CONST(0.5195312500), COEF_CONST(0.5195312500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
101 COEF_CONST(0.5156250000), COEF_CONST(0.5156250000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
102 COEF_CONST(0.5117187500), COEF_CONST(0.5117187500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
103 COEF_CONST(0.5078125000), COEF_CONST(0.5078125000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
104 COEF_CONST(0.5039062500), COEF_CONST(0.5039062500),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
105 COEF_CONST(0.5000000000), COEF_CONST(0.4980468750),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
106 COEF_CONST(0.4960937500), COEF_CONST(0.4941406250),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
107 COEF_CONST(0.4921875000), COEF_CONST(0.4902343750),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
108 COEF_CONST(0.4882812500), COEF_CONST(0.4863281250),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
109 COEF_CONST(0.4843750000), COEF_CONST(0.4824218750),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
110 COEF_CONST(0.4804687500), COEF_CONST(0.4785156250)
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
111 };
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
112
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
113 ALIGN static const real_t exp_table[128] = {
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
114 COEF_CONST(0.50000000000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
115 COEF_CONST(0.25000000000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
116 COEF_CONST(0.12500000000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
117 COEF_CONST(0.06250000000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
118 COEF_CONST(0.03125000000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
119 COEF_CONST(0.01562500000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
120 COEF_CONST(0.00781250000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
121 COEF_CONST(0.00390625000000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
122 COEF_CONST(0.00195312500000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
123 COEF_CONST(0.00097656250000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
124 COEF_CONST(0.00048828125000000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
125 COEF_CONST(0.00024414062500000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
126 COEF_CONST(0.00012207031250000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
127 COEF_CONST(0.00006103515625000000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
128 COEF_CONST(0.00003051757812500000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
129 COEF_CONST(0.00001525878906250000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
130 COEF_CONST(0.00000762939453125000000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
131 COEF_CONST(0.00000381469726562500000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
132 COEF_CONST(0.00000190734863281250000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
133 COEF_CONST(0.00000095367431640625000000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
134 COEF_CONST(0.00000047683715820312500000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
135 COEF_CONST(0.00000023841857910156250000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
136 COEF_CONST(0.00000011920928955078125000000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
137 COEF_CONST(0.00000005960464477539062500000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
138 COEF_CONST(0.00000002980232238769531300000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
139 COEF_CONST(0.00000001490116119384765600000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
140 COEF_CONST(0.00000000745058059692382810000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
141 COEF_CONST(0.00000000372529029846191410000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
142 COEF_CONST(0.00000000186264514923095700000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
143 COEF_CONST(0.00000000093132257461547852000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
144 COEF_CONST(0.00000000046566128730773926000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
145 COEF_CONST(0.00000000023283064365386963000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
146 COEF_CONST(0.00000000011641532182693481000000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
147 COEF_CONST(0.00000000005820766091346740700000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
148 COEF_CONST(0.00000000002910383045673370400000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
149 COEF_CONST(0.00000000001455191522836685200000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
150 COEF_CONST(0.00000000000727595761418342590000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
151 COEF_CONST(0.00000000000363797880709171300000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
152 COEF_CONST(0.00000000000181898940354585650000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
153 COEF_CONST(0.00000000000090949470177292824000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
154 COEF_CONST(0.00000000000045474735088646412000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
155 COEF_CONST(0.00000000000022737367544323206000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
156 COEF_CONST(0.00000000000011368683772161603000000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
157 COEF_CONST(0.00000000000005684341886080801500000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
158 COEF_CONST(0.00000000000002842170943040400700000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
159 COEF_CONST(0.00000000000001421085471520200400000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
160 COEF_CONST(0.00000000000000710542735760100190000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
161 COEF_CONST(0.00000000000000355271367880050090000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
162 COEF_CONST(0.00000000000000177635683940025050000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
163 COEF_CONST(0.00000000000000088817841970012523000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
164 COEF_CONST(0.00000000000000044408920985006262000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
165 COEF_CONST(0.00000000000000022204460492503131000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
166 COEF_CONST(0.00000000000000011102230246251565000000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
167 COEF_CONST(0.00000000000000005551115123125782700000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
168 COEF_CONST(0.00000000000000002775557561562891400000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
169 COEF_CONST(0.00000000000000001387778780781445700000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
170 COEF_CONST(0.00000000000000000693889390390722840000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
171 COEF_CONST(0.00000000000000000346944695195361420000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
172 COEF_CONST(0.00000000000000000173472347597680710000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
173 COEF_CONST(0.00000000000000000086736173798840355000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
174 COEF_CONST(0.00000000000000000043368086899420177000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
175 COEF_CONST(0.00000000000000000021684043449710089000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
176 COEF_CONST(0.00000000000000000010842021724855044000000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
177 COEF_CONST(0.00000000000000000005421010862427522200000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
178 COEF_CONST(0.00000000000000000002710505431213761100000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
179 COEF_CONST(0.00000000000000000001355252715606880500000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
180 COEF_CONST(0.00000000000000000000677626357803440270000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
181 COEF_CONST(0.00000000000000000000338813178901720140000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
182 COEF_CONST(0.00000000000000000000169406589450860070000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
183 COEF_CONST(0.00000000000000000000084703294725430034000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
184 COEF_CONST(0.00000000000000000000042351647362715017000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
185 COEF_CONST(0.00000000000000000000021175823681357508000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
186 COEF_CONST(0.00000000000000000000010587911840678754000000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
187 COEF_CONST(0.00000000000000000000005293955920339377100000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
188 COEF_CONST(0.00000000000000000000002646977960169688600000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
189 COEF_CONST(0.00000000000000000000001323488980084844300000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
190 COEF_CONST(0.00000000000000000000000661744490042422140000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
191 COEF_CONST(0.00000000000000000000000330872245021211070000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
192 COEF_CONST(0.00000000000000000000000165436122510605530000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
193 COEF_CONST(0.00000000000000000000000082718061255302767000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
194 COEF_CONST(0.00000000000000000000000041359030627651384000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
195 COEF_CONST(0.00000000000000000000000020679515313825692000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
196 COEF_CONST(0.00000000000000000000000010339757656912846000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
197 COEF_CONST(0.00000000000000000000000005169878828456423000000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
198 COEF_CONST(0.00000000000000000000000002584939414228211500000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
199 COEF_CONST(0.00000000000000000000000001292469707114105700000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
200 COEF_CONST(0.00000000000000000000000000646234853557052870000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
201 COEF_CONST(0.00000000000000000000000000323117426778526440000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
202 COEF_CONST(0.00000000000000000000000000161558713389263220000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
203 COEF_CONST(0.00000000000000000000000000080779356694631609000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
204 COEF_CONST(0.00000000000000000000000000040389678347315804000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
205 COEF_CONST(0.00000000000000000000000000020194839173657902000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
206 COEF_CONST(0.00000000000000000000000000010097419586828951000000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
207 COEF_CONST(0.00000000000000000000000000005048709793414475600000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
208 COEF_CONST(0.00000000000000000000000000002524354896707237800000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
209 COEF_CONST(0.00000000000000000000000000001262177448353618900000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
210 COEF_CONST(0.00000000000000000000000000000631088724176809440000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
211 COEF_CONST(0.00000000000000000000000000000315544362088404720000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
212 COEF_CONST(0.00000000000000000000000000000157772181044202360000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
213 COEF_CONST(0.00000000000000000000000000000078886090522101181000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
214 COEF_CONST(0.00000000000000000000000000000039443045261050590000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
215 COEF_CONST(0.00000000000000000000000000000019721522630525295000),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
216 COEF_CONST(0.00000000000000000000000000000009860761315262647600),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
217 COEF_CONST(0.00000000000000000000000000000004930380657631323800),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
218 COEF_CONST(0.00000000000000000000000000000002465190328815661900),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
219 COEF_CONST(0.00000000000000000000000000000001232595164407830900),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
220 COEF_CONST(0.00000000000000000000000000000000616297582203915470),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
221 COEF_CONST(0.00000000000000000000000000000000308148791101957740),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
222 COEF_CONST(0.00000000000000000000000000000000154074395550978870),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
223 COEF_CONST(0.00000000000000000000000000000000077037197775489434),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
224 COEF_CONST(0.00000000000000000000000000000000038518598887744717),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
225 COEF_CONST(0.00000000000000000000000000000000019259299443872359),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
226 COEF_CONST(0.00000000000000000000000000000000009629649721936179),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
227 COEF_CONST(0.00000000000000000000000000000000004814824860968090),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
228 COEF_CONST(0.00000000000000000000000000000000002407412430484045),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
229 COEF_CONST(0.00000000000000000000000000000000001203706215242022),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
230 COEF_CONST(0.00000000000000000000000000000000000601853107621011),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
231 COEF_CONST(0.00000000000000000000000000000000000300926553810506),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
232 COEF_CONST(0.00000000000000000000000000000000000150463276905253),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
233 COEF_CONST(0.00000000000000000000000000000000000075231638452626),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
234 COEF_CONST(0.00000000000000000000000000000000000037615819226313),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
235 COEF_CONST(0.00000000000000000000000000000000000018807909613157),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
236 COEF_CONST(0.00000000000000000000000000000000000009403954806578),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
237 COEF_CONST(0.00000000000000000000000000000000000004701977403289),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
238 COEF_CONST(0.00000000000000000000000000000000000002350988701645),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
239 COEF_CONST(0.00000000000000000000000000000000000001175494350822),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
240 COEF_CONST(0.0 /* 0000000000000000000000000000000000000587747175411 "floating point underflow" */),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
241 COEF_CONST(0.0)
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10725
diff changeset
242 };
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
243
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
244 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
245 }
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
246 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
247 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
248
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
249 #endif