annotate libfaad2/cfft_tab.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
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: 10989
diff changeset
3 ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
14729
b4378a6f87a6 Sync missing cosmetics from the 2004-07-12 CVS snapshot.
diego
parents: 14727
diff changeset
4 **
10725
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.
14729
b4378a6f87a6 Sync missing cosmetics from the 2004-07-12 CVS snapshot.
diego
parents: 14727
diff changeset
9 **
10725
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.
14729
b4378a6f87a6 Sync missing cosmetics from the 2004-07-12 CVS snapshot.
diego
parents: 14727
diff changeset
14 **
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
15 ** You should have received a copy of the GNU General Public License
14729
b4378a6f87a6 Sync missing cosmetics from the 2004-07-12 CVS snapshot.
diego
parents: 14727
diff changeset
16 ** along with this program; if not, write to the Free Software
10725
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: 14729
diff changeset
25 ** $Id: cfft_tab.h,v 1.17 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 #ifndef __CFFT_TAB_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
29 #define __CFFT_TAB_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
30
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
31 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
32 extern "C" {
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
33 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
34
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
35 #ifdef FIXED_POINT
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
36
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
37 ALIGN static const complex_t cfft_tab_512[] =
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
38 {
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
39 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
40 { FRAC_CONST(0.999924719333649), FRAC_CONST(0.012271538376808) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
41 { FRAC_CONST(0.999698817729950), FRAC_CONST(0.024541229009628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
42 { FRAC_CONST(0.999322354793549), FRAC_CONST(0.036807224154472) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
43 { FRAC_CONST(0.998795449733734), FRAC_CONST(0.049067676067352) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
44 { FRAC_CONST(0.998118102550507), FRAC_CONST(0.061320740729570) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
45 { FRAC_CONST(0.997290432453156), FRAC_CONST(0.073564566671848) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
46 { FRAC_CONST(0.996312618255615), FRAC_CONST(0.085797317326069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
47 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
48 { FRAC_CONST(0.993906974792480), FRAC_CONST(0.110222205519676) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
49 { FRAC_CONST(0.992479562759399), FRAC_CONST(0.122410677373409) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
50 { FRAC_CONST(0.990902662277222), FRAC_CONST(0.134580716490746) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
51 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
52 { FRAC_CONST(0.987301409244537), FRAC_CONST(0.158858150243759) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
53 { FRAC_CONST(0.985277652740479), FRAC_CONST(0.170961901545525) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
54 { FRAC_CONST(0.983105480670929), FRAC_CONST(0.183039888739586) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
55 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
56 { FRAC_CONST(0.978317379951477), FRAC_CONST(0.207111388444901) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
57 { FRAC_CONST(0.975702106952667), FRAC_CONST(0.219101235270500) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
58 { FRAC_CONST(0.972939968109131), FRAC_CONST(0.231058120727539) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
59 { FRAC_CONST(0.970031261444092), FRAC_CONST(0.242980197072029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
60 { FRAC_CONST(0.966976463794708), FRAC_CONST(0.254865676164627) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
61 { FRAC_CONST(0.963776051998138), FRAC_CONST(0.266712784767151) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
62 { FRAC_CONST(0.960430502891541), FRAC_CONST(0.278519690036774) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
63 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
64 { FRAC_CONST(0.953306019306183), FRAC_CONST(0.302005946636200) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
65 { FRAC_CONST(0.949528157711029), FRAC_CONST(0.313681751489639) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
66 { FRAC_CONST(0.945607304573059), FRAC_CONST(0.325310319662094) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
67 { FRAC_CONST(0.941544055938721), FRAC_CONST(0.336889863014221) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
68 { FRAC_CONST(0.937339007854462), FRAC_CONST(0.348418682813644) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
69 { FRAC_CONST(0.932992815971375), FRAC_CONST(0.359895050525665) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
70 { FRAC_CONST(0.928506076335907), FRAC_CONST(0.371317207813263) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
71 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
72 { FRAC_CONST(0.919113874435425), FRAC_CONST(0.393992066383362) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
73 { FRAC_CONST(0.914209723472595), FRAC_CONST(0.405241340398788) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
74 { FRAC_CONST(0.909167945384979), FRAC_CONST(0.416429579257965) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
75 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
76 { FRAC_CONST(0.898674488067627), FRAC_CONST(0.438616245985031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
77 { FRAC_CONST(0.893224298954010), FRAC_CONST(0.449611335992813) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
78 { FRAC_CONST(0.887639641761780), FRAC_CONST(0.460538715124130) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
79 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
80 { FRAC_CONST(0.876070082187653), FRAC_CONST(0.482183754444122) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
81 { FRAC_CONST(0.870086967945099), FRAC_CONST(0.492898225784302) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
82 { FRAC_CONST(0.863972842693329), FRAC_CONST(0.503538370132446) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
83 { FRAC_CONST(0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
84 { FRAC_CONST(0.851355195045471), FRAC_CONST(0.524589717388153) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
85 { FRAC_CONST(0.844853579998016), FRAC_CONST(0.534997642040253) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
86 { FRAC_CONST(0.838224709033966), FRAC_CONST(0.545324981212616) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
87 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
88 { FRAC_CONST(0.824589252471924), FRAC_CONST(0.565731823444366) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
89 { FRAC_CONST(0.817584812641144), FRAC_CONST(0.575808227062225) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
90 { FRAC_CONST(0.810457170009613), FRAC_CONST(0.585797905921936) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
91 { FRAC_CONST(0.803207516670227), FRAC_CONST(0.595699310302734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
92 { FRAC_CONST(0.795836925506592), FRAC_CONST(0.605511009693146) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
93 { FRAC_CONST(0.788346409797668), FRAC_CONST(0.615231633186340) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
94 { FRAC_CONST(0.780737221240997), FRAC_CONST(0.624859511852264) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
95 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
96 { FRAC_CONST(0.765167236328125), FRAC_CONST(0.643831551074982) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
97 { FRAC_CONST(0.757208824157715), FRAC_CONST(0.653172850608826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
98 { FRAC_CONST(0.749136388301849), FRAC_CONST(0.662415802478790) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
99 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
100 { FRAC_CONST(0.732654273509979), FRAC_CONST(0.680601000785828) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
101 { FRAC_CONST(0.724247097969055), FRAC_CONST(0.689540565013886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
102 { FRAC_CONST(0.715730786323547), FRAC_CONST(0.698376297950745) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
103 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
104 { FRAC_CONST(0.698376238346100), FRAC_CONST(0.715730845928192) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
105 { FRAC_CONST(0.689540505409241), FRAC_CONST(0.724247097969055) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
106 { FRAC_CONST(0.680601000785828), FRAC_CONST(0.732654273509979) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
107 { FRAC_CONST(0.671558916568756), FRAC_CONST(0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
108 { FRAC_CONST(0.662415742874146), FRAC_CONST(0.749136388301849) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
109 { FRAC_CONST(0.653172791004181), FRAC_CONST(0.757208883762360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
110 { FRAC_CONST(0.643831551074982), FRAC_CONST(0.765167295932770) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
111 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
112 { FRAC_CONST(0.624859452247620), FRAC_CONST(0.780737280845642) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
113 { FRAC_CONST(0.615231573581696), FRAC_CONST(0.788346409797668) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
114 { FRAC_CONST(0.605511009693146), FRAC_CONST(0.795836925506592) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
115 { FRAC_CONST(0.595699310302734), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
116 { FRAC_CONST(0.585797846317291), FRAC_CONST(0.810457170009613) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
117 { FRAC_CONST(0.575808167457581), FRAC_CONST(0.817584812641144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
118 { FRAC_CONST(0.565731823444366), FRAC_CONST(0.824589312076569) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
119 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
120 { FRAC_CONST(0.545324981212616), FRAC_CONST(0.838224709033966) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
121 { FRAC_CONST(0.534997642040253), FRAC_CONST(0.844853579998016) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
122 { FRAC_CONST(0.524589657783508), FRAC_CONST(0.851355195045471) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
123 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
124 { FRAC_CONST(0.503538429737091), FRAC_CONST(0.863972842693329) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
125 { FRAC_CONST(0.492898195981979), FRAC_CONST(0.870086967945099) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
126 { FRAC_CONST(0.482183724641800), FRAC_CONST(0.876070141792297) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
127 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
128 { FRAC_CONST(0.460538715124130), FRAC_CONST(0.887639641761780) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
129 { FRAC_CONST(0.449611306190491), FRAC_CONST(0.893224298954010) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
130 { FRAC_CONST(0.438616186380386), FRAC_CONST(0.898674488067627) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
131 { FRAC_CONST(0.427555114030838), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
132 { FRAC_CONST(0.416429549455643), FRAC_CONST(0.909168004989624) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
133 { FRAC_CONST(0.405241280794144), FRAC_CONST(0.914209783077240) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
134 { FRAC_CONST(0.393991947174072), FRAC_CONST(0.919113874435425) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
135 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
136 { FRAC_CONST(0.371317148208618), FRAC_CONST(0.928506076335907) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
137 { FRAC_CONST(0.359894961118698), FRAC_CONST(0.932992815971375) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
138 { FRAC_CONST(0.348418682813644), FRAC_CONST(0.937339007854462) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
139 { FRAC_CONST(0.336889833211899), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
140 { FRAC_CONST(0.325310230255127), FRAC_CONST(0.945607364177704) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
141 { FRAC_CONST(0.313681662082672), FRAC_CONST(0.949528217315674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
142 { FRAC_CONST(0.302005946636200), FRAC_CONST(0.953306019306183) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
143 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
144 { FRAC_CONST(0.278519600629807), FRAC_CONST(0.960430562496185) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
145 { FRAC_CONST(0.266712754964828), FRAC_CONST(0.963776051998138) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
146 { FRAC_CONST(0.254865646362305), FRAC_CONST(0.966976463794708) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
147 { FRAC_CONST(0.242980122566223), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
148 { FRAC_CONST(0.231058135628700), FRAC_CONST(0.972939968109131) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
149 { FRAC_CONST(0.219101220369339), FRAC_CONST(0.975702106952667) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
150 { FRAC_CONST(0.207111328840256), FRAC_CONST(0.978317379951477) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
151 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
152 { FRAC_CONST(0.183039888739586), FRAC_CONST(0.983105480670929) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
153 { FRAC_CONST(0.170961856842041), FRAC_CONST(0.985277652740479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
154 { FRAC_CONST(0.158858075737953), FRAC_CONST(0.987301409244537) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
155 { FRAC_CONST(0.146730497479439), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
156 { FRAC_CONST(0.134580686688423), FRAC_CONST(0.990902662277222) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
157 { FRAC_CONST(0.122410625219345), FRAC_CONST(0.992479562759399) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
158 { FRAC_CONST(0.110222116112709), FRAC_CONST(0.993906974792480) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
159 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
160 { FRAC_CONST(0.085797272622585), FRAC_CONST(0.996312618255615) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
161 { FRAC_CONST(0.073564492166042), FRAC_CONST(0.997290432453156) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
162 { FRAC_CONST(0.061320748180151), FRAC_CONST(0.998118102550507) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
163 { FRAC_CONST(0.049067649990320), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
164 { FRAC_CONST(0.036807164549828), FRAC_CONST(0.999322414398193) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
165 { FRAC_CONST(0.024541135877371), FRAC_CONST(0.999698817729950) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
166 { FRAC_CONST(0.012271529063582), FRAC_CONST(0.999924719333649) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
167 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
168 { FRAC_CONST(-0.012271616607904), FRAC_CONST(0.999924719333649) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
169 { FRAC_CONST(-0.024541223421693), FRAC_CONST(0.999698817729950) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
170 { FRAC_CONST(-0.036807250231504), FRAC_CONST(0.999322354793549) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
171 { FRAC_CONST(-0.049067739397287), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
172 { FRAC_CONST(-0.061320833861828), FRAC_CONST(0.998118102550507) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
173 { FRAC_CONST(-0.073564574122429), FRAC_CONST(0.997290432453156) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
174 { FRAC_CONST(-0.085797362029552), FRAC_CONST(0.996312618255615) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
175 { FRAC_CONST(-0.098017223179340), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
176 { FRAC_CONST(-0.110222205519676), FRAC_CONST(0.993906974792480) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
177 { FRAC_CONST(-0.122410707175732), FRAC_CONST(0.992479503154755) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
178 { FRAC_CONST(-0.134580776095390), FRAC_CONST(0.990902602672577) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
179 { FRAC_CONST(-0.146730571985245), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
180 { FRAC_CONST(-0.158858165144920), FRAC_CONST(0.987301409244537) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
181 { FRAC_CONST(-0.170961946249008), FRAC_CONST(0.985277652740479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
182 { FRAC_CONST(-0.183039978146553), FRAC_CONST(0.983105480670929) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
183 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
184 { FRAC_CONST(-0.207111418247223), FRAC_CONST(0.978317379951477) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
185 { FRAC_CONST(-0.219101309776306), FRAC_CONST(0.975702106952667) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
186 { FRAC_CONST(-0.231058210134506), FRAC_CONST(0.972939908504486) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
187 { FRAC_CONST(-0.242980197072029), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
188 { FRAC_CONST(-0.254865705966949), FRAC_CONST(0.966976463794708) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
189 { FRAC_CONST(-0.266712844371796), FRAC_CONST(0.963776051998138) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
190 { FRAC_CONST(-0.278519690036774), FRAC_CONST(0.960430502891541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
191 { FRAC_CONST(-0.290284723043442), FRAC_CONST(0.956940293312073) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
192 { FRAC_CONST(-0.302006036043167), FRAC_CONST(0.953306019306183) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
193 { FRAC_CONST(-0.313681721687317), FRAC_CONST(0.949528157711029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
194 { FRAC_CONST(-0.325310319662094), FRAC_CONST(0.945607304573059) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
195 { FRAC_CONST(-0.336889922618866), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
196 { FRAC_CONST(-0.348418772220612), FRAC_CONST(0.937338948249817) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
197 { FRAC_CONST(-0.359895050525665), FRAC_CONST(0.932992815971375) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
198 { FRAC_CONST(-0.371317237615585), FRAC_CONST(0.928506076335907) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
199 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
200 { FRAC_CONST(-0.393992036581039), FRAC_CONST(0.919113874435425) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
201 { FRAC_CONST(-0.405241340398788), FRAC_CONST(0.914209723472595) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
202 { FRAC_CONST(-0.416429519653320), FRAC_CONST(0.909168004989624) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
203 { FRAC_CONST(-0.427555084228516), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
204 { FRAC_CONST(-0.438616245985031), FRAC_CONST(0.898674428462982) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
205 { FRAC_CONST(-0.449611365795136), FRAC_CONST(0.893224298954010) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
206 { FRAC_CONST(-0.460538804531097), FRAC_CONST(0.887639582157135) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
207 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
208 { FRAC_CONST(-0.482183903455734), FRAC_CONST(0.876070022583008) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
209 { FRAC_CONST(-0.492898166179657), FRAC_CONST(0.870087027549744) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
210 { FRAC_CONST(-0.503538370132446), FRAC_CONST(0.863972842693329) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
211 { FRAC_CONST(-0.514102756977081), FRAC_CONST(0.857728600502014) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
212 { FRAC_CONST(-0.524589717388153), FRAC_CONST(0.851355135440826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
213 { FRAC_CONST(-0.534997701644897), FRAC_CONST(0.844853520393372) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
214 { FRAC_CONST(-0.545325100421906), FRAC_CONST(0.838224649429321) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
215 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
216 { FRAC_CONST(-0.565731763839722), FRAC_CONST(0.824589312076569) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
217 { FRAC_CONST(-0.575808167457581), FRAC_CONST(0.817584812641144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
218 { FRAC_CONST(-0.585797905921936), FRAC_CONST(0.810457170009613) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
219 { FRAC_CONST(-0.595699369907379), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
220 { FRAC_CONST(-0.605511128902435), FRAC_CONST(0.795836865901947) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
221 { FRAC_CONST(-0.615231692790985), FRAC_CONST(0.788346350193024) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
222 { FRAC_CONST(-0.624859631061554), FRAC_CONST(0.780737102031708) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
223 { FRAC_CONST(-0.634393274784088), FRAC_CONST(0.773010492324829) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
224 { FRAC_CONST(-0.643831551074982), FRAC_CONST(0.765167236328125) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
225 { FRAC_CONST(-0.653172850608826), FRAC_CONST(0.757208824157715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
226 { FRAC_CONST(-0.662415802478790), FRAC_CONST(0.749136328697205) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
227 { FRAC_CONST(-0.671559035778046), FRAC_CONST(0.740951061248779) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
228 { FRAC_CONST(-0.680601119995117), FRAC_CONST(0.732654154300690) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
229 { FRAC_CONST(-0.689540684223175), FRAC_CONST(0.724246978759766) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
230 { FRAC_CONST(-0.698376238346100), FRAC_CONST(0.715730845928192) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
231 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
232 { FRAC_CONST(-0.715730845928192), FRAC_CONST(0.698376238346100) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
233 { FRAC_CONST(-0.724247157573700), FRAC_CONST(0.689540505409241) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
234 { FRAC_CONST(-0.732654333114624), FRAC_CONST(0.680600941181183) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
235 { FRAC_CONST(-0.740951240062714), FRAC_CONST(0.671558856964111) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
236 { FRAC_CONST(-0.749136507511139), FRAC_CONST(0.662415623664856) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
237 { FRAC_CONST(-0.757208824157715), FRAC_CONST(0.653172850608826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
238 { FRAC_CONST(-0.765167295932770), FRAC_CONST(0.643831551074982) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
239 { FRAC_CONST(-0.773010492324829), FRAC_CONST(0.634393274784088) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
240 { FRAC_CONST(-0.780737280845642), FRAC_CONST(0.624859452247620) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
241 { FRAC_CONST(-0.788346469402313), FRAC_CONST(0.615231513977051) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
242 { FRAC_CONST(-0.795836985111237), FRAC_CONST(0.605510950088501) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
243 { FRAC_CONST(-0.803207635879517), FRAC_CONST(0.595699131488800) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
244 { FRAC_CONST(-0.810457170009613), FRAC_CONST(0.585797846317291) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
245 { FRAC_CONST(-0.817584812641144), FRAC_CONST(0.575808167457581) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
246 { FRAC_CONST(-0.824589312076569), FRAC_CONST(0.565731763839722) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
247 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
248 { FRAC_CONST(-0.838224768638611), FRAC_CONST(0.545324862003326) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
249 { FRAC_CONST(-0.844853639602661), FRAC_CONST(0.534997463226318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
250 { FRAC_CONST(-0.851355314254761), FRAC_CONST(0.524589538574219) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
251 { FRAC_CONST(-0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
252 { FRAC_CONST(-0.863972842693329), FRAC_CONST(0.503538370132446) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
253 { FRAC_CONST(-0.870087027549744), FRAC_CONST(0.492898136377335) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
254 { FRAC_CONST(-0.876070141792297), FRAC_CONST(0.482183694839478) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
255 { FRAC_CONST(-0.881921350955963), FRAC_CONST(0.471396625041962) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
256 { FRAC_CONST(-0.887639701366425), FRAC_CONST(0.460538566112518) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
257 { FRAC_CONST(-0.893224298954010), FRAC_CONST(0.449611365795136) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
258 { FRAC_CONST(-0.898674488067627), FRAC_CONST(0.438616245985031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
259 { FRAC_CONST(-0.903989315032959), FRAC_CONST(0.427555054426193) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
260 { FRAC_CONST(-0.909168004989624), FRAC_CONST(0.416429489850998) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
261 { FRAC_CONST(-0.914209783077240), FRAC_CONST(0.405241221189499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
262 { FRAC_CONST(-0.919113874435425), FRAC_CONST(0.393991917371750) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
263 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
264 { FRAC_CONST(-0.928506076335907), FRAC_CONST(0.371317237615585) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
265 { FRAC_CONST(-0.932992815971375), FRAC_CONST(0.359895050525665) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
266 { FRAC_CONST(-0.937339007854462), FRAC_CONST(0.348418653011322) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
267 { FRAC_CONST(-0.941544115543365), FRAC_CONST(0.336889803409576) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
268 { FRAC_CONST(-0.945607364177704), FRAC_CONST(0.325310200452805) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
269 { FRAC_CONST(-0.949528217315674), FRAC_CONST(0.313681602478027) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
270 { FRAC_CONST(-0.953306078910828), FRAC_CONST(0.302005797624588) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
271 { FRAC_CONST(-0.956940352916718), FRAC_CONST(0.290284723043442) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
272 { FRAC_CONST(-0.960430502891541), FRAC_CONST(0.278519690036774) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
273 { FRAC_CONST(-0.963776051998138), FRAC_CONST(0.266712725162506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
274 { FRAC_CONST(-0.966976463794708), FRAC_CONST(0.254865586757660) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
275 { FRAC_CONST(-0.970031261444092), FRAC_CONST(0.242980077862740) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
276 { FRAC_CONST(-0.972939968109131), FRAC_CONST(0.231057971715927) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
277 { FRAC_CONST(-0.975702166557312), FRAC_CONST(0.219101071357727) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
278 { FRAC_CONST(-0.978317379951477), FRAC_CONST(0.207111403346062) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
279 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
280 { FRAC_CONST(-0.983105480670929), FRAC_CONST(0.183039844036102) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
281 { FRAC_CONST(-0.985277652740479), FRAC_CONST(0.170961812138557) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
282 { FRAC_CONST(-0.987301409244537), FRAC_CONST(0.158858031034470) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
283 { FRAC_CONST(-0.989176511764526), FRAC_CONST(0.146730333566666) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
284 { FRAC_CONST(-0.990902662277222), FRAC_CONST(0.134580522775650) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
285 { FRAC_CONST(-0.992479503154755), FRAC_CONST(0.122410699725151) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
286 { FRAC_CONST(-0.993906974792480), FRAC_CONST(0.110222198069096) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
287 { FRAC_CONST(-0.995184719562531), FRAC_CONST(0.098017096519470) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
288 { FRAC_CONST(-0.996312618255615), FRAC_CONST(0.085797227919102) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
289 { FRAC_CONST(-0.997290492057800), FRAC_CONST(0.073564447462559) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
290 { FRAC_CONST(-0.998118102550507), FRAC_CONST(0.061320584267378) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
291 { FRAC_CONST(-0.998795449733734), FRAC_CONST(0.049067486077547) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
292 { FRAC_CONST(-0.999322354793549), FRAC_CONST(0.036807239055634) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
293 { FRAC_CONST(-0.999698817729950), FRAC_CONST(0.024541210383177) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
294 { FRAC_CONST(-0.999924719333649), FRAC_CONST(0.012271485291421) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
295 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
296 { FRAC_CONST(0.999698817729950), FRAC_CONST(0.024541229009628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
297 { FRAC_CONST(0.998795449733734), FRAC_CONST(0.049067676067352) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
298 { FRAC_CONST(0.997290432453156), FRAC_CONST(0.073564566671848) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
299 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
300 { FRAC_CONST(0.992479562759399), FRAC_CONST(0.122410677373409) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
301 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
302 { FRAC_CONST(0.985277652740479), FRAC_CONST(0.170961901545525) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
303 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
304 { FRAC_CONST(0.975702106952667), FRAC_CONST(0.219101235270500) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
305 { FRAC_CONST(0.970031261444092), FRAC_CONST(0.242980197072029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
306 { FRAC_CONST(0.963776051998138), FRAC_CONST(0.266712784767151) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
307 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
308 { FRAC_CONST(0.949528157711029), FRAC_CONST(0.313681751489639) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
309 { FRAC_CONST(0.941544055938721), FRAC_CONST(0.336889863014221) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
310 { FRAC_CONST(0.932992815971375), FRAC_CONST(0.359895050525665) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
311 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
312 { FRAC_CONST(0.914209723472595), FRAC_CONST(0.405241340398788) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
313 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
314 { FRAC_CONST(0.893224298954010), FRAC_CONST(0.449611335992813) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
315 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
316 { FRAC_CONST(0.870086967945099), FRAC_CONST(0.492898225784302) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
317 { FRAC_CONST(0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
318 { FRAC_CONST(0.844853579998016), FRAC_CONST(0.534997642040253) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
319 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
320 { FRAC_CONST(0.817584812641144), FRAC_CONST(0.575808227062225) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
321 { FRAC_CONST(0.803207516670227), FRAC_CONST(0.595699310302734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
322 { FRAC_CONST(0.788346409797668), FRAC_CONST(0.615231633186340) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
323 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
324 { FRAC_CONST(0.757208824157715), FRAC_CONST(0.653172850608826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
325 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
326 { FRAC_CONST(0.724247097969055), FRAC_CONST(0.689540565013886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
327 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
328 { FRAC_CONST(0.689540505409241), FRAC_CONST(0.724247097969055) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
329 { FRAC_CONST(0.671558916568756), FRAC_CONST(0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
330 { FRAC_CONST(0.653172791004181), FRAC_CONST(0.757208883762360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
331 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
332 { FRAC_CONST(0.615231573581696), FRAC_CONST(0.788346409797668) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
333 { FRAC_CONST(0.595699310302734), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
334 { FRAC_CONST(0.575808167457581), FRAC_CONST(0.817584812641144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
335 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
336 { FRAC_CONST(0.534997642040253), FRAC_CONST(0.844853579998016) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
337 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
338 { FRAC_CONST(0.492898195981979), FRAC_CONST(0.870086967945099) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
339 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
340 { FRAC_CONST(0.449611306190491), FRAC_CONST(0.893224298954010) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
341 { FRAC_CONST(0.427555114030838), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
342 { FRAC_CONST(0.405241280794144), FRAC_CONST(0.914209783077240) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
343 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
344 { FRAC_CONST(0.359894961118698), FRAC_CONST(0.932992815971375) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
345 { FRAC_CONST(0.336889833211899), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
346 { FRAC_CONST(0.313681662082672), FRAC_CONST(0.949528217315674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
347 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
348 { FRAC_CONST(0.266712754964828), FRAC_CONST(0.963776051998138) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
349 { FRAC_CONST(0.242980122566223), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
350 { FRAC_CONST(0.219101220369339), FRAC_CONST(0.975702106952667) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
351 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
352 { FRAC_CONST(0.170961856842041), FRAC_CONST(0.985277652740479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
353 { FRAC_CONST(0.146730497479439), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
354 { FRAC_CONST(0.122410625219345), FRAC_CONST(0.992479562759399) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
355 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
356 { FRAC_CONST(0.073564492166042), FRAC_CONST(0.997290432453156) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
357 { FRAC_CONST(0.049067649990320), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
358 { FRAC_CONST(0.024541135877371), FRAC_CONST(0.999698817729950) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
359 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
360 { FRAC_CONST(0.998795449733734), FRAC_CONST(0.049067676067352) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
361 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
362 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
363 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
364 { FRAC_CONST(0.970031261444092), FRAC_CONST(0.242980197072029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
365 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
366 { FRAC_CONST(0.941544055938721), FRAC_CONST(0.336889863014221) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
367 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
368 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
369 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
370 { FRAC_CONST(0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
371 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
372 { FRAC_CONST(0.803207516670227), FRAC_CONST(0.595699310302734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
373 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
374 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
375 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
376 { FRAC_CONST(0.671558916568756), FRAC_CONST(0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
377 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
378 { FRAC_CONST(0.595699310302734), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
379 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
380 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
381 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
382 { FRAC_CONST(0.427555114030838), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
383 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
384 { FRAC_CONST(0.336889833211899), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
385 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
386 { FRAC_CONST(0.242980122566223), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
387 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
388 { FRAC_CONST(0.146730497479439), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
389 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
390 { FRAC_CONST(0.049067649990320), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
391 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
392 { FRAC_CONST(-0.049067739397287), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
393 { FRAC_CONST(-0.098017223179340), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
394 { FRAC_CONST(-0.146730571985245), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
395 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
396 { FRAC_CONST(-0.242980197072029), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
397 { FRAC_CONST(-0.290284723043442), FRAC_CONST(0.956940293312073) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
398 { FRAC_CONST(-0.336889922618866), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
399 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
400 { FRAC_CONST(-0.427555084228516), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
401 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
402 { FRAC_CONST(-0.514102756977081), FRAC_CONST(0.857728600502014) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
403 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
404 { FRAC_CONST(-0.595699369907379), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
405 { FRAC_CONST(-0.634393274784088), FRAC_CONST(0.773010492324829) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
406 { FRAC_CONST(-0.671559035778046), FRAC_CONST(0.740951061248779) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
407 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
408 { FRAC_CONST(-0.740951240062714), FRAC_CONST(0.671558856964111) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
409 { FRAC_CONST(-0.773010492324829), FRAC_CONST(0.634393274784088) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
410 { FRAC_CONST(-0.803207635879517), FRAC_CONST(0.595699131488800) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
411 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
412 { FRAC_CONST(-0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
413 { FRAC_CONST(-0.881921350955963), FRAC_CONST(0.471396625041962) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
414 { FRAC_CONST(-0.903989315032959), FRAC_CONST(0.427555054426193) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
415 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
416 { FRAC_CONST(-0.941544115543365), FRAC_CONST(0.336889803409576) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
417 { FRAC_CONST(-0.956940352916718), FRAC_CONST(0.290284723043442) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
418 { FRAC_CONST(-0.970031261444092), FRAC_CONST(0.242980077862740) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
419 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
420 { FRAC_CONST(-0.989176511764526), FRAC_CONST(0.146730333566666) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
421 { FRAC_CONST(-0.995184719562531), FRAC_CONST(0.098017096519470) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
422 { FRAC_CONST(-0.998795449733734), FRAC_CONST(0.049067486077547) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
423 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
424 { FRAC_CONST(0.997290432453156), FRAC_CONST(0.073564566671848) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
425 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
426 { FRAC_CONST(0.975702106952667), FRAC_CONST(0.219101235270500) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
427 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
428 { FRAC_CONST(0.932992815971375), FRAC_CONST(0.359895050525665) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
429 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
430 { FRAC_CONST(0.870086967945099), FRAC_CONST(0.492898225784302) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
431 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
432 { FRAC_CONST(0.788346469402313), FRAC_CONST(0.615231573581696) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
433 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
434 { FRAC_CONST(0.689540505409241), FRAC_CONST(0.724247097969055) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
435 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
436 { FRAC_CONST(0.575808227062225), FRAC_CONST(0.817584812641144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
437 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
438 { FRAC_CONST(0.449611306190491), FRAC_CONST(0.893224298954010) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
439 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
440 { FRAC_CONST(0.313681751489639), FRAC_CONST(0.949528157711029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
441 { FRAC_CONST(0.242980241775513), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
442 { FRAC_CONST(0.170961856842041), FRAC_CONST(0.985277652740479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
443 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
444 { FRAC_CONST(0.024541255086660), FRAC_CONST(0.999698817729950) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
445 { FRAC_CONST(-0.049067739397287), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
446 { FRAC_CONST(-0.122410707175732), FRAC_CONST(0.992479503154755) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
447 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
448 { FRAC_CONST(-0.266712725162506), FRAC_CONST(0.963776051998138) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
449 { FRAC_CONST(-0.336889803409576), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
450 { FRAC_CONST(-0.405241340398788), FRAC_CONST(0.914209723472595) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
451 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
452 { FRAC_CONST(-0.534997701644897), FRAC_CONST(0.844853520393372) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
453 { FRAC_CONST(-0.595699369907379), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
454 { FRAC_CONST(-0.653172850608826), FRAC_CONST(0.757208824157715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
455 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
456 { FRAC_CONST(-0.757208824157715), FRAC_CONST(0.653172850608826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
457 { FRAC_CONST(-0.803207516670227), FRAC_CONST(0.595699369907379) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
458 { FRAC_CONST(-0.844853520393372), FRAC_CONST(0.534997701644897) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
459 { FRAC_CONST(-0.881921231746674), FRAC_CONST(0.471396833658218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
460 { FRAC_CONST(-0.914209783077240), FRAC_CONST(0.405241221189499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
461 { FRAC_CONST(-0.941544115543365), FRAC_CONST(0.336889803409576) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
462 { FRAC_CONST(-0.963776051998138), FRAC_CONST(0.266712725162506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
463 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
464 { FRAC_CONST(-0.992479503154755), FRAC_CONST(0.122410699725151) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
465 { FRAC_CONST(-0.998795449733734), FRAC_CONST(0.049067724496126) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
466 { FRAC_CONST(-0.999698817729950), FRAC_CONST(-0.024541147053242) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
467 { FRAC_CONST(-0.995184719562531), FRAC_CONST(-0.098017267882824) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
468 { FRAC_CONST(-0.985277652740479), FRAC_CONST(-0.170961990952492) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
469 { FRAC_CONST(-0.970031261444092), FRAC_CONST(-0.242980241775513) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
470 { FRAC_CONST(-0.949528157711029), FRAC_CONST(-0.313681781291962) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
471 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
472 { FRAC_CONST(-0.893224298954010), FRAC_CONST(-0.449611306190491) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
473 { FRAC_CONST(-0.857728660106659), FRAC_CONST(-0.514102697372437) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
474 { FRAC_CONST(-0.817584872245789), FRAC_CONST(-0.575808107852936) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
475 { FRAC_CONST(-0.773010551929474), FRAC_CONST(-0.634393215179443) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
476 { FRAC_CONST(-0.724247038364410), FRAC_CONST(-0.689540624618530) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
477 { FRAC_CONST(-0.671558916568756), FRAC_CONST(-0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
478 { FRAC_CONST(-0.615231573581696), FRAC_CONST(-0.788346469402313) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
479 { FRAC_CONST(-0.555570006370544), FRAC_CONST(-0.831469774246216) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
480 { FRAC_CONST(-0.492898195981979), FRAC_CONST(-0.870086967945099) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
481 { FRAC_CONST(-0.427554935216904), FRAC_CONST(-0.903989374637604) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
482 { FRAC_CONST(-0.359895110130310), FRAC_CONST(-0.932992756366730) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
483 { FRAC_CONST(-0.290284544229507), FRAC_CONST(-0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
484 { FRAC_CONST(-0.219101369380951), FRAC_CONST(-0.975702106952667) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
485 { FRAC_CONST(-0.146730408072472), FRAC_CONST(-0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
486 { FRAC_CONST(-0.073564760386944), FRAC_CONST(-0.997290432453156) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
487 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
488 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
489 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
490 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
491 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
492 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
493 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
494 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
495 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
496 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
497 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
498 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
499 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
500 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
501 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
502 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
503 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
504 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
505 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
506 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
507 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
508 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
509 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
510 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
511 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
512 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
513 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
514 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
515 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
516 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
517 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
518 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
519 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
520 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
521 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
522 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
523 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
524 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
525 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
526 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
527 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
528 { FRAC_CONST(-0.881921231746674), FRAC_CONST(0.471396833658218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
529 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
530 { FRAC_CONST(-0.995184719562531), FRAC_CONST(-0.098017267882824) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
531 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
532 { FRAC_CONST(-0.773010551929474), FRAC_CONST(-0.634393215179443) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
533 { FRAC_CONST(-0.555570006370544), FRAC_CONST(-0.831469774246216) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
534 { FRAC_CONST(-0.290284544229507), FRAC_CONST(-0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
535 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
536 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
537 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
538 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
539 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
540 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
541 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
542 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
543 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
544 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
545 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
546 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
547 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
548 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
549 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
550 { FRAC_CONST(0.000000011924881), FRAC_CONST(-1.000000000000000) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
551 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
552
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
553 #ifdef ALLOW_SMALL_FRAMELENGTH
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
554 ALIGN static const complex_t cfft_tab_480[] =
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
555 {
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
556 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
557 { FRAC_CONST(0.999914348125458), FRAC_CONST(0.013089596293867) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
558 { FRAC_CONST(0.999657332897186), FRAC_CONST(0.026176949962974) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
559 { FRAC_CONST(0.999229013919830), FRAC_CONST(0.039259817451239) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
560 { FRAC_CONST(0.998629510402679), FRAC_CONST(0.052335958927870) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
561 { FRAC_CONST(0.997858941555023), FRAC_CONST(0.065403133630753) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
562 { FRAC_CONST(0.996917307376862), FRAC_CONST(0.078459098935127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
563 { FRAC_CONST(0.995804905891418), FRAC_CONST(0.091501623392105) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
564 { FRAC_CONST(0.994521915912628), FRAC_CONST(0.104528464376926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
565 { FRAC_CONST(0.993068456649780), FRAC_CONST(0.117537401616573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
566 { FRAC_CONST(0.991444885730743), FRAC_CONST(0.130526199936867) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
567 { FRAC_CONST(0.989651381969452), FRAC_CONST(0.143492624163628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
568 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
569 { FRAC_CONST(0.985556066036224), FRAC_CONST(0.169349506497383) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
570 { FRAC_CONST(0.983254909515381), FRAC_CONST(0.182235524058342) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
571 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
572 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
573 { FRAC_CONST(0.975342333316803), FRAC_CONST(0.220697447657585) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
574 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
575 { FRAC_CONST(0.969230890274048), FRAC_CONST(0.246153295040131) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
576 { FRAC_CONST(0.965925812721252), FRAC_CONST(0.258819043636322) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
577 { FRAC_CONST(0.962455213069916), FRAC_CONST(0.271440446376801) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
578 { FRAC_CONST(0.958819746971130), FRAC_CONST(0.284015357494354) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
579 { FRAC_CONST(0.955019950866699), FRAC_CONST(0.296541601419449) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
580 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
581 { FRAC_CONST(0.946930110454559), FRAC_CONST(0.321439445018768) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
582 { FRAC_CONST(0.942641496658325), FRAC_CONST(0.333806872367859) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
583 { FRAC_CONST(0.938191354274750), FRAC_CONST(0.346117079257965) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
584 { FRAC_CONST(0.933580398559570), FRAC_CONST(0.358367949724197) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
585 { FRAC_CONST(0.928809583187103), FRAC_CONST(0.370557427406311) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
586 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
587 { FRAC_CONST(0.918791174888611), FRAC_CONST(0.394743889570236) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
588 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
589 { FRAC_CONST(0.908143162727356), FRAC_CONST(0.418659746646881) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
590 { FRAC_CONST(0.902585268020630), FRAC_CONST(0.430511116981506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
591 { FRAC_CONST(0.896872758865356), FRAC_CONST(0.442288726568222) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
592 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
593 { FRAC_CONST(0.884987652301788), FRAC_CONST(0.465614527463913) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
594 { FRAC_CONST(0.878817081451416), FRAC_CONST(0.477158784866333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
595 { FRAC_CONST(0.872496008872986), FRAC_CONST(0.488621264696121) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
596 { FRAC_CONST(0.866025388240814), FRAC_CONST(0.500000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
597 { FRAC_CONST(0.859406411647797), FRAC_CONST(0.511293113231659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
598 { FRAC_CONST(0.852640151977539), FRAC_CONST(0.522498548030853) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
599 { FRAC_CONST(0.845727801322937), FRAC_CONST(0.533614516258240) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
600 { FRAC_CONST(0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
601 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
602 { FRAC_CONST(0.824126183986664), FRAC_CONST(0.566406250000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
603 { FRAC_CONST(0.816641509532928), FRAC_CONST(0.577145218849182) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
604 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
605 { FRAC_CONST(0.801253795623779), FRAC_CONST(0.598324596881866) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
606 { FRAC_CONST(0.793353319168091), FRAC_CONST(0.608761429786682) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
607 { FRAC_CONST(0.785316884517670), FRAC_CONST(0.619093954563141) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
608 { FRAC_CONST(0.777145922183990), FRAC_CONST(0.629320383071899) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
609 { FRAC_CONST(0.768841803073883), FRAC_CONST(0.639438986778259) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
610 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
611 { FRAC_CONST(0.751839756965637), FRAC_CONST(0.659345865249634) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
612 { FRAC_CONST(0.743144810199738), FRAC_CONST(0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
613 { FRAC_CONST(0.734322488307953), FRAC_CONST(0.678800761699677) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
614 { FRAC_CONST(0.725374400615692), FRAC_CONST(0.688354551792145) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
615 { FRAC_CONST(0.716301918029785), FRAC_CONST(0.697790503501892) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
616 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
617 { FRAC_CONST(0.697790443897247), FRAC_CONST(0.716301977634430) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
618 { FRAC_CONST(0.688354551792145), FRAC_CONST(0.725374400615692) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
619 { FRAC_CONST(0.678800702095032), FRAC_CONST(0.734322547912598) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
620 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
621 { FRAC_CONST(0.659345805644989), FRAC_CONST(0.751839816570282) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
622 { FRAC_CONST(0.649448037147522), FRAC_CONST(0.760405957698822) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
623 { FRAC_CONST(0.639438986778259), FRAC_CONST(0.768841862678528) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
624 { FRAC_CONST(0.629320383071899), FRAC_CONST(0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
625 { FRAC_CONST(0.619093954563141), FRAC_CONST(0.785316944122314) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
626 { FRAC_CONST(0.608761370182037), FRAC_CONST(0.793353378772736) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
627 { FRAC_CONST(0.598324596881866), FRAC_CONST(0.801253855228424) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
628 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
629 { FRAC_CONST(0.577145159244537), FRAC_CONST(0.816641569137573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
630 { FRAC_CONST(0.566406250000000), FRAC_CONST(0.824126183986664) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
631 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
632 { FRAC_CONST(0.544638991355896), FRAC_CONST(0.838670611381531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
633 { FRAC_CONST(0.533614516258240), FRAC_CONST(0.845727801322937) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
634 { FRAC_CONST(0.522498488426209), FRAC_CONST(0.852640211582184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
635 { FRAC_CONST(0.511293113231659), FRAC_CONST(0.859406411647797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
636 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
637 { FRAC_CONST(0.488621175289154), FRAC_CONST(0.872496068477631) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
638 { FRAC_CONST(0.477158755064011), FRAC_CONST(0.878817141056061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
639 { FRAC_CONST(0.465614467859268), FRAC_CONST(0.884987652301788) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
640 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
641 { FRAC_CONST(0.442288666963577), FRAC_CONST(0.896872758865356) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
642 { FRAC_CONST(0.430511027574539), FRAC_CONST(0.902585327625275) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
643 { FRAC_CONST(0.418659746646881), FRAC_CONST(0.908143162727356) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
644 { FRAC_CONST(0.406736612319946), FRAC_CONST(0.913545489311218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
645 { FRAC_CONST(0.394743800163269), FRAC_CONST(0.918791234493256) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
646 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
647 { FRAC_CONST(0.370557397603989), FRAC_CONST(0.928809583187103) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
648 { FRAC_CONST(0.358367860317230), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
649 { FRAC_CONST(0.346117049455643), FRAC_CONST(0.938191354274750) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
650 { FRAC_CONST(0.333806812763214), FRAC_CONST(0.942641496658325) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
651 { FRAC_CONST(0.321439474821091), FRAC_CONST(0.946930110454559) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
652 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
653 { FRAC_CONST(0.296541512012482), FRAC_CONST(0.955019950866699) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
654 { FRAC_CONST(0.284015327692032), FRAC_CONST(0.958819746971130) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
655 { FRAC_CONST(0.271440386772156), FRAC_CONST(0.962455272674561) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
656 { FRAC_CONST(0.258819073438644), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
657 { FRAC_CONST(0.246153265237808), FRAC_CONST(0.969230890274048) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
658 { FRAC_CONST(0.233445301651955), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
659 { FRAC_CONST(0.220697447657585), FRAC_CONST(0.975342333316803) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
660 { FRAC_CONST(0.207911655306816), FRAC_CONST(0.978147625923157) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
661 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
662 { FRAC_CONST(0.182235524058342), FRAC_CONST(0.983254909515381) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
663 { FRAC_CONST(0.169349446892738), FRAC_CONST(0.985556066036224) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
664 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
665 { FRAC_CONST(0.143492594361305), FRAC_CONST(0.989651381969452) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
666 { FRAC_CONST(0.130526125431061), FRAC_CONST(0.991444885730743) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
667 { FRAC_CONST(0.117537401616573), FRAC_CONST(0.993068456649780) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
668 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
669 { FRAC_CONST(0.091501533985138), FRAC_CONST(0.995804905891418) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
670 { FRAC_CONST(0.078459084033966), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
671 { FRAC_CONST(0.065403074026108), FRAC_CONST(0.997858941555023) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
672 { FRAC_CONST(0.052335973829031), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
673 { FRAC_CONST(0.039259787648916), FRAC_CONST(0.999229013919830) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
674 { FRAC_CONST(0.026176875457168), FRAC_CONST(0.999657332897186) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
675 { FRAC_CONST(0.013089597225189), FRAC_CONST(0.999914348125458) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
676 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
677 { FRAC_CONST(-0.013089684769511), FRAC_CONST(0.999914348125458) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
678 { FRAC_CONST(-0.026176963001490), FRAC_CONST(0.999657332897186) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
679 { FRAC_CONST(-0.039259877055883), FRAC_CONST(0.999229013919830) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
680 { FRAC_CONST(-0.052336059510708), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
681 { FRAC_CONST(-0.065403163433075), FRAC_CONST(0.997858941555023) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
682 { FRAC_CONST(-0.078459173440933), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
683 { FRAC_CONST(-0.091501623392105), FRAC_CONST(0.995804905891418) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
684 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
685 { FRAC_CONST(-0.117537491023541), FRAC_CONST(0.993068456649780) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
686 { FRAC_CONST(-0.130526214838028), FRAC_CONST(0.991444885730743) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
687 { FRAC_CONST(-0.143492683768272), FRAC_CONST(0.989651381969452) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
688 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
689 { FRAC_CONST(-0.169349536299706), FRAC_CONST(0.985556066036224) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
690 { FRAC_CONST(-0.182235598564148), FRAC_CONST(0.983254909515381) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
691 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
692 { FRAC_CONST(-0.207911744713783), FRAC_CONST(0.978147566318512) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
693 { FRAC_CONST(-0.220697522163391), FRAC_CONST(0.975342273712158) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
694 { FRAC_CONST(-0.233445391058922), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
695 { FRAC_CONST(-0.246153354644775), FRAC_CONST(0.969230890274048) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
696 { FRAC_CONST(-0.258819162845612), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
697 { FRAC_CONST(-0.271440476179123), FRAC_CONST(0.962455213069916) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
698 { FRAC_CONST(-0.284015417098999), FRAC_CONST(0.958819687366486) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
699 { FRAC_CONST(-0.296541571617126), FRAC_CONST(0.955019950866699) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
700 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
701 { FRAC_CONST(-0.321439564228058), FRAC_CONST(0.946930110454559) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
702 { FRAC_CONST(-0.333806872367859), FRAC_CONST(0.942641496658325) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
703 { FRAC_CONST(-0.346117109060287), FRAC_CONST(0.938191294670105) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
704 { FRAC_CONST(-0.358367949724197), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
705 { FRAC_CONST(-0.370557487010956), FRAC_CONST(0.928809523582459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
706 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
707 { FRAC_CONST(-0.394743859767914), FRAC_CONST(0.918791234493256) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
708 { FRAC_CONST(-0.406736701726913), FRAC_CONST(0.913545429706573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
709 { FRAC_CONST(-0.418659836053848), FRAC_CONST(0.908143103122711) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
710 { FRAC_CONST(-0.430511116981506), FRAC_CONST(0.902585268020630) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
711 { FRAC_CONST(-0.442288637161255), FRAC_CONST(0.896872758865356) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
712 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
713 { FRAC_CONST(-0.465614557266235), FRAC_CONST(0.884987592697144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
714 { FRAC_CONST(-0.477158725261688), FRAC_CONST(0.878817141056061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
715 { FRAC_CONST(-0.488621354103088), FRAC_CONST(0.872495949268341) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
716 { FRAC_CONST(-0.500000059604645), FRAC_CONST(0.866025388240814) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
717 { FRAC_CONST(-0.511293053627014), FRAC_CONST(0.859406411647797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
718 { FRAC_CONST(-0.522498667240143), FRAC_CONST(0.852640092372894) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
719 { FRAC_CONST(-0.533614575862885), FRAC_CONST(0.845727801322937) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
720 { FRAC_CONST(-0.544639050960541), FRAC_CONST(0.838670551776886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
721 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
722 { FRAC_CONST(-0.566406309604645), FRAC_CONST(0.824126124382019) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
723 { FRAC_CONST(-0.577145218849182), FRAC_CONST(0.816641569137573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
724 { FRAC_CONST(-0.587785184383392), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
725 { FRAC_CONST(-0.598324656486511), FRAC_CONST(0.801253736019135) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
726 { FRAC_CONST(-0.608761429786682), FRAC_CONST(0.793353319168091) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
727 { FRAC_CONST(-0.619093894958496), FRAC_CONST(0.785316944122314) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
728 { FRAC_CONST(-0.629320502281189), FRAC_CONST(0.777145862579346) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
729 { FRAC_CONST(-0.639439046382904), FRAC_CONST(0.768841803073883) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
730 { FRAC_CONST(-0.649448037147522), FRAC_CONST(0.760405957698822) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
731 { FRAC_CONST(-0.659345924854279), FRAC_CONST(0.751839697360992) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
732 { FRAC_CONST(-0.669130682945251), FRAC_CONST(0.743144810199738) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
733 { FRAC_CONST(-0.678800761699677), FRAC_CONST(0.734322488307953) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
734 { FRAC_CONST(-0.688354671001434), FRAC_CONST(0.725374281406403) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
735 { FRAC_CONST(-0.697790503501892), FRAC_CONST(0.716301858425140) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
736 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
737 { FRAC_CONST(-0.716302037239075), FRAC_CONST(0.697790324687958) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
738 { FRAC_CONST(-0.725374460220337), FRAC_CONST(0.688354492187500) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
739 { FRAC_CONST(-0.734322547912598), FRAC_CONST(0.678800702095032) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
740 { FRAC_CONST(-0.743144929409027), FRAC_CONST(0.669130444526672) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
741 { FRAC_CONST(-0.751839876174927), FRAC_CONST(0.659345746040344) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
742 { FRAC_CONST(-0.760406017303467), FRAC_CONST(0.649448037147522) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
743 { FRAC_CONST(-0.768841803073883), FRAC_CONST(0.639439046382904) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
744 { FRAC_CONST(-0.777146041393280), FRAC_CONST(0.629320263862610) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
745 { FRAC_CONST(-0.785316944122314), FRAC_CONST(0.619093894958496) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
746 { FRAC_CONST(-0.793353319168091), FRAC_CONST(0.608761429786682) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
747 { FRAC_CONST(-0.801253914833069), FRAC_CONST(0.598324477672577) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
748 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
749 { FRAC_CONST(-0.816641569137573), FRAC_CONST(0.577145218849182) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
750 { FRAC_CONST(-0.824126303195953), FRAC_CONST(0.566406130790710) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
751 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
752 { FRAC_CONST(-0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
753 { FRAC_CONST(-0.845727920532227), FRAC_CONST(0.533614337444305) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
754 { FRAC_CONST(-0.852640211582184), FRAC_CONST(0.522498488426209) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
755 { FRAC_CONST(-0.859406411647797), FRAC_CONST(0.511293053627014) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
756 { FRAC_CONST(-0.866025388240814), FRAC_CONST(0.500000059604645) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
757 { FRAC_CONST(-0.872496068477631), FRAC_CONST(0.488621145486832) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
758 { FRAC_CONST(-0.878817141056061), FRAC_CONST(0.477158725261688) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
759 { FRAC_CONST(-0.884987652301788), FRAC_CONST(0.465614557266235) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
760 { FRAC_CONST(-0.891006588935852), FRAC_CONST(0.453990370035172) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
761 { FRAC_CONST(-0.896872758865356), FRAC_CONST(0.442288637161255) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
762 { FRAC_CONST(-0.902585268020630), FRAC_CONST(0.430511116981506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
763 { FRAC_CONST(-0.908143222332001), FRAC_CONST(0.418659597635269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
764 { FRAC_CONST(-0.913545489311218), FRAC_CONST(0.406736582517624) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
765 { FRAC_CONST(-0.918791234493256), FRAC_CONST(0.394743859767914) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
766 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
767 { FRAC_CONST(-0.928809583187103), FRAC_CONST(0.370557337999344) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
768 { FRAC_CONST(-0.933580458164215), FRAC_CONST(0.358367919921875) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
769 { FRAC_CONST(-0.938191413879395), FRAC_CONST(0.346116900444031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
770 { FRAC_CONST(-0.942641556262970), FRAC_CONST(0.333806753158569) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
771 { FRAC_CONST(-0.946930170059204), FRAC_CONST(0.321439445018768) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
772 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
773 { FRAC_CONST(-0.955020010471344), FRAC_CONST(0.296541452407837) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
774 { FRAC_CONST(-0.958819746971130), FRAC_CONST(0.284015297889709) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
775 { FRAC_CONST(-0.962455213069916), FRAC_CONST(0.271440476179123) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
776 { FRAC_CONST(-0.965925872325897), FRAC_CONST(0.258818924427032) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
777 { FRAC_CONST(-0.969230949878693), FRAC_CONST(0.246153235435486) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
778 { FRAC_CONST(-0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
779 { FRAC_CONST(-0.975342333316803), FRAC_CONST(0.220697283744812) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
780 { FRAC_CONST(-0.978147625923157), FRAC_CONST(0.207911610603333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
781 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
782 { FRAC_CONST(-0.983254909515381), FRAC_CONST(0.182235360145569) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
783 { FRAC_CONST(-0.985556066036224), FRAC_CONST(0.169349402189255) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
784 { FRAC_CONST(-0.987688362598419), FRAC_CONST(0.156434446573257) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
785 { FRAC_CONST(-0.989651441574097), FRAC_CONST(0.143492430448532) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
786 { FRAC_CONST(-0.991444885730743), FRAC_CONST(0.130526080727577) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
787 { FRAC_CONST(-0.993068456649780), FRAC_CONST(0.117537356913090) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
788 { FRAC_CONST(-0.994521915912628), FRAC_CONST(0.104528494179249) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
789 { FRAC_CONST(-0.995804965496063), FRAC_CONST(0.091501489281654) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
790 { FRAC_CONST(-0.996917366981506), FRAC_CONST(0.078459039330482) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
791 { FRAC_CONST(-0.997858941555023), FRAC_CONST(0.065403148531914) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
792 { FRAC_CONST(-0.998629570007324), FRAC_CONST(0.052335809916258) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
793 { FRAC_CONST(-0.999229013919830), FRAC_CONST(0.039259742945433) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
794 { FRAC_CONST(-0.999657332897186), FRAC_CONST(0.026176951825619) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
795 { FRAC_CONST(-0.999914348125458), FRAC_CONST(0.013089434243739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
796 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
797 { FRAC_CONST(0.999657332897186), FRAC_CONST(0.026176949962974) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
798 { FRAC_CONST(0.998629510402679), FRAC_CONST(0.052335958927870) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
799 { FRAC_CONST(0.996917307376862), FRAC_CONST(0.078459098935127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
800 { FRAC_CONST(0.994521915912628), FRAC_CONST(0.104528464376926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
801 { FRAC_CONST(0.991444885730743), FRAC_CONST(0.130526199936867) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
802 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
803 { FRAC_CONST(0.983254909515381), FRAC_CONST(0.182235524058342) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
804 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
805 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
806 { FRAC_CONST(0.965925812721252), FRAC_CONST(0.258819043636322) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
807 { FRAC_CONST(0.958819746971130), FRAC_CONST(0.284015357494354) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
808 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
809 { FRAC_CONST(0.942641496658325), FRAC_CONST(0.333806872367859) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
810 { FRAC_CONST(0.933580398559570), FRAC_CONST(0.358367949724197) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
811 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
812 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
813 { FRAC_CONST(0.902585268020630), FRAC_CONST(0.430511116981506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
814 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
815 { FRAC_CONST(0.878817081451416), FRAC_CONST(0.477158784866333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
816 { FRAC_CONST(0.866025388240814), FRAC_CONST(0.500000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
817 { FRAC_CONST(0.852640151977539), FRAC_CONST(0.522498548030853) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
818 { FRAC_CONST(0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
819 { FRAC_CONST(0.824126183986664), FRAC_CONST(0.566406250000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
820 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
821 { FRAC_CONST(0.793353319168091), FRAC_CONST(0.608761429786682) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
822 { FRAC_CONST(0.777145922183990), FRAC_CONST(0.629320383071899) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
823 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
824 { FRAC_CONST(0.743144810199738), FRAC_CONST(0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
825 { FRAC_CONST(0.725374400615692), FRAC_CONST(0.688354551792145) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
826 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
827 { FRAC_CONST(0.688354551792145), FRAC_CONST(0.725374400615692) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
828 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
829 { FRAC_CONST(0.649448037147522), FRAC_CONST(0.760405957698822) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
830 { FRAC_CONST(0.629320383071899), FRAC_CONST(0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
831 { FRAC_CONST(0.608761370182037), FRAC_CONST(0.793353378772736) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
832 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
833 { FRAC_CONST(0.566406250000000), FRAC_CONST(0.824126183986664) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
834 { FRAC_CONST(0.544638991355896), FRAC_CONST(0.838670611381531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
835 { FRAC_CONST(0.522498488426209), FRAC_CONST(0.852640211582184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
836 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
837 { FRAC_CONST(0.477158755064011), FRAC_CONST(0.878817141056061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
838 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
839 { FRAC_CONST(0.430511027574539), FRAC_CONST(0.902585327625275) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
840 { FRAC_CONST(0.406736612319946), FRAC_CONST(0.913545489311218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
841 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
842 { FRAC_CONST(0.358367860317230), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
843 { FRAC_CONST(0.333806812763214), FRAC_CONST(0.942641496658325) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
844 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
845 { FRAC_CONST(0.284015327692032), FRAC_CONST(0.958819746971130) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
846 { FRAC_CONST(0.258819073438644), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
847 { FRAC_CONST(0.233445301651955), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
848 { FRAC_CONST(0.207911655306816), FRAC_CONST(0.978147625923157) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
849 { FRAC_CONST(0.182235524058342), FRAC_CONST(0.983254909515381) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
850 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
851 { FRAC_CONST(0.130526125431061), FRAC_CONST(0.991444885730743) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
852 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
853 { FRAC_CONST(0.078459084033966), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
854 { FRAC_CONST(0.052335973829031), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
855 { FRAC_CONST(0.026176875457168), FRAC_CONST(0.999657332897186) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
856 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
857 { FRAC_CONST(-0.026176963001490), FRAC_CONST(0.999657332897186) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
858 { FRAC_CONST(-0.052336059510708), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
859 { FRAC_CONST(-0.078459173440933), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
860 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
861 { FRAC_CONST(-0.130526214838028), FRAC_CONST(0.991444885730743) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
862 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
863 { FRAC_CONST(-0.182235598564148), FRAC_CONST(0.983254909515381) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
864 { FRAC_CONST(-0.207911744713783), FRAC_CONST(0.978147566318512) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
865 { FRAC_CONST(-0.233445391058922), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
866 { FRAC_CONST(-0.258819162845612), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
867 { FRAC_CONST(-0.284015417098999), FRAC_CONST(0.958819687366486) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
868 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
869 { FRAC_CONST(-0.333806872367859), FRAC_CONST(0.942641496658325) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
870 { FRAC_CONST(-0.358367949724197), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
871 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
872 { FRAC_CONST(-0.406736701726913), FRAC_CONST(0.913545429706573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
873 { FRAC_CONST(-0.430511116981506), FRAC_CONST(0.902585268020630) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
874 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
875 { FRAC_CONST(-0.477158725261688), FRAC_CONST(0.878817141056061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
876 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
877 { FRAC_CONST(0.998629510402679), FRAC_CONST(0.052335958927870) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
878 { FRAC_CONST(0.994521915912628), FRAC_CONST(0.104528464376926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
879 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
880 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
881 { FRAC_CONST(0.965925812721252), FRAC_CONST(0.258819043636322) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
882 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
883 { FRAC_CONST(0.933580398559570), FRAC_CONST(0.358367949724197) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
884 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
885 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
886 { FRAC_CONST(0.866025388240814), FRAC_CONST(0.500000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
887 { FRAC_CONST(0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
888 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
889 { FRAC_CONST(0.777145922183990), FRAC_CONST(0.629320383071899) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
890 { FRAC_CONST(0.743144810199738), FRAC_CONST(0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
891 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
892 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
893 { FRAC_CONST(0.629320383071899), FRAC_CONST(0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
894 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
895 { FRAC_CONST(0.544638991355896), FRAC_CONST(0.838670611381531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
896 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
897 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
898 { FRAC_CONST(0.406736612319946), FRAC_CONST(0.913545489311218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
899 { FRAC_CONST(0.358367860317230), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
900 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
901 { FRAC_CONST(0.258819073438644), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
902 { FRAC_CONST(0.207911655306816), FRAC_CONST(0.978147625923157) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
903 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
904 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
905 { FRAC_CONST(0.052335973829031), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
906 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
907 { FRAC_CONST(-0.052336059510708), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
908 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
909 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
910 { FRAC_CONST(-0.207911744713783), FRAC_CONST(0.978147566318512) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
911 { FRAC_CONST(-0.258819162845612), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
912 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
913 { FRAC_CONST(-0.358367949724197), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
914 { FRAC_CONST(-0.406736701726913), FRAC_CONST(0.913545429706573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
915 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
916 { FRAC_CONST(-0.500000059604645), FRAC_CONST(0.866025388240814) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
917 { FRAC_CONST(-0.544639050960541), FRAC_CONST(0.838670551776886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
918 { FRAC_CONST(-0.587785184383392), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
919 { FRAC_CONST(-0.629320502281189), FRAC_CONST(0.777145862579346) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
920 { FRAC_CONST(-0.669130682945251), FRAC_CONST(0.743144810199738) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
921 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
922 { FRAC_CONST(-0.743144929409027), FRAC_CONST(0.669130444526672) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
923 { FRAC_CONST(-0.777146041393280), FRAC_CONST(0.629320263862610) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
924 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
925 { FRAC_CONST(-0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
926 { FRAC_CONST(-0.866025388240814), FRAC_CONST(0.500000059604645) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
927 { FRAC_CONST(-0.891006588935852), FRAC_CONST(0.453990370035172) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
928 { FRAC_CONST(-0.913545489311218), FRAC_CONST(0.406736582517624) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
929 { FRAC_CONST(-0.933580458164215), FRAC_CONST(0.358367919921875) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
930 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
931 { FRAC_CONST(-0.965925872325897), FRAC_CONST(0.258818924427032) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
932 { FRAC_CONST(-0.978147625923157), FRAC_CONST(0.207911610603333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
933 { FRAC_CONST(-0.987688362598419), FRAC_CONST(0.156434446573257) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
934 { FRAC_CONST(-0.994521915912628), FRAC_CONST(0.104528494179249) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
935 { FRAC_CONST(-0.998629570007324), FRAC_CONST(0.052335809916258) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
936 { FRAC_CONST(-1.000000000000000), FRAC_CONST(-0.000000087422777) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
937 { FRAC_CONST(-0.998629510402679), FRAC_CONST(-0.052335985004902) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
938 { FRAC_CONST(-0.994521856307983), FRAC_CONST(-0.104528672993183) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
939 { FRAC_CONST(-0.987688302993774), FRAC_CONST(-0.156434610486031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
940 { FRAC_CONST(-0.978147566318512), FRAC_CONST(-0.207911789417267) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
941 { FRAC_CONST(-0.965925812721252), FRAC_CONST(-0.258819073438644) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
942 { FRAC_CONST(-0.951056540012360), FRAC_CONST(-0.309016972780228) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
943 { FRAC_CONST(-0.933580398559570), FRAC_CONST(-0.358368098735809) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
944 { FRAC_CONST(-0.913545429706573), FRAC_CONST(-0.406736731529236) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
945 { FRAC_CONST(-0.891006529331207), FRAC_CONST(-0.453990548849106) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
946 { FRAC_CONST(-0.866025269031525), FRAC_CONST(-0.500000178813934) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
947 { FRAC_CONST(-0.838670492172241), FRAC_CONST(-0.544639170169830) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
948 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
949 { FRAC_CONST(-0.777145922183990), FRAC_CONST(-0.629320442676544) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
950 { FRAC_CONST(-0.743144810199738), FRAC_CONST(-0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
951 { FRAC_CONST(-0.707106649875641), FRAC_CONST(-0.707106888294220) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
952 { FRAC_CONST(-0.669130504131317), FRAC_CONST(-0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
953 { FRAC_CONST(-0.629320323467255), FRAC_CONST(-0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
954 { FRAC_CONST(-0.587785065174103), FRAC_CONST(-0.809017121791840) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
955 { FRAC_CONST(-0.544639110565186), FRAC_CONST(-0.838670551776886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
956 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
957 { FRAC_CONST(0.996917307376862), FRAC_CONST(0.078459098935127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
958 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
959 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
960 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
961 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
962 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
963 { FRAC_CONST(0.852640151977539), FRAC_CONST(0.522498548030853) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
964 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
965 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
966 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
967 { FRAC_CONST(0.649448037147522), FRAC_CONST(0.760405957698822) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
968 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
969 { FRAC_CONST(0.522498488426209), FRAC_CONST(0.852640211582184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
970 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
971 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
972 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
973 { FRAC_CONST(0.233445301651955), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
974 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
975 { FRAC_CONST(0.078459084033966), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
976 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
977 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
978 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
979 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
980 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
981 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
982 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
983 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
984 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
985 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
986 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
987 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
988 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
989 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
990 { FRAC_CONST(-0.587785184383392), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
991 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
992 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
993 { FRAC_CONST(-0.891006588935852), FRAC_CONST(0.453990370035172) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
994 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
995 { FRAC_CONST(-0.987688362598419), FRAC_CONST(0.156434446573257) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
996 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
997 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
998 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
999 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1000 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1001 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1002 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1003 { FRAC_CONST(-0.078459173440933), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1004 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1005 { FRAC_CONST(-0.522498667240143), FRAC_CONST(0.852640092372894) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1006 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1007 { FRAC_CONST(-0.852640211582184), FRAC_CONST(0.522498488426209) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1008 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1009 { FRAC_CONST(-0.996917366981506), FRAC_CONST(0.078459039330482) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1010 { FRAC_CONST(-0.987688302993774), FRAC_CONST(-0.156434610486031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1011 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1012 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1013 { FRAC_CONST(-0.649447917938232), FRAC_CONST(-0.760406076908112) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1014 { FRAC_CONST(-0.453990221023560), FRAC_CONST(-0.891006648540497) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1015 { FRAC_CONST(-0.233445450663567), FRAC_CONST(-0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1016 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1017 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1018 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1019 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1020 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1021 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1022 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1023 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1024 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1025 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1026 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1027 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1028 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1029 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1030 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1031 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1032 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1033 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1034 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1035 { FRAC_CONST(0.309017121791840), FRAC_CONST(-0.951056480407715) }
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1036 };
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1037 #endif
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1038
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1039 ALIGN static const complex_t cfft_tab_64[] =
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1040 {
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1041 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1042 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1043 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1044 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1045 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1046 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1047 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1048 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1049 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1050 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1051 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1052 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1053 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1054 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1055 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1056 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1057 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1058 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1059 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1060 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1061 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1062 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1063 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1064 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1065 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1066 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1067 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1068 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1069 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1070 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1071 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1072 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1073 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1074 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1075 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1076 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1077 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1078 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1079 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1080 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1081 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1082 { FRAC_CONST(-0.881921231746674), FRAC_CONST(0.471396833658218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1083 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1084 { FRAC_CONST(-0.995184719562531), FRAC_CONST(-0.098017267882824) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1085 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1086 { FRAC_CONST(-0.773010551929474), FRAC_CONST(-0.634393215179443) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1087 { FRAC_CONST(-0.555570006370544), FRAC_CONST(-0.831469774246216) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1088 { FRAC_CONST(-0.290284544229507), FRAC_CONST(-0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1089 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1090 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1091 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1092 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1093 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1094 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1095 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1096 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1097 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1098 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1099 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1100 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1101 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1102 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1103 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1104 { FRAC_CONST(0.000000011924881), FRAC_CONST(-1.000000000000000) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1105 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1106
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1107 #ifdef ALLOW_SMALL_FRAMELENGTH
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1108 ALIGN static const complex_t cfft_tab_60[] =
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1109 {
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1110 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1111 { FRAC_CONST(0.994521915912628), FRAC_CONST(0.104528464376926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1112 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1113 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1114 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1115 { FRAC_CONST(0.866025388240814), FRAC_CONST(0.500000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1116 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1117 { FRAC_CONST(0.743144810199738), FRAC_CONST(0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1118 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1119 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1120 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1121 { FRAC_CONST(0.406736612319946), FRAC_CONST(0.913545489311218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1122 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1123 { FRAC_CONST(0.207911655306816), FRAC_CONST(0.978147625923157) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1124 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1125 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1126 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1127 { FRAC_CONST(-0.207911744713783), FRAC_CONST(0.978147566318512) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1128 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1129 { FRAC_CONST(-0.406736701726913), FRAC_CONST(0.913545429706573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1130 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1131 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1132 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1133 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1134 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1135 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1136 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1137 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1138 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1139 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1140 { FRAC_CONST(-0.500000059604645), FRAC_CONST(0.866025388240814) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1141 { FRAC_CONST(-0.669130682945251), FRAC_CONST(0.743144810199738) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1142 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1143 { FRAC_CONST(-0.913545489311218), FRAC_CONST(0.406736582517624) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1144 { FRAC_CONST(-0.978147625923157), FRAC_CONST(0.207911610603333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1145 { FRAC_CONST(-1.000000000000000), FRAC_CONST(-0.000000087422777) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1146 { FRAC_CONST(-0.978147566318512), FRAC_CONST(-0.207911789417267) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1147 { FRAC_CONST(-0.913545429706573), FRAC_CONST(-0.406736731529236) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1148 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1149 { FRAC_CONST(-0.669130504131317), FRAC_CONST(-0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1150 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1151 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1152 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1153 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1154 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1155 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1156 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1157 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1158 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1159 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1160 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1161 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1162 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1163 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1164 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1165 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1166 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1167 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1168 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1169 { FRAC_CONST(0.309017121791840), FRAC_CONST(-0.951056480407715) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1170 };
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1171 #endif
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1172
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1173 #ifdef LD_DEC
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1174
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1175 ALIGN static const complex_t cfft_tab_256[] =
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1176 {
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1177 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1178 { FRAC_CONST(0.999698817729950), FRAC_CONST(0.024541229009628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1179 { FRAC_CONST(0.998795449733734), FRAC_CONST(0.049067676067352) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1180 { FRAC_CONST(0.997290432453156), FRAC_CONST(0.073564566671848) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1181 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1182 { FRAC_CONST(0.992479562759399), FRAC_CONST(0.122410677373409) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1183 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1184 { FRAC_CONST(0.985277652740479), FRAC_CONST(0.170961901545525) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1185 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1186 { FRAC_CONST(0.975702106952667), FRAC_CONST(0.219101235270500) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1187 { FRAC_CONST(0.970031261444092), FRAC_CONST(0.242980197072029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1188 { FRAC_CONST(0.963776051998138), FRAC_CONST(0.266712784767151) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1189 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1190 { FRAC_CONST(0.949528157711029), FRAC_CONST(0.313681751489639) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1191 { FRAC_CONST(0.941544055938721), FRAC_CONST(0.336889863014221) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1192 { FRAC_CONST(0.932992815971375), FRAC_CONST(0.359895050525665) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1193 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1194 { FRAC_CONST(0.914209723472595), FRAC_CONST(0.405241340398788) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1195 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1196 { FRAC_CONST(0.893224298954010), FRAC_CONST(0.449611335992813) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1197 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1198 { FRAC_CONST(0.870086967945099), FRAC_CONST(0.492898225784302) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1199 { FRAC_CONST(0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1200 { FRAC_CONST(0.844853579998016), FRAC_CONST(0.534997642040253) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1201 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1202 { FRAC_CONST(0.817584812641144), FRAC_CONST(0.575808227062225) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1203 { FRAC_CONST(0.803207516670227), FRAC_CONST(0.595699310302734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1204 { FRAC_CONST(0.788346409797668), FRAC_CONST(0.615231633186340) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1205 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1206 { FRAC_CONST(0.757208824157715), FRAC_CONST(0.653172850608826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1207 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1208 { FRAC_CONST(0.724247097969055), FRAC_CONST(0.689540565013886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1209 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1210 { FRAC_CONST(0.689540505409241), FRAC_CONST(0.724247097969055) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1211 { FRAC_CONST(0.671558916568756), FRAC_CONST(0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1212 { FRAC_CONST(0.653172791004181), FRAC_CONST(0.757208883762360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1213 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1214 { FRAC_CONST(0.615231573581696), FRAC_CONST(0.788346409797668) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1215 { FRAC_CONST(0.595699310302734), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1216 { FRAC_CONST(0.575808167457581), FRAC_CONST(0.817584812641144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1217 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1218 { FRAC_CONST(0.534997642040253), FRAC_CONST(0.844853579998016) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1219 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1220 { FRAC_CONST(0.492898195981979), FRAC_CONST(0.870086967945099) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1221 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1222 { FRAC_CONST(0.449611306190491), FRAC_CONST(0.893224298954010) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1223 { FRAC_CONST(0.427555114030838), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1224 { FRAC_CONST(0.405241280794144), FRAC_CONST(0.914209783077240) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1225 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1226 { FRAC_CONST(0.359894961118698), FRAC_CONST(0.932992815971375) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1227 { FRAC_CONST(0.336889833211899), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1228 { FRAC_CONST(0.313681662082672), FRAC_CONST(0.949528217315674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1229 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1230 { FRAC_CONST(0.266712754964828), FRAC_CONST(0.963776051998138) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1231 { FRAC_CONST(0.242980122566223), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1232 { FRAC_CONST(0.219101220369339), FRAC_CONST(0.975702106952667) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1233 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1234 { FRAC_CONST(0.170961856842041), FRAC_CONST(0.985277652740479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1235 { FRAC_CONST(0.146730497479439), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1236 { FRAC_CONST(0.122410625219345), FRAC_CONST(0.992479562759399) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1237 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1238 { FRAC_CONST(0.073564492166042), FRAC_CONST(0.997290432453156) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1239 { FRAC_CONST(0.049067649990320), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1240 { FRAC_CONST(0.024541135877371), FRAC_CONST(0.999698817729950) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1241 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1242 { FRAC_CONST(0.998795449733734), FRAC_CONST(0.049067676067352) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1243 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1244 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1245 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1246 { FRAC_CONST(0.970031261444092), FRAC_CONST(0.242980197072029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1247 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1248 { FRAC_CONST(0.941544055938721), FRAC_CONST(0.336889863014221) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1249 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1250 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1251 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1252 { FRAC_CONST(0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1253 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1254 { FRAC_CONST(0.803207516670227), FRAC_CONST(0.595699310302734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1255 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1256 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1257 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1258 { FRAC_CONST(0.671558916568756), FRAC_CONST(0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1259 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1260 { FRAC_CONST(0.595699310302734), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1261 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1262 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1263 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1264 { FRAC_CONST(0.427555114030838), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1265 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1266 { FRAC_CONST(0.336889833211899), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1267 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1268 { FRAC_CONST(0.242980122566223), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1269 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1270 { FRAC_CONST(0.146730497479439), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1271 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1272 { FRAC_CONST(0.049067649990320), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1273 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1274 { FRAC_CONST(-0.049067739397287), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1275 { FRAC_CONST(-0.098017223179340), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1276 { FRAC_CONST(-0.146730571985245), FRAC_CONST(0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1277 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1278 { FRAC_CONST(-0.242980197072029), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1279 { FRAC_CONST(-0.290284723043442), FRAC_CONST(0.956940293312073) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1280 { FRAC_CONST(-0.336889922618866), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1281 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1282 { FRAC_CONST(-0.427555084228516), FRAC_CONST(0.903989315032959) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1283 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1284 { FRAC_CONST(-0.514102756977081), FRAC_CONST(0.857728600502014) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1285 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1286 { FRAC_CONST(-0.595699369907379), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1287 { FRAC_CONST(-0.634393274784088), FRAC_CONST(0.773010492324829) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1288 { FRAC_CONST(-0.671559035778046), FRAC_CONST(0.740951061248779) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1289 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1290 { FRAC_CONST(-0.740951240062714), FRAC_CONST(0.671558856964111) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1291 { FRAC_CONST(-0.773010492324829), FRAC_CONST(0.634393274784088) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1292 { FRAC_CONST(-0.803207635879517), FRAC_CONST(0.595699131488800) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1293 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1294 { FRAC_CONST(-0.857728600502014), FRAC_CONST(0.514102756977081) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1295 { FRAC_CONST(-0.881921350955963), FRAC_CONST(0.471396625041962) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1296 { FRAC_CONST(-0.903989315032959), FRAC_CONST(0.427555054426193) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1297 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1298 { FRAC_CONST(-0.941544115543365), FRAC_CONST(0.336889803409576) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1299 { FRAC_CONST(-0.956940352916718), FRAC_CONST(0.290284723043442) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1300 { FRAC_CONST(-0.970031261444092), FRAC_CONST(0.242980077862740) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1301 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1302 { FRAC_CONST(-0.989176511764526), FRAC_CONST(0.146730333566666) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1303 { FRAC_CONST(-0.995184719562531), FRAC_CONST(0.098017096519470) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1304 { FRAC_CONST(-0.998795449733734), FRAC_CONST(0.049067486077547) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1305 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1306 { FRAC_CONST(0.997290432453156), FRAC_CONST(0.073564566671848) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1307 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1308 { FRAC_CONST(0.975702106952667), FRAC_CONST(0.219101235270500) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1309 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1310 { FRAC_CONST(0.932992815971375), FRAC_CONST(0.359895050525665) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1311 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1312 { FRAC_CONST(0.870086967945099), FRAC_CONST(0.492898225784302) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1313 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1314 { FRAC_CONST(0.788346469402313), FRAC_CONST(0.615231573581696) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1315 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1316 { FRAC_CONST(0.689540505409241), FRAC_CONST(0.724247097969055) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1317 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1318 { FRAC_CONST(0.575808227062225), FRAC_CONST(0.817584812641144) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1319 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1320 { FRAC_CONST(0.449611306190491), FRAC_CONST(0.893224298954010) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1321 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1322 { FRAC_CONST(0.313681751489639), FRAC_CONST(0.949528157711029) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1323 { FRAC_CONST(0.242980241775513), FRAC_CONST(0.970031261444092) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1324 { FRAC_CONST(0.170961856842041), FRAC_CONST(0.985277652740479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1325 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1326 { FRAC_CONST(0.024541255086660), FRAC_CONST(0.999698817729950) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1327 { FRAC_CONST(-0.049067739397287), FRAC_CONST(0.998795449733734) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1328 { FRAC_CONST(-0.122410707175732), FRAC_CONST(0.992479503154755) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1329 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1330 { FRAC_CONST(-0.266712725162506), FRAC_CONST(0.963776051998138) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1331 { FRAC_CONST(-0.336889803409576), FRAC_CONST(0.941544055938721) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1332 { FRAC_CONST(-0.405241340398788), FRAC_CONST(0.914209723472595) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1333 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1334 { FRAC_CONST(-0.534997701644897), FRAC_CONST(0.844853520393372) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1335 { FRAC_CONST(-0.595699369907379), FRAC_CONST(0.803207516670227) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1336 { FRAC_CONST(-0.653172850608826), FRAC_CONST(0.757208824157715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1337 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1338 { FRAC_CONST(-0.757208824157715), FRAC_CONST(0.653172850608826) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1339 { FRAC_CONST(-0.803207516670227), FRAC_CONST(0.595699369907379) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1340 { FRAC_CONST(-0.844853520393372), FRAC_CONST(0.534997701644897) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1341 { FRAC_CONST(-0.881921231746674), FRAC_CONST(0.471396833658218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1342 { FRAC_CONST(-0.914209783077240), FRAC_CONST(0.405241221189499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1343 { FRAC_CONST(-0.941544115543365), FRAC_CONST(0.336889803409576) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1344 { FRAC_CONST(-0.963776051998138), FRAC_CONST(0.266712725162506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1345 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1346 { FRAC_CONST(-0.992479503154755), FRAC_CONST(0.122410699725151) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1347 { FRAC_CONST(-0.998795449733734), FRAC_CONST(0.049067724496126) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1348 { FRAC_CONST(-0.999698817729950), FRAC_CONST(-0.024541147053242) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1349 { FRAC_CONST(-0.995184719562531), FRAC_CONST(-0.098017267882824) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1350 { FRAC_CONST(-0.985277652740479), FRAC_CONST(-0.170961990952492) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1351 { FRAC_CONST(-0.970031261444092), FRAC_CONST(-0.242980241775513) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1352 { FRAC_CONST(-0.949528157711029), FRAC_CONST(-0.313681781291962) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1353 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1354 { FRAC_CONST(-0.893224298954010), FRAC_CONST(-0.449611306190491) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1355 { FRAC_CONST(-0.857728660106659), FRAC_CONST(-0.514102697372437) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1356 { FRAC_CONST(-0.817584872245789), FRAC_CONST(-0.575808107852936) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1357 { FRAC_CONST(-0.773010551929474), FRAC_CONST(-0.634393215179443) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1358 { FRAC_CONST(-0.724247038364410), FRAC_CONST(-0.689540624618530) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1359 { FRAC_CONST(-0.671558916568756), FRAC_CONST(-0.740951180458069) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1360 { FRAC_CONST(-0.615231573581696), FRAC_CONST(-0.788346469402313) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1361 { FRAC_CONST(-0.555570006370544), FRAC_CONST(-0.831469774246216) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1362 { FRAC_CONST(-0.492898195981979), FRAC_CONST(-0.870086967945099) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1363 { FRAC_CONST(-0.427554935216904), FRAC_CONST(-0.903989374637604) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1364 { FRAC_CONST(-0.359895110130310), FRAC_CONST(-0.932992756366730) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1365 { FRAC_CONST(-0.290284544229507), FRAC_CONST(-0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1366 { FRAC_CONST(-0.219101369380951), FRAC_CONST(-0.975702106952667) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1367 { FRAC_CONST(-0.146730408072472), FRAC_CONST(-0.989176511764526) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1368 { FRAC_CONST(-0.073564760386944), FRAC_CONST(-0.997290432453156) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1369 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1370 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1371 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1372 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1373 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1374 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1375 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1376 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1377 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1378 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1379 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1380 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1381 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1382 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1383 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1384 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1385 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1386 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1387 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1388 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1389 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1390 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1391 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1392 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1393 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1394 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1395 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1396 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1397 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1398 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1399 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1400 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1401 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1402 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1403 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1404 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1405 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1406 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1407 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1408 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1409 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1410 { FRAC_CONST(-0.881921231746674), FRAC_CONST(0.471396833658218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1411 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1412 { FRAC_CONST(-0.995184719562531), FRAC_CONST(-0.098017267882824) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1413 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1414 { FRAC_CONST(-0.773010551929474), FRAC_CONST(-0.634393215179443) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1415 { FRAC_CONST(-0.555570006370544), FRAC_CONST(-0.831469774246216) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1416 { FRAC_CONST(-0.290284544229507), FRAC_CONST(-0.956940352916718) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1417 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1418 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1419 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1420 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1421 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1422 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1423 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1424 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1425 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1426 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1427 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1428 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1429 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1430 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1431 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1432 { FRAC_CONST(0.000000011924881), FRAC_CONST(-1.000000000000000) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1433 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1434
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1435 #ifdef ALLOW_SMALL_FRAMELENGTH
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1436 ALIGN static const complex_t cfft_tab_240[] =
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1437 {
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1438 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1439 { FRAC_CONST(0.999657332897186), FRAC_CONST(0.026176949962974) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1440 { FRAC_CONST(0.998629510402679), FRAC_CONST(0.052335958927870) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1441 { FRAC_CONST(0.996917307376862), FRAC_CONST(0.078459098935127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1442 { FRAC_CONST(0.994521915912628), FRAC_CONST(0.104528464376926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1443 { FRAC_CONST(0.991444885730743), FRAC_CONST(0.130526199936867) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1444 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1445 { FRAC_CONST(0.983254909515381), FRAC_CONST(0.182235524058342) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1446 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1447 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1448 { FRAC_CONST(0.965925812721252), FRAC_CONST(0.258819043636322) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1449 { FRAC_CONST(0.958819746971130), FRAC_CONST(0.284015357494354) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1450 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1451 { FRAC_CONST(0.942641496658325), FRAC_CONST(0.333806872367859) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1452 { FRAC_CONST(0.933580398559570), FRAC_CONST(0.358367949724197) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1453 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1454 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1455 { FRAC_CONST(0.902585268020630), FRAC_CONST(0.430511116981506) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1456 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1457 { FRAC_CONST(0.878817081451416), FRAC_CONST(0.477158784866333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1458 { FRAC_CONST(0.866025388240814), FRAC_CONST(0.500000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1459 { FRAC_CONST(0.852640151977539), FRAC_CONST(0.522498548030853) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1460 { FRAC_CONST(0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1461 { FRAC_CONST(0.824126183986664), FRAC_CONST(0.566406250000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1462 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1463 { FRAC_CONST(0.793353319168091), FRAC_CONST(0.608761429786682) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1464 { FRAC_CONST(0.777145922183990), FRAC_CONST(0.629320383071899) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1465 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1466 { FRAC_CONST(0.743144810199738), FRAC_CONST(0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1467 { FRAC_CONST(0.725374400615692), FRAC_CONST(0.688354551792145) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1468 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1469 { FRAC_CONST(0.688354551792145), FRAC_CONST(0.725374400615692) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1470 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1471 { FRAC_CONST(0.649448037147522), FRAC_CONST(0.760405957698822) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1472 { FRAC_CONST(0.629320383071899), FRAC_CONST(0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1473 { FRAC_CONST(0.608761370182037), FRAC_CONST(0.793353378772736) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1474 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1475 { FRAC_CONST(0.566406250000000), FRAC_CONST(0.824126183986664) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1476 { FRAC_CONST(0.544638991355896), FRAC_CONST(0.838670611381531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1477 { FRAC_CONST(0.522498488426209), FRAC_CONST(0.852640211582184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1478 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1479 { FRAC_CONST(0.477158755064011), FRAC_CONST(0.878817141056061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1480 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1481 { FRAC_CONST(0.430511027574539), FRAC_CONST(0.902585327625275) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1482 { FRAC_CONST(0.406736612319946), FRAC_CONST(0.913545489311218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1483 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1484 { FRAC_CONST(0.358367860317230), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1485 { FRAC_CONST(0.333806812763214), FRAC_CONST(0.942641496658325) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1486 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1487 { FRAC_CONST(0.284015327692032), FRAC_CONST(0.958819746971130) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1488 { FRAC_CONST(0.258819073438644), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1489 { FRAC_CONST(0.233445301651955), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1490 { FRAC_CONST(0.207911655306816), FRAC_CONST(0.978147625923157) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1491 { FRAC_CONST(0.182235524058342), FRAC_CONST(0.983254909515381) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1492 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1493 { FRAC_CONST(0.130526125431061), FRAC_CONST(0.991444885730743) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1494 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1495 { FRAC_CONST(0.078459084033966), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1496 { FRAC_CONST(0.052335973829031), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1497 { FRAC_CONST(0.026176875457168), FRAC_CONST(0.999657332897186) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1498 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1499 { FRAC_CONST(-0.026176963001490), FRAC_CONST(0.999657332897186) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1500 { FRAC_CONST(-0.052336059510708), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1501 { FRAC_CONST(-0.078459173440933), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1502 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1503 { FRAC_CONST(-0.130526214838028), FRAC_CONST(0.991444885730743) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1504 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1505 { FRAC_CONST(-0.182235598564148), FRAC_CONST(0.983254909515381) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1506 { FRAC_CONST(-0.207911744713783), FRAC_CONST(0.978147566318512) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1507 { FRAC_CONST(-0.233445391058922), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1508 { FRAC_CONST(-0.258819162845612), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1509 { FRAC_CONST(-0.284015417098999), FRAC_CONST(0.958819687366486) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1510 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1511 { FRAC_CONST(-0.333806872367859), FRAC_CONST(0.942641496658325) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1512 { FRAC_CONST(-0.358367949724197), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1513 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1514 { FRAC_CONST(-0.406736701726913), FRAC_CONST(0.913545429706573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1515 { FRAC_CONST(-0.430511116981506), FRAC_CONST(0.902585268020630) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1516 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1517 { FRAC_CONST(-0.477158725261688), FRAC_CONST(0.878817141056061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1518 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1519 { FRAC_CONST(0.998629510402679), FRAC_CONST(0.052335958927870) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1520 { FRAC_CONST(0.994521915912628), FRAC_CONST(0.104528464376926) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1521 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1522 { FRAC_CONST(0.978147625923157), FRAC_CONST(0.207911700010300) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1523 { FRAC_CONST(0.965925812721252), FRAC_CONST(0.258819043636322) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1524 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1525 { FRAC_CONST(0.933580398559570), FRAC_CONST(0.358367949724197) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1526 { FRAC_CONST(0.913545429706573), FRAC_CONST(0.406736642122269) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1527 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1528 { FRAC_CONST(0.866025388240814), FRAC_CONST(0.500000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1529 { FRAC_CONST(0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1530 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1531 { FRAC_CONST(0.777145922183990), FRAC_CONST(0.629320383071899) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1532 { FRAC_CONST(0.743144810199738), FRAC_CONST(0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1533 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1534 { FRAC_CONST(0.669130563735962), FRAC_CONST(0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1535 { FRAC_CONST(0.629320383071899), FRAC_CONST(0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1536 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1537 { FRAC_CONST(0.544638991355896), FRAC_CONST(0.838670611381531) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1538 { FRAC_CONST(0.499999970197678), FRAC_CONST(0.866025447845459) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1539 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1540 { FRAC_CONST(0.406736612319946), FRAC_CONST(0.913545489311218) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1541 { FRAC_CONST(0.358367860317230), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1542 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1543 { FRAC_CONST(0.258819073438644), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1544 { FRAC_CONST(0.207911655306816), FRAC_CONST(0.978147625923157) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1545 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1546 { FRAC_CONST(0.104528419673443), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1547 { FRAC_CONST(0.052335973829031), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1548 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1549 { FRAC_CONST(-0.052336059510708), FRAC_CONST(0.998629510402679) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1550 { FRAC_CONST(-0.104528509080410), FRAC_CONST(0.994521915912628) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1551 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1552 { FRAC_CONST(-0.207911744713783), FRAC_CONST(0.978147566318512) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1553 { FRAC_CONST(-0.258819162845612), FRAC_CONST(0.965925812721252) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1554 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1555 { FRAC_CONST(-0.358367949724197), FRAC_CONST(0.933580458164215) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1556 { FRAC_CONST(-0.406736701726913), FRAC_CONST(0.913545429706573) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1557 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1558 { FRAC_CONST(-0.500000059604645), FRAC_CONST(0.866025388240814) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1559 { FRAC_CONST(-0.544639050960541), FRAC_CONST(0.838670551776886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1560 { FRAC_CONST(-0.587785184383392), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1561 { FRAC_CONST(-0.629320502281189), FRAC_CONST(0.777145862579346) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1562 { FRAC_CONST(-0.669130682945251), FRAC_CONST(0.743144810199738) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1563 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1564 { FRAC_CONST(-0.743144929409027), FRAC_CONST(0.669130444526672) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1565 { FRAC_CONST(-0.777146041393280), FRAC_CONST(0.629320263862610) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1566 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1567 { FRAC_CONST(-0.838670551776886), FRAC_CONST(0.544639050960541) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1568 { FRAC_CONST(-0.866025388240814), FRAC_CONST(0.500000059604645) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1569 { FRAC_CONST(-0.891006588935852), FRAC_CONST(0.453990370035172) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1570 { FRAC_CONST(-0.913545489311218), FRAC_CONST(0.406736582517624) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1571 { FRAC_CONST(-0.933580458164215), FRAC_CONST(0.358367919921875) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1572 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1573 { FRAC_CONST(-0.965925872325897), FRAC_CONST(0.258818924427032) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1574 { FRAC_CONST(-0.978147625923157), FRAC_CONST(0.207911610603333) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1575 { FRAC_CONST(-0.987688362598419), FRAC_CONST(0.156434446573257) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1576 { FRAC_CONST(-0.994521915912628), FRAC_CONST(0.104528494179249) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1577 { FRAC_CONST(-0.998629570007324), FRAC_CONST(0.052335809916258) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1578 { FRAC_CONST(-1.000000000000000), FRAC_CONST(-0.000000087422777) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1579 { FRAC_CONST(-0.998629510402679), FRAC_CONST(-0.052335985004902) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1580 { FRAC_CONST(-0.994521856307983), FRAC_CONST(-0.104528672993183) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1581 { FRAC_CONST(-0.987688302993774), FRAC_CONST(-0.156434610486031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1582 { FRAC_CONST(-0.978147566318512), FRAC_CONST(-0.207911789417267) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1583 { FRAC_CONST(-0.965925812721252), FRAC_CONST(-0.258819073438644) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1584 { FRAC_CONST(-0.951056540012360), FRAC_CONST(-0.309016972780228) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1585 { FRAC_CONST(-0.933580398559570), FRAC_CONST(-0.358368098735809) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1586 { FRAC_CONST(-0.913545429706573), FRAC_CONST(-0.406736731529236) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1587 { FRAC_CONST(-0.891006529331207), FRAC_CONST(-0.453990548849106) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1588 { FRAC_CONST(-0.866025269031525), FRAC_CONST(-0.500000178813934) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1589 { FRAC_CONST(-0.838670492172241), FRAC_CONST(-0.544639170169830) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1590 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1591 { FRAC_CONST(-0.777145922183990), FRAC_CONST(-0.629320442676544) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1592 { FRAC_CONST(-0.743144810199738), FRAC_CONST(-0.669130623340607) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1593 { FRAC_CONST(-0.707106649875641), FRAC_CONST(-0.707106888294220) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1594 { FRAC_CONST(-0.669130504131317), FRAC_CONST(-0.743144869804382) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1595 { FRAC_CONST(-0.629320323467255), FRAC_CONST(-0.777145981788635) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1596 { FRAC_CONST(-0.587785065174103), FRAC_CONST(-0.809017121791840) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1597 { FRAC_CONST(-0.544639110565186), FRAC_CONST(-0.838670551776886) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1598 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1599 { FRAC_CONST(0.996917307376862), FRAC_CONST(0.078459098935127) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1600 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1601 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1602 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1603 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1604 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1605 { FRAC_CONST(0.852640151977539), FRAC_CONST(0.522498548030853) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1606 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1607 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1608 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1609 { FRAC_CONST(0.649448037147522), FRAC_CONST(0.760405957698822) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1610 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1611 { FRAC_CONST(0.522498488426209), FRAC_CONST(0.852640211582184) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1612 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1613 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1614 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1615 { FRAC_CONST(0.233445301651955), FRAC_CONST(0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1616 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1617 { FRAC_CONST(0.078459084033966), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1618 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1619 { FRAC_CONST(0.987688362598419), FRAC_CONST(0.156434476375580) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1620 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1621 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1622 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1623 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1624 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1625 { FRAC_CONST(0.453990519046783), FRAC_CONST(0.891006529331207) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1626 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1627 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1628 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1629 { FRAC_CONST(-0.156434446573257), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1630 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1631 { FRAC_CONST(-0.453990608453751), FRAC_CONST(0.891006469726563) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1632 { FRAC_CONST(-0.587785184383392), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1633 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1634 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1635 { FRAC_CONST(-0.891006588935852), FRAC_CONST(0.453990370035172) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1636 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1637 { FRAC_CONST(-0.987688362598419), FRAC_CONST(0.156434446573257) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1638 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1639 { FRAC_CONST(0.972369909286499), FRAC_CONST(0.233445376157761) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1640 { FRAC_CONST(0.891006529331207), FRAC_CONST(0.453990519046783) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1641 { FRAC_CONST(0.760405957698822), FRAC_CONST(0.649448096752167) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1642 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1643 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1644 { FRAC_CONST(0.156434372067451), FRAC_CONST(0.987688362598419) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1645 { FRAC_CONST(-0.078459173440933), FRAC_CONST(0.996917307376862) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1646 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1647 { FRAC_CONST(-0.522498667240143), FRAC_CONST(0.852640092372894) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1648 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1649 { FRAC_CONST(-0.852640211582184), FRAC_CONST(0.522498488426209) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1650 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1651 { FRAC_CONST(-0.996917366981506), FRAC_CONST(0.078459039330482) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1652 { FRAC_CONST(-0.987688302993774), FRAC_CONST(-0.156434610486031) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1653 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1654 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1655 { FRAC_CONST(-0.649447917938232), FRAC_CONST(-0.760406076908112) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1656 { FRAC_CONST(-0.453990221023560), FRAC_CONST(-0.891006648540497) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1657 { FRAC_CONST(-0.233445450663567), FRAC_CONST(-0.972369909286499) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1658 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1659 { FRAC_CONST(0.951056540012360), FRAC_CONST(0.309017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1660 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1661 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1662 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1663 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1664 { FRAC_CONST(0.809017002582550), FRAC_CONST(0.587785243988037) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1665 { FRAC_CONST(0.309016972780228), FRAC_CONST(0.951056540012360) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1666 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1667 { FRAC_CONST(-0.809017062187195), FRAC_CONST(0.587785184383392) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1668 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1669 { FRAC_CONST(0.587785243988037), FRAC_CONST(0.809017002582550) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1670 { FRAC_CONST(-0.309017032384872), FRAC_CONST(0.951056480407715) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1671 { FRAC_CONST(-0.951056599617004), FRAC_CONST(0.309016793966293) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1672 { FRAC_CONST(-0.809016942977905), FRAC_CONST(-0.587785363197327) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1673 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1674 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1675 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1676 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1677 { FRAC_CONST(0.309017121791840), FRAC_CONST(-0.951056480407715) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1678 };
12527
4a370c80fe5c update to the 2.0 release of faad, patch by adland
diego
parents: 10989
diff changeset
1679 #endif
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1680
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1681 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1682
18141
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1683 ALIGN static const complex_t cfft_tab_128[] =
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1684 {
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1685 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1686 { FRAC_CONST(0.998795449733734), FRAC_CONST(0.049067676067352) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1687 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1688 { FRAC_CONST(0.989176511764526), FRAC_CONST(0.146730467677116) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1689 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1690 { FRAC_CONST(0.970031261444092), FRAC_CONST(0.242980197072029) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1691 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1692 { FRAC_CONST(0.941544055938721), FRAC_CONST(0.336889863014221) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1693 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1694 { FRAC_CONST(0.903989315032959), FRAC_CONST(0.427555084228516) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1695 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1696 { FRAC_CONST(0.857728600502014), FRAC_CONST(0.514102756977081) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1697 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1698 { FRAC_CONST(0.803207516670227), FRAC_CONST(0.595699310302734) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1699 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1700 { FRAC_CONST(0.740951120853424), FRAC_CONST(0.671558976173401) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1701 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1702 { FRAC_CONST(0.671558916568756), FRAC_CONST(0.740951180458069) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1703 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1704 { FRAC_CONST(0.595699310302734), FRAC_CONST(0.803207516670227) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1705 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1706 { FRAC_CONST(0.514102697372437), FRAC_CONST(0.857728660106659) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1707 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1708 { FRAC_CONST(0.427555114030838), FRAC_CONST(0.903989315032959) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1709 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1710 { FRAC_CONST(0.336889833211899), FRAC_CONST(0.941544055938721) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1711 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1712 { FRAC_CONST(0.242980122566223), FRAC_CONST(0.970031261444092) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1713 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1714 { FRAC_CONST(0.146730497479439), FRAC_CONST(0.989176511764526) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1715 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1716 { FRAC_CONST(0.049067649990320), FRAC_CONST(0.998795449733734) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1717 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1718 { FRAC_CONST(-0.049067739397287), FRAC_CONST(0.998795449733734) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1719 { FRAC_CONST(-0.098017223179340), FRAC_CONST(0.995184719562531) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1720 { FRAC_CONST(-0.146730571985245), FRAC_CONST(0.989176511764526) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1721 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1722 { FRAC_CONST(-0.242980197072029), FRAC_CONST(0.970031261444092) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1723 { FRAC_CONST(-0.290284723043442), FRAC_CONST(0.956940293312073) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1724 { FRAC_CONST(-0.336889922618866), FRAC_CONST(0.941544055938721) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1725 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1726 { FRAC_CONST(-0.427555084228516), FRAC_CONST(0.903989315032959) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1727 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1728 { FRAC_CONST(-0.514102756977081), FRAC_CONST(0.857728600502014) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1729 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1730 { FRAC_CONST(-0.595699369907379), FRAC_CONST(0.803207516670227) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1731 { FRAC_CONST(-0.634393274784088), FRAC_CONST(0.773010492324829) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1732 { FRAC_CONST(-0.671559035778046), FRAC_CONST(0.740951061248779) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1733 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1734 { FRAC_CONST(-0.740951240062714), FRAC_CONST(0.671558856964111) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1735 { FRAC_CONST(-0.773010492324829), FRAC_CONST(0.634393274784088) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1736 { FRAC_CONST(-0.803207635879517), FRAC_CONST(0.595699131488800) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1737 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1738 { FRAC_CONST(-0.857728600502014), FRAC_CONST(0.514102756977081) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1739 { FRAC_CONST(-0.881921350955963), FRAC_CONST(0.471396625041962) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1740 { FRAC_CONST(-0.903989315032959), FRAC_CONST(0.427555054426193) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1741 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1742 { FRAC_CONST(-0.941544115543365), FRAC_CONST(0.336889803409576) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1743 { FRAC_CONST(-0.956940352916718), FRAC_CONST(0.290284723043442) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1744 { FRAC_CONST(-0.970031261444092), FRAC_CONST(0.242980077862740) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1745 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1746 { FRAC_CONST(-0.989176511764526), FRAC_CONST(0.146730333566666) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1747 { FRAC_CONST(-0.995184719562531), FRAC_CONST(0.098017096519470) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1748 { FRAC_CONST(-0.998795449733734), FRAC_CONST(0.049067486077547) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1749 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1750 { FRAC_CONST(0.995184719562531), FRAC_CONST(0.098017141222954) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1751 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1752 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1753 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1754 { FRAC_CONST(0.881921231746674), FRAC_CONST(0.471396744251251) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1755 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1756 { FRAC_CONST(0.773010432720184), FRAC_CONST(0.634393334388733) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1757 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1758 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1759 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1760 { FRAC_CONST(0.471396654844284), FRAC_CONST(0.881921291351318) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1761 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1762 { FRAC_CONST(0.290284633636475), FRAC_CONST(0.956940352916718) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1763 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1764 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1765 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1766 { FRAC_CONST(0.980785250663757), FRAC_CONST(0.195090323686600) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1767 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1768 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1769 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1770 { FRAC_CONST(0.555570185184479), FRAC_CONST(0.831469655036926) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1771 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1772 { FRAC_CONST(0.195090234279633), FRAC_CONST(0.980785310268402) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1773 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1774 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1775 { FRAC_CONST(-0.382683515548706), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1776 { FRAC_CONST(-0.555570363998413), FRAC_CONST(0.831469535827637) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1777 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1778 { FRAC_CONST(-0.831469655036926), FRAC_CONST(0.555570185184479) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1779 { FRAC_CONST(-0.923879623413086), FRAC_CONST(0.382683277130127) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1780 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1781 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1782 { FRAC_CONST(0.956940352916718), FRAC_CONST(0.290284663438797) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1783 { FRAC_CONST(0.831469595432281), FRAC_CONST(0.555570244789124) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1784 { FRAC_CONST(0.634393274784088), FRAC_CONST(0.773010432720184) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1785 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1786 { FRAC_CONST(0.098017133772373), FRAC_CONST(0.995184719562531) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1787 { FRAC_CONST(-0.195090323686600), FRAC_CONST(0.980785250663757) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1788 { FRAC_CONST(-0.471396833658218), FRAC_CONST(0.881921231746674) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1789 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1790 { FRAC_CONST(-0.881921231746674), FRAC_CONST(0.471396833658218) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1791 { FRAC_CONST(-0.980785310268402), FRAC_CONST(0.195090308785439) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1792 { FRAC_CONST(-0.995184719562531), FRAC_CONST(-0.098017267882824) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1793 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1794 { FRAC_CONST(-0.773010551929474), FRAC_CONST(-0.634393215179443) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1795 { FRAC_CONST(-0.555570006370544), FRAC_CONST(-0.831469774246216) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1796 { FRAC_CONST(-0.290284544229507), FRAC_CONST(-0.956940352916718) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1797 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1798 { FRAC_CONST(0.923879504203796), FRAC_CONST(0.382683455944061) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1799 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1800 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1801 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1802 { FRAC_CONST(0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1803 { FRAC_CONST(-0.000000043711388), FRAC_CONST(1.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1804 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1805 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1806 { FRAC_CONST(0.382683426141739), FRAC_CONST(0.923879504203796) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1807 { FRAC_CONST(-0.707106769084930), FRAC_CONST(0.707106769084930) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1808 { FRAC_CONST(-0.923879504203796), FRAC_CONST(-0.382683426141739) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1809 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1810 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1811 { FRAC_CONST(1.000000000000000), FRAC_CONST(0.000000000000000) },
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1812 { FRAC_CONST(0.000000011924881), FRAC_CONST(-1.000000000000000) }
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1813 };
59b6fa5b4201 Update to faad2 cvs 20040915+MPlayer fixes
rtognimp
parents: 14729
diff changeset
1814
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1815 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1816
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1817 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1818 }
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1819 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1820 #endif