Changeset 195 for libmpc/branches/r2d/libmpcpsy/fft4g.c
- Timestamp:
- 12/29/06 15:21:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcpsy/fft4g.c
r137 r195 26 26 static void makewt ( const int nw, int* ip, float* w ); 27 27 static 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 ); // 564833 // static __inline void cftmdl_3DNow ( const int n, const int l, float* a, float* w ); // 495428 static mpc_inline void bitrv2 ( const int n, int* ip, float* a ); // 29 static mpc_inline void cftfsub ( const int n, float* a, float* w ); // 30 static mpc_inline void rftfsub ( const int n, float* a, int nc, float* c ); // 31 static mpc_inline void cft1st ( const int n, float* a, float* w ); // 32 static 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 34 34 35 35 #if 0 … … 396 396 } 397 397 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 ); 400 400 401 401
Note: See TracChangeset
for help on using the changeset viewer.