#include "dsputil.h"
Go to the source code of this file.
Functions | |
void | ff_fft_calc_3dn (FFTContext *s, FFTComplex *z) |
Variables | |
static const int | p1m1 [2] |
static const int | m1p1 [2] |
void ff_fft_calc_3dn | ( | FFTContext * | s, | |
FFTComplex * | z | |||
) |
const int m1p1[2] [static] |
Initial value:
{ 1 << 31, 0 }
Definition at line 27 of file fft_3dn.c.
Referenced by ff_fft_calc_3dn(), and ff_fft_calc_3dn2().
const int p1m1[2] [static] |
Initial value:
{ 0, 1 << 31 }
Definition at line 24 of file fft_3dn.c.
Referenced by ff_fft_calc_3dn(), and ff_fft_calc_3dn2().