Ignore:
Timestamp:
12/29/06 15:21:35 (17 years ago)
Author:
r2d
Message:
  • moved libmpcdec includes in /mpc
  • removed mppdec.h and mpp.h
  • mpcenc defines cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcpsy/fft4g.c

    r137 r195  
    2626static          void  makewt       ( const int nw, int* ip, float* w );
    2727static          void  makect       ( const int nc, int* ip, float* c );
    28 static __inline void  bitrv2       ( const int n, int* ip, float* a );                   //
    29 static __inline void  cftfsub      ( const int n, float* a, float* w );                  //
    30 static __inline void  rftfsub      ( const int n, float* a, int nc, float* c );          //
    31 static __inline void  cft1st       ( const int n, float* a, float* w );                  //
    32 static __inline void  cftmdl_i386  ( const int n, const int l, float* a, float* w );     // 5648
    33 // static __inline void  cftmdl_3DNow ( const int n, const int l, float* a, float* w );     // 4954
     28static mpc_inline void  bitrv2       ( const int n, int* ip, float* a );                   //
     29static mpc_inline void  cftfsub      ( const int n, float* a, float* w );                  //
     30static mpc_inline void  rftfsub      ( const int n, float* a, int nc, float* c );          //
     31static mpc_inline void  cft1st       ( const int n, float* a, float* w );                  //
     32static mpc_inline void  cftmdl_i386  ( const int n, const int l, float* a, float* w );     // 5648
     33// static mpc_inline void  cftmdl_3DNow ( const int n, const int l, float* a, float* w );     // 4954
    3434
    3535#if 0
     
    396396}
    397397
    398 // extern void Cdecl cftmdl_3DNow_1 ( const int n, const int l, float* a, float* w );
    399 // extern void Cdecl cftmdl_3DNow_2 ( const int n, const int l, float* a, float* w );
     398// extern void mpc_cdecl cftmdl_3DNow_1 ( const int n, const int l, float* a, float* w );
     399// extern void mpc_cdecl cftmdl_3DNow_2 ( const int n, const int l, float* a, float* w );
    400400
    401401
Note: See TracChangeset for help on using the changeset viewer.