FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fft_fixed_init_arm.c File Reference
#include "libavutil/arm/cpu.h"
#include "libavcodec/fft.h"

Go to the source code of this file.

Macros

#define FFT_FLOAT   0
 

Functions

void ff_fft_fixed_calc_neon (FFTContext *s, FFTComplex *z)
 
void ff_mdct_fixed_calc_neon (FFTContext *s, FFTSample *o, const FFTSample *i)
 
void ff_mdct_fixed_calcw_neon (FFTContext *s, FFTDouble *o, const FFTSample *i)
 
av_cold void ff_fft_fixed_init_arm (FFTContext *s)
 

Macro Definition Documentation

#define FFT_FLOAT   0

Definition at line 23 of file fft_fixed_init_arm.c.

Function Documentation

void ff_fft_fixed_calc_neon ( FFTContext s,
FFTComplex z 
)

Referenced by ff_fft_fixed_init_arm().

void ff_mdct_fixed_calc_neon ( FFTContext s,
FFTSample o,
const FFTSample i 
)

Referenced by ff_fft_fixed_init_arm().

void ff_mdct_fixed_calcw_neon ( FFTContext s,
FFTDouble o,
const FFTSample i 
)

Referenced by ff_fft_fixed_init_arm().

av_cold void ff_fft_fixed_init_arm ( FFTContext s)

Definition at line 30 of file fft_fixed_init_arm.c.

Referenced by ff_fft_init().