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

Go to the source code of this file.

Functions

void ff_fft_calc_vfp (FFTContext *s, FFTComplex *z)
 
void ff_fft_permute_neon (FFTContext *s, FFTComplex *z)
 
void ff_fft_calc_neon (FFTContext *s, FFTComplex *z)
 
void ff_imdct_half_vfp (FFTContext *s, FFTSample *output, const FFTSample *input)
 
void ff_imdct_calc_neon (FFTContext *s, FFTSample *output, const FFTSample *input)
 
void ff_imdct_half_neon (FFTContext *s, FFTSample *output, const FFTSample *input)
 
void ff_mdct_calc_neon (FFTContext *s, FFTSample *output, const FFTSample *input)
 
void ff_rdft_calc_neon (struct RDFTContext *s, FFTSample *z)
 
av_cold void ff_fft_init_arm (FFTContext *s)
 

Function Documentation

void ff_fft_calc_vfp ( FFTContext s,
FFTComplex z 
)

Referenced by ff_fft_init_arm().

void ff_fft_permute_neon ( FFTContext s,
FFTComplex z 
)

Referenced by ff_fft_init_arm().

void ff_fft_calc_neon ( FFTContext s,
FFTComplex z 
)

Referenced by ff_fft_init_arm().

void ff_imdct_half_vfp ( FFTContext s,
FFTSample output,
const FFTSample input 
)

Referenced by ff_fft_init_arm().

void ff_imdct_calc_neon ( FFTContext s,
FFTSample output,
const FFTSample input 
)

Referenced by ff_fft_init_arm().

void ff_imdct_half_neon ( FFTContext s,
FFTSample output,
const FFTSample input 
)

Referenced by ff_fft_init_arm().

void ff_mdct_calc_neon ( FFTContext s,
FFTSample output,
const FFTSample input 
)

Referenced by ff_fft_init_arm().

void ff_rdft_calc_neon ( struct RDFTContext s,
FFTSample z 
)
av_cold void ff_fft_init_arm ( FFTContext s)

Definition at line 39 of file fft_init_arm.c.

Referenced by ff_fft_init().