#include <stddef.h>
#include "rrCore.h"
#include "radaudio_mdct.h"
Go to the source code of this file.
|
| typedef U16 | radaudio_fft_impl::FFTIndex |
| |
| typedef size_t | radaudio_fft_impl::InitialPassesKernel(float *out, float const *in, size_t N, FftSign sign) |
| |
| typedef void | radaudio_fft_impl::CFftKernel(float *out, size_t step, size_t swiz_N, FftSign sign) |
| |
| typedef void | radaudio_fft_impl::ImdctPreFftKernel(float *dest, float const *coeffs, float const *tw_re, float const *tw_im, size_t N) |
| |
| typedef void | radaudio_fft_impl::ImdctPostFftKernel(float *signal0, float *signal1, float const *dft, float const *tw_re, float const *tw_im, size_t N) |
| |
◆ FftSign
| Enumerator |
|---|
| FftSign_Negative | |
| FftSign_Positive | |