FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mdct_fixed.c File Reference
#include "mdct_template.c"

Go to the source code of this file.

Macros

#define FFT_FLOAT   0
 
#define FFT_FIXED_32   0
 

Functions

void ff_mdct_calcw_c (FFTContext *s, FFTDouble *out, const FFTSample *input)
 

Macro Definition Documentation

#define FFT_FLOAT   0

Definition at line 19 of file mdct_fixed.c.

#define FFT_FIXED_32   0

Definition at line 20 of file mdct_fixed.c.

Function Documentation

void ff_mdct_calcw_c ( FFTContext s,
FFTDouble out,
const FFTSample input 
)

Definition at line 24 of file mdct_fixed.c.

Referenced by ff_fft_init().