mirror of
https://github.com/xiph/opus.git
synced 2025-06-06 23:40:50 +00:00

This involved adding kfft_single.[ch] that redefines kiss_fft a second time with a different prefix. All this is still a bit of a mess now. The mask had to be converted to 16-bit input, but we're still using floats to apply it.
13 lines
170 B
C
13 lines
170 B
C
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
|
|
#ifdef FIXED_POINT
|
|
|
|
#include "kfft_single.h"
|
|
|
|
#define SKIP_CONFIG_H
|
|
#include "kiss_fft.c"
|
|
#include "kiss_fftr.c"
|
|
|
|
#endif
|