FFmpeg
|
Go to the source code of this file.
Macros | |
#define | CONFIG_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) |
#define CONFIG_FFT_FLOAT 0 |
Definition at line 23 of file fft_fixed_init_arm.c.
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().