~ubuntu-branches/ubuntu/maverick/libmpc/maverick

« back to all changes in this revision

Viewing changes to libmpcpsy/ans.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-20 20:08:39 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20091020200839-sr97yyqrmahl62a4
Tags: upstream-0.1~r453
Import upstream version 0.1~r453

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *  so that a utilization beyond Subframe/Frame Borders is even possible.
29
29
 */
30
30
 
 
31
#include <string.h>
 
32
 
31
33
#include "libmpcpsy.h"
32
34
#include <mpc/mpcmath.h>
33
35
 
34
 
#include <math.h>
35
 
#include <string.h>
36
 
 
37
36
 
38
37
static float  InvFourier [MAX_NS_ORDER + 1] [16];
39
38
static float  Cos_Tab    [16] [MAX_NS_ORDER + 1];