annotate libfaad2/sbr_qmf_c.h @ 18796:e79835afe09d

added myself to AUTHORS file
author ben
date Fri, 23 Jun 2006 20:23:08 +0000
parents 59b6fa5b4201
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10989
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
1 /*
3185f64f6350 synced with current cvs
alex
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: 10989
diff changeset
3 ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
10989
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
4 **
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
5 ** This program is free software; you can redistribute it and/or modify
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
6 ** it under the terms of the GNU General Public License as published by
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
7 ** the Free Software Foundation; either version 2 of the License, or
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
8 ** (at your option) any later version.
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
9 **
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
10 ** This program is distributed in the hope that it will be useful,
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
13 ** GNU General Public License for more details.
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
14 **
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
15 ** You should have received a copy of the GNU General Public License
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
16 ** along with this program; if not, write to the Free Software
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
18 **
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
19 ** Any non-GPL usage of this software or parts of this software is strictly
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
20 ** forbidden.
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
21 **
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
22 ** Commercial non-GPL licensing of this software is possible.
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
24 **
18141
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14727
diff changeset
25 ** $Id: sbr_qmf_c.h,v 1.13 2004/09/04 14:56:28 menno Exp $
10989
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
26 **/
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
27
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
28 #ifndef __SBR_QMF_C_H__
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
29 #define __SBR_QMF_C_H__
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
30
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
31 #ifdef __cplusplus
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
32 extern "C" {
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
33 #endif
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
34
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
35
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
36 #ifdef _MSC_VER
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
37 #pragma warning(disable:4305)
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
38 #pragma warning(disable:4244)
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
39 #endif
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
40
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
41 ALIGN static const real_t qmf_c[640] = {
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
42 FRAC_CONST(0), FRAC_CONST(-0.00055252865047),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
43 FRAC_CONST(-0.00056176925738), FRAC_CONST(-0.00049475180896),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
44 FRAC_CONST(-0.00048752279712), FRAC_CONST(-0.00048937912498),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
45 FRAC_CONST(-0.00050407143497), FRAC_CONST(-0.00052265642972),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
46 FRAC_CONST(-0.00054665656337), FRAC_CONST(-0.00056778025613),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
47 FRAC_CONST(-0.00058709304852), FRAC_CONST(-0.00061327473938),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
48 FRAC_CONST(-0.00063124935319), FRAC_CONST(-0.00065403333621),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
49 FRAC_CONST(-0.00067776907764), FRAC_CONST(-0.00069416146273),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
50 FRAC_CONST(-0.00071577364744), FRAC_CONST(-0.00072550431222),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
51 FRAC_CONST(-0.00074409418541), FRAC_CONST(-0.00074905980532),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
52 FRAC_CONST(-0.0007681371927), FRAC_CONST(-0.00077248485949),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
53 FRAC_CONST(-0.00078343322877), FRAC_CONST(-0.00077798694927),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
54 FRAC_CONST(-0.000780366471), FRAC_CONST(-0.00078014496257),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
55 FRAC_CONST(-0.0007757977331), FRAC_CONST(-0.00076307935757),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
56 FRAC_CONST(-0.00075300014201), FRAC_CONST(-0.00073193571525),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
57 FRAC_CONST(-0.00072153919876), FRAC_CONST(-0.00069179375372),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
58 FRAC_CONST(-0.00066504150893), FRAC_CONST(-0.00063415949025),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
59 FRAC_CONST(-0.0005946118933), FRAC_CONST(-0.00055645763906),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
60 FRAC_CONST(-0.00051455722108), FRAC_CONST(-0.00046063254803),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
61 FRAC_CONST(-0.00040951214522), FRAC_CONST(-0.00035011758756),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
62 FRAC_CONST(-0.00028969811748), FRAC_CONST(-0.0002098337344),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
63 FRAC_CONST(-0.00014463809349), FRAC_CONST(-6.173344072E-005),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
64 FRAC_CONST(1.349497418E-005), FRAC_CONST(0.00010943831274),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
65 FRAC_CONST(0.00020430170688), FRAC_CONST(0.00029495311041),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
66 FRAC_CONST(0.0004026540216), FRAC_CONST(0.00051073884952),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
67 FRAC_CONST(0.00062393761391), FRAC_CONST(0.00074580258865),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
68 FRAC_CONST(0.00086084433262), FRAC_CONST(0.00098859883015),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
69 FRAC_CONST(0.00112501551307), FRAC_CONST(0.00125778846475),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
70 FRAC_CONST(0.00139024948272), FRAC_CONST(0.00154432198471),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
71 FRAC_CONST(0.00168680832531), FRAC_CONST(0.00183482654224),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
72 FRAC_CONST(0.00198411407369), FRAC_CONST(0.00214615835557),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
73 FRAC_CONST(0.00230172547746), FRAC_CONST(0.00246256169126),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
74 FRAC_CONST(0.00262017586902), FRAC_CONST(0.00278704643465),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
75 FRAC_CONST(0.00294694477165), FRAC_CONST(0.00311254206525),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
76 FRAC_CONST(0.00327396134847), FRAC_CONST(0.00344188741828),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
77 FRAC_CONST(0.00360082681231), FRAC_CONST(0.00376039229104),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
78 FRAC_CONST(0.00392074323703), FRAC_CONST(0.00408197531935),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
79 FRAC_CONST(0.0042264269227), FRAC_CONST(0.00437307196781),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
80 FRAC_CONST(0.00452098527825), FRAC_CONST(0.00466064606118),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
81 FRAC_CONST(0.00479325608498), FRAC_CONST(0.00491376035745),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
82 FRAC_CONST(0.00503930226013), FRAC_CONST(0.00514073539032),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
83 FRAC_CONST(0.00524611661324), FRAC_CONST(0.00534716811982),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
84 FRAC_CONST(0.00541967759307), FRAC_CONST(0.00548760401507),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
85 FRAC_CONST(0.00554757145088), FRAC_CONST(0.00559380230045),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
86 FRAC_CONST(0.00562206432097), FRAC_CONST(0.00564551969164),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
87 FRAC_CONST(0.00563891995151), FRAC_CONST(0.00562661141932),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
88 FRAC_CONST(0.0055917128663), FRAC_CONST(0.005540436394),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
89 FRAC_CONST(0.0054753783077), FRAC_CONST(0.0053838975897),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
90 FRAC_CONST(0.00527157587272), FRAC_CONST(0.00513822754514),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
91 FRAC_CONST(0.00498396877629), FRAC_CONST(0.004810946906),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
92 FRAC_CONST(0.00460395301471), FRAC_CONST(0.00438018617447),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
93 FRAC_CONST(0.0041251642327), FRAC_CONST(0.00384564081246),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
94 FRAC_CONST(0.00354012465507), FRAC_CONST(0.00320918858098),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
95 FRAC_CONST(0.00284467578623), FRAC_CONST(0.00245085400321),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
96 FRAC_CONST(0.0020274176185), FRAC_CONST(0.00157846825768),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
97 FRAC_CONST(0.00109023290512), FRAC_CONST(0.0005832264248),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
98 FRAC_CONST(2.760451905E-005), FRAC_CONST(-0.00054642808664),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
99 FRAC_CONST(-0.00115681355227), FRAC_CONST(-0.00180394725893),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
100 FRAC_CONST(-0.00248267236449), FRAC_CONST(-0.003193377839),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
101 FRAC_CONST(-0.00394011240522), FRAC_CONST(-0.004722259624),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
102 FRAC_CONST(-0.00553372111088), FRAC_CONST(-0.00637922932685),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
103 FRAC_CONST(-0.00726158168517), FRAC_CONST(-0.00817982333726),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
104 FRAC_CONST(-0.00913253296085), FRAC_CONST(-0.01011502154986),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
105 FRAC_CONST(-0.01113155480321), FRAC_CONST(-0.01218499959508),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
106 FRAC_CONST(0.01327182200351), FRAC_CONST(0.01439046660792),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
107 FRAC_CONST(0.01554055533423), FRAC_CONST(0.01673247129989),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
108 FRAC_CONST(0.01794333813443), FRAC_CONST(0.01918724313698),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
109 FRAC_CONST(0.02045317933555), FRAC_CONST(0.02174675502535),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
110 FRAC_CONST(0.02306801692862), FRAC_CONST(0.02441609920285),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
111 FRAC_CONST(0.02578758475467), FRAC_CONST(0.02718594296329),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
112 FRAC_CONST(0.02860721736385), FRAC_CONST(0.03005026574279),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
113 FRAC_CONST(0.03150176087389), FRAC_CONST(0.03297540810337),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
114 FRAC_CONST(0.03446209487686), FRAC_CONST(0.03596975605542),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
115 FRAC_CONST(0.03748128504252), FRAC_CONST(0.03900536794745),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
116 FRAC_CONST(0.04053491705584), FRAC_CONST(0.04206490946367),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
117 FRAC_CONST(0.04360975421304), FRAC_CONST(0.04514884056413),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
118 FRAC_CONST(0.04668430272642), FRAC_CONST(0.04821657200672),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
119 FRAC_CONST(0.04973857556014), FRAC_CONST(0.05125561555216),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
120 FRAC_CONST(0.05276307465207), FRAC_CONST(0.05424527683589),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
121 FRAC_CONST(0.05571736482138), FRAC_CONST(0.05716164501299),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
122 FRAC_CONST(0.0585915683626), FRAC_CONST(0.05998374801761),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
123 FRAC_CONST(0.06134551717207), FRAC_CONST(0.06268578081172),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
124 FRAC_CONST(0.06397158980681), FRAC_CONST(0.0652247106438),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
125 FRAC_CONST(0.06643675122104), FRAC_CONST(0.06760759851228),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
126 FRAC_CONST(0.06870438283512), FRAC_CONST(0.06976302447127),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
127 FRAC_CONST(0.07076287107266), FRAC_CONST(0.07170026731102),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
128 FRAC_CONST(0.07256825833083), FRAC_CONST(0.07336202550803),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
129 FRAC_CONST(0.07410036424342), FRAC_CONST(0.07474525581194),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
130 FRAC_CONST(0.07531373362019), FRAC_CONST(0.07580083586584),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
131 FRAC_CONST(0.07619924793396), FRAC_CONST(0.07649921704119),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
132 FRAC_CONST(0.07670934904245), FRAC_CONST(0.07681739756964),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
133 FRAC_CONST(0.07682300113923), FRAC_CONST(0.07672049241746),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
134 FRAC_CONST(0.07650507183194), FRAC_CONST(0.07617483218536),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
135 FRAC_CONST(0.07573057565061), FRAC_CONST(0.0751576255287),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
136 FRAC_CONST(0.07446643947564), FRAC_CONST(0.0736406005762),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
137 FRAC_CONST(0.07267746427299), FRAC_CONST(0.07158263647903),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
138 FRAC_CONST(0.07035330735093), FRAC_CONST(0.06896640131951),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
139 FRAC_CONST(0.06745250215166), FRAC_CONST(0.06576906686508),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
140 FRAC_CONST(0.06394448059633), FRAC_CONST(0.06196027790387),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
141 FRAC_CONST(0.0598166570809), FRAC_CONST(0.05751526919867),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
142 FRAC_CONST(0.05504600343009), FRAC_CONST(0.05240938217366),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
143 FRAC_CONST(0.04959786763445), FRAC_CONST(0.04663033051701),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
144 FRAC_CONST(0.04347687821958), FRAC_CONST(0.04014582784127),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
145 FRAC_CONST(0.03664181168133), FRAC_CONST(0.03295839306691),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
146 FRAC_CONST(0.02908240060125), FRAC_CONST(0.02503075618909),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
147 FRAC_CONST(0.02079970728622), FRAC_CONST(0.01637012582228),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
148 FRAC_CONST(0.01176238327857), FRAC_CONST(0.00696368621617),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
149 FRAC_CONST(0.00197656014503), FRAC_CONST(-0.00320868968304),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
150 FRAC_CONST(-0.00857117491366), FRAC_CONST(-0.01412888273558),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
151 FRAC_CONST(-0.01988341292573), FRAC_CONST(-0.02582272888064),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
152 FRAC_CONST(-0.03195312745332), FRAC_CONST(-0.03827765720822),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
153 FRAC_CONST(-0.04478068215856), FRAC_CONST(-0.05148041767934),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
154 FRAC_CONST(-0.05837053268336), FRAC_CONST(-0.06544098531359),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
155 FRAC_CONST(-0.07269433008129), FRAC_CONST(-0.08013729344279),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
156 FRAC_CONST(-0.08775475365593), FRAC_CONST(-0.09555333528914),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
157 FRAC_CONST(-0.10353295311463), FRAC_CONST(-0.1116826931773),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
158 FRAC_CONST(-0.120007798468), FRAC_CONST(-0.12850028503878),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
159 FRAC_CONST(-0.13715517611934), FRAC_CONST(-0.1459766491187),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
160 FRAC_CONST(-0.15496070710605), FRAC_CONST(-0.16409588556669),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
161 FRAC_CONST(-0.17338081721706), FRAC_CONST(-0.18281725485142),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
162 FRAC_CONST(-0.19239667457267), FRAC_CONST(-0.20212501768103),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
163 FRAC_CONST(-0.21197358538056), FRAC_CONST(-0.22196526964149),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
164 FRAC_CONST(-0.23206908706791), FRAC_CONST(-0.24230168845974),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
165 FRAC_CONST(-0.25264803095722), FRAC_CONST(-0.26310532994603),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
166 FRAC_CONST(-0.27366340405625), FRAC_CONST(-0.28432141891085),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
167 FRAC_CONST(-0.29507167170646), FRAC_CONST(-0.30590985751916),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
168 FRAC_CONST(-0.31682789136456), FRAC_CONST(-0.32781137272105),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
169 FRAC_CONST(-0.33887226938665), FRAC_CONST(-0.3499914122931),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
170 FRAC_CONST(0.36115899031355), FRAC_CONST(0.37237955463061),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
171 FRAC_CONST(0.38363500139043), FRAC_CONST(0.39492117615675),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
172 FRAC_CONST(0.40623176767625), FRAC_CONST(0.41756968968409),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
173 FRAC_CONST(0.42891199207373), FRAC_CONST(0.44025537543665),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
174 FRAC_CONST(0.45159965356824), FRAC_CONST(0.46293080852757),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
175 FRAC_CONST(0.47424532146115), FRAC_CONST(0.48552530911099),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
176 FRAC_CONST(0.49677082545707), FRAC_CONST(0.50798175000434),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
177 FRAC_CONST(0.51912349702391), FRAC_CONST(0.53022408956855),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
178 FRAC_CONST(0.54125534487322), FRAC_CONST(0.55220512585061),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
179 FRAC_CONST(0.5630789140137), FRAC_CONST(0.57385241316923),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
180 FRAC_CONST(0.58454032354679), FRAC_CONST(0.59511230862496),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
181 FRAC_CONST(0.6055783538918), FRAC_CONST(0.61591099320291),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
182 FRAC_CONST(0.62612426956055), FRAC_CONST(0.63619801077286),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
183 FRAC_CONST(0.64612696959461), FRAC_CONST(0.65590163024671),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
184 FRAC_CONST(0.66551398801627), FRAC_CONST(0.67496631901712),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
185 FRAC_CONST(0.68423532934598), FRAC_CONST(0.69332823767032),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
186 FRAC_CONST(0.70223887193539), FRAC_CONST(0.71094104263095),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
187 FRAC_CONST(0.71944626349561), FRAC_CONST(0.72774489002994),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
188 FRAC_CONST(0.73582117582769), FRAC_CONST(0.74368278636488),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
189 FRAC_CONST(0.75131374561237), FRAC_CONST(0.75870807608242),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
190 FRAC_CONST(0.76586748650939), FRAC_CONST(0.77277808813327),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
191 FRAC_CONST(0.77942875190216), FRAC_CONST(0.7858353120392),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
192 FRAC_CONST(0.79197358416424), FRAC_CONST(0.797846641377),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
193 FRAC_CONST(0.80344857518505), FRAC_CONST(0.80876950044491),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
194 FRAC_CONST(0.81381912706217), FRAC_CONST(0.81857760046468),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
195 FRAC_CONST(0.82304198905409), FRAC_CONST(0.8272275347336),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
196 FRAC_CONST(0.8311038457152), FRAC_CONST(0.83469373618402),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
197 FRAC_CONST(0.83797173378865), FRAC_CONST(0.84095413924722),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
198 FRAC_CONST(0.84362382812005), FRAC_CONST(0.84598184698206),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
199 FRAC_CONST(0.84803157770763), FRAC_CONST(0.84978051984268),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
200 FRAC_CONST(0.85119715249343), FRAC_CONST(0.85230470352147),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
201 FRAC_CONST(0.85310209497017), FRAC_CONST(0.85357205739107),
13453
6d50ef45a058 Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.
diego
parents: 12625
diff changeset
202 FRAC_CONST(0.85373856005937 /*max*/), FRAC_CONST(0.85357205739107),
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
203 FRAC_CONST(0.85310209497017), FRAC_CONST(0.85230470352147),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
204 FRAC_CONST(0.85119715249343), FRAC_CONST(0.84978051984268),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
205 FRAC_CONST(0.84803157770763), FRAC_CONST(0.84598184698206),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
206 FRAC_CONST(0.84362382812005), FRAC_CONST(0.84095413924722),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
207 FRAC_CONST(0.83797173378865), FRAC_CONST(0.83469373618402),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
208 FRAC_CONST(0.8311038457152), FRAC_CONST(0.8272275347336),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
209 FRAC_CONST(0.82304198905409), FRAC_CONST(0.81857760046468),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
210 FRAC_CONST(0.81381912706217), FRAC_CONST(0.80876950044491),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
211 FRAC_CONST(0.80344857518505), FRAC_CONST(0.797846641377),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
212 FRAC_CONST(0.79197358416424), FRAC_CONST(0.7858353120392),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
213 FRAC_CONST(0.77942875190216), FRAC_CONST(0.77277808813327),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
214 FRAC_CONST(0.76586748650939), FRAC_CONST(0.75870807608242),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
215 FRAC_CONST(0.75131374561237), FRAC_CONST(0.74368278636488),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
216 FRAC_CONST(0.73582117582769), FRAC_CONST(0.72774489002994),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
217 FRAC_CONST(0.71944626349561), FRAC_CONST(0.71094104263095),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
218 FRAC_CONST(0.70223887193539), FRAC_CONST(0.69332823767032),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
219 FRAC_CONST(0.68423532934598), FRAC_CONST(0.67496631901712),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
220 FRAC_CONST(0.66551398801627), FRAC_CONST(0.65590163024671),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
221 FRAC_CONST(0.64612696959461), FRAC_CONST(0.63619801077286),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
222 FRAC_CONST(0.62612426956055), FRAC_CONST(0.61591099320291),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
223 FRAC_CONST(0.6055783538918), FRAC_CONST(0.59511230862496),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
224 FRAC_CONST(0.58454032354679), FRAC_CONST(0.57385241316923),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
225 FRAC_CONST(0.5630789140137), FRAC_CONST(0.55220512585061),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
226 FRAC_CONST(0.54125534487322), FRAC_CONST(0.53022408956855),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
227 FRAC_CONST(0.51912349702391), FRAC_CONST(0.50798175000434),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
228 FRAC_CONST(0.49677082545707), FRAC_CONST(0.48552530911099),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
229 FRAC_CONST(0.47424532146115), FRAC_CONST(0.46293080852757),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
230 FRAC_CONST(0.45159965356824), FRAC_CONST(0.44025537543665),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
231 FRAC_CONST(0.42891199207373), FRAC_CONST(0.41756968968409),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
232 FRAC_CONST(0.40623176767625), FRAC_CONST(0.39492117615675),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
233 FRAC_CONST(0.38363500139043), FRAC_CONST(0.37237955463061),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
234 FRAC_CONST(-0.36115899031355), FRAC_CONST(-0.3499914122931),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
235 FRAC_CONST(-0.33887226938665), FRAC_CONST(-0.32781137272105),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
236 FRAC_CONST(-0.31682789136456), FRAC_CONST(-0.30590985751916),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
237 FRAC_CONST(-0.29507167170646), FRAC_CONST(-0.28432141891085),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
238 FRAC_CONST(-0.27366340405625), FRAC_CONST(-0.26310532994603),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
239 FRAC_CONST(-0.25264803095722), FRAC_CONST(-0.24230168845974),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
240 FRAC_CONST(-0.23206908706791), FRAC_CONST(-0.22196526964149),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
241 FRAC_CONST(-0.21197358538056), FRAC_CONST(-0.20212501768103),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
242 FRAC_CONST(-0.19239667457267), FRAC_CONST(-0.18281725485142),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
243 FRAC_CONST(-0.17338081721706), FRAC_CONST(-0.16409588556669),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
244 FRAC_CONST(-0.15496070710605), FRAC_CONST(-0.1459766491187),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
245 FRAC_CONST(-0.13715517611934), FRAC_CONST(-0.12850028503878),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
246 FRAC_CONST(-0.120007798468), FRAC_CONST(-0.1116826931773),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
247 FRAC_CONST(-0.10353295311463), FRAC_CONST(-0.09555333528914),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
248 FRAC_CONST(-0.08775475365593), FRAC_CONST(-0.08013729344279),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
249 FRAC_CONST(-0.07269433008129), FRAC_CONST(-0.06544098531359),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
250 FRAC_CONST(-0.05837053268336), FRAC_CONST(-0.05148041767934),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
251 FRAC_CONST(-0.04478068215856), FRAC_CONST(-0.03827765720822),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
252 FRAC_CONST(-0.03195312745332), FRAC_CONST(-0.02582272888064),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
253 FRAC_CONST(-0.01988341292573), FRAC_CONST(-0.01412888273558),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
254 FRAC_CONST(-0.00857117491366), FRAC_CONST(-0.00320868968304),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
255 FRAC_CONST(0.00197656014503), FRAC_CONST(0.00696368621617),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
256 FRAC_CONST(0.01176238327857), FRAC_CONST(0.01637012582228),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
257 FRAC_CONST(0.02079970728622), FRAC_CONST(0.02503075618909),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
258 FRAC_CONST(0.02908240060125), FRAC_CONST(0.03295839306691),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
259 FRAC_CONST(0.03664181168133), FRAC_CONST(0.04014582784127),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
260 FRAC_CONST(0.04347687821958), FRAC_CONST(0.04663033051701),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
261 FRAC_CONST(0.04959786763445), FRAC_CONST(0.05240938217366),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
262 FRAC_CONST(0.05504600343009), FRAC_CONST(0.05751526919867),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
263 FRAC_CONST(0.0598166570809), FRAC_CONST(0.06196027790387),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
264 FRAC_CONST(0.06394448059633), FRAC_CONST(0.06576906686508),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
265 FRAC_CONST(0.06745250215166), FRAC_CONST(0.06896640131951),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
266 FRAC_CONST(0.07035330735093), FRAC_CONST(0.07158263647903),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
267 FRAC_CONST(0.07267746427299), FRAC_CONST(0.0736406005762),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
268 FRAC_CONST(0.07446643947564), FRAC_CONST(0.0751576255287),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
269 FRAC_CONST(0.07573057565061), FRAC_CONST(0.07617483218536),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
270 FRAC_CONST(0.07650507183194), FRAC_CONST(0.07672049241746),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
271 FRAC_CONST(0.07682300113923), FRAC_CONST(0.07681739756964),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
272 FRAC_CONST(0.07670934904245), FRAC_CONST(0.07649921704119),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
273 FRAC_CONST(0.07619924793396), FRAC_CONST(0.07580083586584),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
274 FRAC_CONST(0.07531373362019), FRAC_CONST(0.07474525581194),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
275 FRAC_CONST(0.07410036424342), FRAC_CONST(0.07336202550803),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
276 FRAC_CONST(0.07256825833083), FRAC_CONST(0.07170026731102),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
277 FRAC_CONST(0.07076287107266), FRAC_CONST(0.06976302447127),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
278 FRAC_CONST(0.06870438283512), FRAC_CONST(0.06760759851228),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
279 FRAC_CONST(0.06643675122104), FRAC_CONST(0.0652247106438),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
280 FRAC_CONST(0.06397158980681), FRAC_CONST(0.06268578081172),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
281 FRAC_CONST(0.06134551717207), FRAC_CONST(0.05998374801761),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
282 FRAC_CONST(0.0585915683626), FRAC_CONST(0.05716164501299),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
283 FRAC_CONST(0.05571736482138), FRAC_CONST(0.05424527683589),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
284 FRAC_CONST(0.05276307465207), FRAC_CONST(0.05125561555216),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
285 FRAC_CONST(0.04973857556014), FRAC_CONST(0.04821657200672),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
286 FRAC_CONST(0.04668430272642), FRAC_CONST(0.04514884056413),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
287 FRAC_CONST(0.04360975421304), FRAC_CONST(0.04206490946367),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
288 FRAC_CONST(0.04053491705584), FRAC_CONST(0.03900536794745),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
289 FRAC_CONST(0.03748128504252), FRAC_CONST(0.03596975605542),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
290 FRAC_CONST(0.03446209487686), FRAC_CONST(0.03297540810337),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
291 FRAC_CONST(0.03150176087389), FRAC_CONST(0.03005026574279),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
292 FRAC_CONST(0.02860721736385), FRAC_CONST(0.02718594296329),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
293 FRAC_CONST(0.02578758475467), FRAC_CONST(0.02441609920285),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
294 FRAC_CONST(0.02306801692862), FRAC_CONST(0.02174675502535),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
295 FRAC_CONST(0.02045317933555), FRAC_CONST(0.01918724313698),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
296 FRAC_CONST(0.01794333813443), FRAC_CONST(0.01673247129989),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
297 FRAC_CONST(0.01554055533423), FRAC_CONST(0.01439046660792),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
298 FRAC_CONST(-0.01327182200351), FRAC_CONST(-0.01218499959508),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
299 FRAC_CONST(-0.01113155480321), FRAC_CONST(-0.01011502154986),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
300 FRAC_CONST(-0.00913253296085), FRAC_CONST(-0.00817982333726),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
301 FRAC_CONST(-0.00726158168517), FRAC_CONST(-0.00637922932685),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
302 FRAC_CONST(-0.00553372111088), FRAC_CONST(-0.004722259624),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
303 FRAC_CONST(-0.00394011240522), FRAC_CONST(-0.003193377839),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
304 FRAC_CONST(-0.00248267236449), FRAC_CONST(-0.00180394725893),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
305 FRAC_CONST(-0.00115681355227), FRAC_CONST(-0.00054642808664),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
306 FRAC_CONST(2.760451905E-005), FRAC_CONST(0.0005832264248),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
307 FRAC_CONST(0.00109023290512), FRAC_CONST(0.00157846825768),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
308 FRAC_CONST(0.0020274176185), FRAC_CONST(0.00245085400321),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
309 FRAC_CONST(0.00284467578623), FRAC_CONST(0.00320918858098),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
310 FRAC_CONST(0.00354012465507), FRAC_CONST(0.00384564081246),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
311 FRAC_CONST(0.0041251642327), FRAC_CONST(0.00438018617447),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
312 FRAC_CONST(0.00460395301471), FRAC_CONST(0.004810946906),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
313 FRAC_CONST(0.00498396877629), FRAC_CONST(0.00513822754514),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
314 FRAC_CONST(0.00527157587272), FRAC_CONST(0.0053838975897),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
315 FRAC_CONST(0.0054753783077), FRAC_CONST(0.005540436394),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
316 FRAC_CONST(0.0055917128663), FRAC_CONST(0.00562661141932),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
317 FRAC_CONST(0.00563891995151), FRAC_CONST(0.00564551969164),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
318 FRAC_CONST(0.00562206432097), FRAC_CONST(0.00559380230045),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
319 FRAC_CONST(0.00554757145088), FRAC_CONST(0.00548760401507),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
320 FRAC_CONST(0.00541967759307), FRAC_CONST(0.00534716811982),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
321 FRAC_CONST(0.00524611661324), FRAC_CONST(0.00514073539032),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
322 FRAC_CONST(0.00503930226013), FRAC_CONST(0.00491376035745),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
323 FRAC_CONST(0.00479325608498), FRAC_CONST(0.00466064606118),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
324 FRAC_CONST(0.00452098527825), FRAC_CONST(0.00437307196781),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
325 FRAC_CONST(0.0042264269227), FRAC_CONST(0.00408197531935),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
326 FRAC_CONST(0.00392074323703), FRAC_CONST(0.00376039229104),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
327 FRAC_CONST(0.00360082681231), FRAC_CONST(0.00344188741828),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
328 FRAC_CONST(0.00327396134847), FRAC_CONST(0.00311254206525),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
329 FRAC_CONST(0.00294694477165), FRAC_CONST(0.00278704643465),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
330 FRAC_CONST(0.00262017586902), FRAC_CONST(0.00246256169126),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
331 FRAC_CONST(0.00230172547746), FRAC_CONST(0.00214615835557),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
332 FRAC_CONST(0.00198411407369), FRAC_CONST(0.00183482654224),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
333 FRAC_CONST(0.00168680832531), FRAC_CONST(0.00154432198471),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
334 FRAC_CONST(0.00139024948272), FRAC_CONST(0.00125778846475),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
335 FRAC_CONST(0.00112501551307), FRAC_CONST(0.00098859883015),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
336 FRAC_CONST(0.00086084433262), FRAC_CONST(0.00074580258865),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
337 FRAC_CONST(0.00062393761391), FRAC_CONST(0.00051073884952),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
338 FRAC_CONST(0.0004026540216), FRAC_CONST(0.00029495311041),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
339 FRAC_CONST(0.00020430170688), FRAC_CONST(0.00010943831274),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
340 FRAC_CONST(1.349497418E-005), FRAC_CONST(-6.173344072E-005),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
341 FRAC_CONST(-0.00014463809349), FRAC_CONST(-0.0002098337344),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
342 FRAC_CONST(-0.00028969811748), FRAC_CONST(-0.00035011758756),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
343 FRAC_CONST(-0.00040951214522), FRAC_CONST(-0.00046063254803),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
344 FRAC_CONST(-0.00051455722108), FRAC_CONST(-0.00055645763906),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
345 FRAC_CONST(-0.0005946118933), FRAC_CONST(-0.00063415949025),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
346 FRAC_CONST(-0.00066504150893), FRAC_CONST(-0.00069179375372),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
347 FRAC_CONST(-0.00072153919876), FRAC_CONST(-0.00073193571525),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
348 FRAC_CONST(-0.00075300014201), FRAC_CONST(-0.00076307935757),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
349 FRAC_CONST(-0.0007757977331), FRAC_CONST(-0.00078014496257),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
350 FRAC_CONST(-0.000780366471), FRAC_CONST(-0.00077798694927),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
351 FRAC_CONST(-0.00078343322877), FRAC_CONST(-0.00077248485949),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
352 FRAC_CONST(-0.0007681371927), FRAC_CONST(-0.00074905980532),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
353 FRAC_CONST(-0.00074409418541), FRAC_CONST(-0.00072550431222),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
354 FRAC_CONST(-0.00071577364744), FRAC_CONST(-0.00069416146273),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
355 FRAC_CONST(-0.00067776907764), FRAC_CONST(-0.00065403333621),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
356 FRAC_CONST(-0.00063124935319), FRAC_CONST(-0.00061327473938),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
357 FRAC_CONST(-0.00058709304852), FRAC_CONST(-0.00056778025613),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
358 FRAC_CONST(-0.00054665656337), FRAC_CONST(-0.00052265642972),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
359 FRAC_CONST(-0.00050407143497), FRAC_CONST(-0.00048937912498),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
360 FRAC_CONST(-0.00048752279712), FRAC_CONST(-0.00049475180896),
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
361 FRAC_CONST(-0.00056176925738), FRAC_CONST(-0.00055252865047)
10989
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
362 };
3185f64f6350 synced with current cvs
alex
parents:
diff changeset
363
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
364 #endif
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
365