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

« back to all changes in this revision

Viewing changes to extern/fftw/genfft/trig.mli

  • 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) 1997-1999 Massachusetts Institute of Technology
 
3
 * Copyright (c) 2003, 2006 Matteo Frigo
 
4
 * Copyright (c) 2003, 2006 Massachusetts Institute of Technology
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
19
 *
 
20
 *)
 
21
(* $Id: trig.mli,v 1.4 2006-01-05 03:04:27 stevenj Exp $ *)
 
22
 
 
23
val rdft : int -> int -> Complex.signal -> Complex.signal
 
24
val hdft : int -> int -> Complex.signal -> Complex.signal
 
25
val dft_via_rdft : int -> int -> Complex.signal -> Complex.signal
 
26
val dht : int -> int -> Complex.signal -> Complex.signal
 
27
 
 
28
val dctI : int -> Complex.signal -> Complex.signal
 
29
val dctII : int -> Complex.signal -> Complex.signal
 
30
val dctIII : int -> Complex.signal -> Complex.signal
 
31
val dctIV : int -> Complex.signal -> Complex.signal
 
32
 
 
33
val dstI : int -> Complex.signal -> Complex.signal
 
34
val dstII : int -> Complex.signal -> Complex.signal
 
35
val dstIII : int -> Complex.signal -> Complex.signal
 
36
val dstIV : int -> Complex.signal -> Complex.signal