libavcodec/i386/fft_3dn.c File Reference

#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]


Function Documentation

void ff_fft_calc_3dn ( FFTContext s,
FFTComplex z 
)

Definition at line 30 of file fft_3dn.c.

Referenced by ff_fft_init().


Variable Documentation

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().


Generated on Thu Apr 2 07:15:41 2009 for ffmpeg by  doxygen 1.5.6