#include "mdct.h"
#include "kiss_fft.h"
#include "_kiss_fft_guts.h"
#include <math.h>
#include "os_support.h"
#include "mathops.h"
#include "stack_alloc.h"
Go to the source code of this file.
|
void | clt_mdct_forward (const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar *OPUS_RESTRICT out, const opus_val16 *window, int overlap, int shift, int stride, int arch) |
|
void | clt_mdct_backward (const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar *OPUS_RESTRICT out, const opus_val16 *OPUS_RESTRICT window, int overlap, int shift, int stride, int arch) |
|
◆ OVERRIDE_clt_mdct_backward
#define OVERRIDE_clt_mdct_backward |
◆ OVERRIDE_clt_mdct_forward
#define OVERRIDE_clt_mdct_forward |
◆ clt_mdct_backward()
◆ clt_mdct_forward()