#include "dsputil.h"
Go to the source code of this file.
Functions | |
void | ff_fft_calc_3dn2 (FFTContext *s, FFTComplex *z) |
void | ff_imdct_calc_3dn2 (MDCTContext *s, FFTSample *output, const FFTSample *input, FFTSample *tmp) |
Variables | |
static const int | p1m1 [2] |
static const int | m1p1 [2] |
void ff_fft_calc_3dn2 | ( | FFTContext * | s, | |
FFTComplex * | z | |||
) |
void ff_imdct_calc_3dn2 | ( | MDCTContext * | s, | |
FFTSample * | output, | |||
const FFTSample * | input, | |||
FFTSample * | tmp | |||
) |
const int m1p1[2] [static] |
const int p1m1[2] [static] |