FFmpeg
Data Structures | Typedefs | Enumerations | Functions
avfft.h File Reference
FFT functions

FFT functions. More...

Go to the source code of this file.

Data Structures

struct   FFTComplex
 

Typedefs

typedef float  FFTSample
 

Enumerations

 
 

Functions

FFTContextav_fft_init (int nbits, int inverse)
  Set up a complex FFT.
 
  Do the permutation needed BEFORE calling ff_fft_calc().
 
  Do a complex FFT with the parameters defined in av_fft_init().
 
 
FFTContextav_mdct_init (int nbits, int inverse, double scale)
 
void  av_imdct_calc (FFTContext *s, FFTSample *output, const FFTSample *input)
 
void  av_imdct_half (FFTContext *s, FFTSample *output, const FFTSample *input)
 
void  av_mdct_calc (FFTContext *s, FFTSample *output, const FFTSample *input)
 
 
RDFTContextav_rdft_init (int nbits, enum RDFTransformType trans)
  Set up a real FFT.
 
 
 
  Set up DCT.
 
 
 

Detailed Description

FFT functions.

Definition in file avfft.h.


Generated on Sat Jan 25 2014 19:52:10 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /