FFTContext Struct Reference

#include <dsputil.h>


Data Fields

int nbits
int inverse
uint16_t * revtab
FFTComplexexptab
FFTComplexexptab1
void(* fft_calc )(struct FFTContext *s, FFTComplex *z)
void(* imdct_calc )(struct MDCTContext *s, FFTSample *output, const FFTSample *input, FFTSample *tmp)


Detailed Description

Definition at line 612 of file dsputil.h.


Field Documentation

uint16_t* FFTContext::revtab

Definition at line 616 of file dsputil.h.

Referenced by ff_fft_calc_c(), ff_fft_end(), and ff_fft_init().

void(* FFTContext::fft_calc)(struct FFTContext *s, FFTComplex *z)

Referenced by ff_fft_calc(), and ff_fft_init().

void(* FFTContext::imdct_calc)(struct MDCTContext *s, FFTSample *output, const FFTSample *input, FFTSample *tmp)


The documentation for this struct was generated from the following file:

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