diff options
Diffstat (limited to 'src/libfaad/cfft.h')
-rw-r--r-- | src/libfaad/cfft.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/libfaad/cfft.h b/src/libfaad/cfft.h index c3d860e71..4b2d9f544 100644 --- a/src/libfaad/cfft.h +++ b/src/libfaad/cfft.h @@ -16,7 +16,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: cfft.h,v 1.3 2002/12/16 18:59:55 miguelfreitas Exp $ +** $Id: cfft.h,v 1.4 2003/04/12 14:58:46 miguelfreitas Exp $ **/ #ifndef __CFFT_H__ @@ -33,18 +33,7 @@ cfft_info *cffti(uint16_t n); void cfftu(cfft_info *cfft); -static void passf2(uint16_t ido, uint16_t l1, complex_t *cc, complex_t *ch, - complex_t *wa, int8_t isign); -static void passf3(uint16_t ido, uint16_t l1, complex_t *cc, complex_t *ch, - complex_t *wa1, complex_t *wa2, int8_t isign); -static void passf4(uint16_t ido, uint16_t l1, complex_t *cc, complex_t *ch, - complex_t *wa1, complex_t *wa2, complex_t *wa3, int8_t isign); -static void passf5(uint16_t ido, uint16_t l1, complex_t *cc, complex_t *ch, - complex_t *wa1, complex_t *wa2, complex_t *wa3, complex_t *wa4, - int8_t isign); -INLINE void cfftf1(uint16_t n, complex_t *c, complex_t *ch, - uint16_t *ifac, complex_t *wa, int8_t isign); -static void cffti1(uint16_t n, complex_t *wa, uint16_t *ifac); +/* static declarations moved to avoid compiler warnings [MF] */ #ifdef __cplusplus |