~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to extern/fftw/rdft/codelets/r2hc/hf_4.c

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (c) 2003, 2006 Matteo Frigo
 
3
 * Copyright (c) 2003, 2006 Massachusetts Institute of Technology
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; either version 2 of the License, or
 
8
 * (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, write to the Free Software
 
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
18
 *
 
19
 */
 
20
 
 
21
/* This file was automatically generated --- DO NOT EDIT */
 
22
/* Generated on Sun Jul  2 15:50:11 EDT 2006 */
 
23
 
 
24
#include "codelet-rdft.h"
 
25
 
 
26
#ifdef HAVE_FMA
 
27
 
 
28
/* Generated by: ../../../genfft/gen_hc2hc -fma -reorder-insns -schedule-for-pipeline -compact -variables 4 -pipeline-latency 4 -n 4 -dit -name hf_4 -include hf.h */
 
29
 
 
30
/*
 
31
 * This function contains 22 FP additions, 12 FP multiplications,
 
32
 * (or, 16 additions, 6 multiplications, 6 fused multiply/add),
 
33
 * 31 stack variables, and 16 memory accesses
 
34
 */
 
35
/*
 
36
 * Generator Id's : 
 
37
 * $Id: algsimp.ml,v 1.9 2006-02-12 23:34:12 athena Exp $
 
38
 * $Id: fft.ml,v 1.4 2006-01-05 03:04:27 stevenj Exp $
 
39
 * $Id: gen_hc2hc.ml,v 1.16 2006-02-12 23:34:12 athena Exp $
 
40
 */
 
41
 
 
42
#include "hf.h"
 
43
 
 
44
static const R *hf_4(R *rio, R *iio, const R *W, stride ios, INT m, INT dist)
 
45
{
 
46
     INT i;
 
47
     for (i = m - 2; i > 0; i = i - 2, rio = rio + dist, iio = iio - dist, W = W + 6, MAKE_VOLATILE_STRIDE(ios)) {
 
48
          E Tq, Tk, Ty, Tw, T8, Tm, To, Te;
 
49
          {
 
50
               E T1, Tv, Ta, Td, Tu, T7, T9, Tc, Tn, Tb;
 
51
               {
 
52
                    E Tg, Tj, Tf, Ti;
 
53
                    T1 = rio[0];
 
54
                    Tg = rio[WS(ios, 3)];
 
55
                    Tj = iio[0];
 
56
                    Tf = W[4];
 
57
                    Ti = W[5];
 
58
                    Tv = iio[-WS(ios, 3)];
 
59
                    {
 
60
                         E T3, T6, T5, Tt, T4, T2, Tp, Th;
 
61
                         T3 = rio[WS(ios, 2)];
 
62
                         Tp = Tf * Tj;
 
63
                         Th = Tf * Tg;
 
64
                         T6 = iio[-WS(ios, 1)];
 
65
                         T2 = W[2];
 
66
                         Tq = FNMS(Ti, Tg, Tp);
 
67
                         Tk = FMA(Ti, Tj, Th);
 
68
                         T5 = W[3];
 
69
                         Tt = T2 * T6;
 
70
                         T4 = T2 * T3;
 
71
                         Ta = rio[WS(ios, 1)];
 
72
                         Td = iio[-WS(ios, 2)];
 
73
                         Tu = FNMS(T5, T3, Tt);
 
74
                         T7 = FMA(T5, T6, T4);
 
75
                         T9 = W[0];
 
76
                         Tc = W[1];
 
77
                    }
 
78
               }
 
79
               Ty = Tv - Tu;
 
80
               Tw = Tu + Tv;
 
81
               T8 = T1 + T7;
 
82
               Tm = T1 - T7;
 
83
               Tn = T9 * Td;
 
84
               Tb = T9 * Ta;
 
85
               To = FNMS(Tc, Ta, Tn);
 
86
               Te = FMA(Tc, Td, Tb);
 
87
          }
 
88
          {
 
89
               E Ts, Tr, Tl, Tx;
 
90
               Ts = To + Tq;
 
91
               Tr = To - Tq;
 
92
               Tl = Te + Tk;
 
93
               Tx = Tk - Te;
 
94
               rio[WS(ios, 1)] = Tm + Tr;
 
95
               iio[-WS(ios, 3)] = Tm - Tr;
 
96
               iio[0] = Ts + Tw;
 
97
               rio[WS(ios, 2)] = Ts - Tw;
 
98
               iio[-WS(ios, 1)] = Tx + Ty;
 
99
               rio[WS(ios, 3)] = Tx - Ty;
 
100
               rio[0] = T8 + Tl;
 
101
               iio[-WS(ios, 2)] = T8 - Tl;
 
102
          }
 
103
     }
 
104
     return W;
 
105
}
 
106
 
 
107
static const tw_instr twinstr[] = {
 
108
     {TW_FULL, 0, 4},
 
109
     {TW_NEXT, 1, 0}
 
110
};
 
111
 
 
112
static const hc2hc_desc desc = { 4, "hf_4", twinstr, &GENUS, {16, 6, 6, 0}, 0, 0, 0 };
 
113
 
 
114
void X(codelet_hf_4) (planner *p) {
 
115
     X(khc2hc_register) (p, hf_4, &desc);
 
116
}
 
117
#else                           /* HAVE_FMA */
 
118
 
 
119
/* Generated by: ../../../genfft/gen_hc2hc -compact -variables 4 -pipeline-latency 4 -n 4 -dit -name hf_4 -include hf.h */
 
120
 
 
121
/*
 
122
 * This function contains 22 FP additions, 12 FP multiplications,
 
123
 * (or, 16 additions, 6 multiplications, 6 fused multiply/add),
 
124
 * 13 stack variables, and 16 memory accesses
 
125
 */
 
126
/*
 
127
 * Generator Id's : 
 
128
 * $Id: algsimp.ml,v 1.9 2006-02-12 23:34:12 athena Exp $
 
129
 * $Id: fft.ml,v 1.4 2006-01-05 03:04:27 stevenj Exp $
 
130
 * $Id: gen_hc2hc.ml,v 1.16 2006-02-12 23:34:12 athena Exp $
 
131
 */
 
132
 
 
133
#include "hf.h"
 
134
 
 
135
static const R *hf_4(R *rio, R *iio, const R *W, stride ios, INT m, INT dist)
 
136
{
 
137
     INT i;
 
138
     for (i = m - 2; i > 0; i = i - 2, rio = rio + dist, iio = iio - dist, W = W + 6, MAKE_VOLATILE_STRIDE(ios)) {
 
139
          E T1, Th, Tl, Tp, T6, To, Tc, Tk;
 
140
          T1 = rio[0];
 
141
          {
 
142
               E Te, Tg, Td, Tf;
 
143
               Te = rio[WS(ios, 3)];
 
144
               Tg = iio[0];
 
145
               Td = W[4];
 
146
               Tf = W[5];
 
147
               Th = FMA(Td, Te, Tf * Tg);
 
148
               Tl = FNMS(Tf, Te, Td * Tg);
 
149
          }
 
150
          Tp = iio[-WS(ios, 3)];
 
151
          {
 
152
               E T3, T5, T2, T4;
 
153
               T3 = rio[WS(ios, 2)];
 
154
               T5 = iio[-WS(ios, 1)];
 
155
               T2 = W[2];
 
156
               T4 = W[3];
 
157
               T6 = FMA(T2, T3, T4 * T5);
 
158
               To = FNMS(T4, T3, T2 * T5);
 
159
          }
 
160
          {
 
161
               E T9, Tb, T8, Ta;
 
162
               T9 = rio[WS(ios, 1)];
 
163
               Tb = iio[-WS(ios, 2)];
 
164
               T8 = W[0];
 
165
               Ta = W[1];
 
166
               Tc = FMA(T8, T9, Ta * Tb);
 
167
               Tk = FNMS(Ta, T9, T8 * Tb);
 
168
          }
 
169
          {
 
170
               E T7, Ti, Tn, Tq;
 
171
               T7 = T1 + T6;
 
172
               Ti = Tc + Th;
 
173
               iio[-WS(ios, 2)] = T7 - Ti;
 
174
               rio[0] = T7 + Ti;
 
175
               Tn = Tk + Tl;
 
176
               Tq = To + Tp;
 
177
               rio[WS(ios, 2)] = Tn - Tq;
 
178
               iio[0] = Tn + Tq;
 
179
          }
 
180
          {
 
181
               E Tj, Tm, Tr, Ts;
 
182
               Tj = T1 - T6;
 
183
               Tm = Tk - Tl;
 
184
               iio[-WS(ios, 3)] = Tj - Tm;
 
185
               rio[WS(ios, 1)] = Tj + Tm;
 
186
               Tr = Th - Tc;
 
187
               Ts = Tp - To;
 
188
               rio[WS(ios, 3)] = Tr - Ts;
 
189
               iio[-WS(ios, 1)] = Tr + Ts;
 
190
          }
 
191
     }
 
192
     return W;
 
193
}
 
194
 
 
195
static const tw_instr twinstr[] = {
 
196
     {TW_FULL, 0, 4},
 
197
     {TW_NEXT, 1, 0}
 
198
};
 
199
 
 
200
static const hc2hc_desc desc = { 4, "hf_4", twinstr, &GENUS, {16, 6, 6, 0}, 0, 0, 0 };
 
201
 
 
202
void X(codelet_hf_4) (planner *p) {
 
203
     X(khc2hc_register) (p, hf_4, &desc);
 
204
}
 
205
#endif                          /* HAVE_FMA */