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

« back to all changes in this revision

Viewing changes to extern/fftw/rdft/codelets/hc2r/hc2rIII_2.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 16:39:23 EDT 2006 */
 
23
 
 
24
#include "codelet-rdft.h"
 
25
 
 
26
#ifdef HAVE_FMA
 
27
 
 
28
/* Generated by: ../../../genfft/gen_hc2r -fma -reorder-insns -schedule-for-pipeline -compact -variables 4 -pipeline-latency 4 -sign 1 -n 2 -name hc2rIII_2 -dft-III -include hc2rIII.h */
 
29
 
 
30
/*
 
31
 * This function contains 0 FP additions, 2 FP multiplications,
 
32
 * (or, 0 additions, 2 multiplications, 0 fused multiply/add),
 
33
 * 4 stack variables, and 4 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_hc2r.ml,v 1.19 2006-02-12 23:34:12 athena Exp $
 
40
 */
 
41
 
 
42
#include "hc2rIII.h"
 
43
 
 
44
static void hc2rIII_2(const R *ri, const R *ii, R *O, stride ris, stride iis, stride os, INT v, INT ivs, INT ovs)
 
45
{
 
46
     DK(KP2_000000000, +2.000000000000000000000000000000000000000000000);
 
47
     INT i;
 
48
     for (i = v; i > 0; i = i - 1, ri = ri + ivs, ii = ii + ivs, O = O + ovs, MAKE_VOLATILE_STRIDE(ris), MAKE_VOLATILE_STRIDE(iis), MAKE_VOLATILE_STRIDE(os)) {
 
49
          E T1, T2;
 
50
          T1 = ri[0];
 
51
          T2 = ii[0];
 
52
          O[0] = KP2_000000000 * T1;
 
53
          O[WS(os, 1)] = -(KP2_000000000 * T2);
 
54
     }
 
55
}
 
56
 
 
57
static const khc2r_desc desc = { 2, "hc2rIII_2", {0, 2, 0, 0}, &GENUS, 0, 0, 0, 0, 0 };
 
58
 
 
59
void X(codelet_hc2rIII_2) (planner *p) {
 
60
     X(khc2rIII_register) (p, hc2rIII_2, &desc);
 
61
}
 
62
 
 
63
#else                           /* HAVE_FMA */
 
64
 
 
65
/* Generated by: ../../../genfft/gen_hc2r -compact -variables 4 -pipeline-latency 4 -sign 1 -n 2 -name hc2rIII_2 -dft-III -include hc2rIII.h */
 
66
 
 
67
/*
 
68
 * This function contains 0 FP additions, 2 FP multiplications,
 
69
 * (or, 0 additions, 2 multiplications, 0 fused multiply/add),
 
70
 * 4 stack variables, and 4 memory accesses
 
71
 */
 
72
/*
 
73
 * Generator Id's : 
 
74
 * $Id: algsimp.ml,v 1.9 2006-02-12 23:34:12 athena Exp $
 
75
 * $Id: fft.ml,v 1.4 2006-01-05 03:04:27 stevenj Exp $
 
76
 * $Id: gen_hc2r.ml,v 1.19 2006-02-12 23:34:12 athena Exp $
 
77
 */
 
78
 
 
79
#include "hc2rIII.h"
 
80
 
 
81
static void hc2rIII_2(const R *ri, const R *ii, R *O, stride ris, stride iis, stride os, INT v, INT ivs, INT ovs)
 
82
{
 
83
     DK(KP2_000000000, +2.000000000000000000000000000000000000000000000);
 
84
     INT i;
 
85
     for (i = v; i > 0; i = i - 1, ri = ri + ivs, ii = ii + ivs, O = O + ovs, MAKE_VOLATILE_STRIDE(ris), MAKE_VOLATILE_STRIDE(iis), MAKE_VOLATILE_STRIDE(os)) {
 
86
          E T1, T2;
 
87
          T1 = ri[0];
 
88
          O[0] = KP2_000000000 * T1;
 
89
          T2 = ii[0];
 
90
          O[WS(os, 1)] = -(KP2_000000000 * T2);
 
91
     }
 
92
}
 
93
 
 
94
static const khc2r_desc desc = { 2, "hc2rIII_2", {0, 2, 0, 0}, &GENUS, 0, 0, 0, 0, 0 };
 
95
 
 
96
void X(codelet_hc2rIII_2) (planner *p) {
 
97
     X(khc2rIII_register) (p, hc2rIII_2, &desc);
 
98
}
 
99
 
 
100
#endif                          /* HAVE_FMA */