|
FFmpeg
|
Go to the source code of this file.
Functions | |
| void | ff_fft_permute_neon (FFTContext *s, FFTComplex *z) |
| void | ff_fft_calc_neon (FFTContext *s, FFTComplex *z) |
| 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) |
| av_cold void | ff_fft_init_aarch64 (FFTContext *s) |
| void ff_fft_permute_neon | ( | FFTContext * | s, |
| FFTComplex * | z | ||
| ) |
Referenced by ff_fft_init_aarch64().
| void ff_fft_calc_neon | ( | FFTContext * | s, |
| FFTComplex * | z | ||
| ) |
Referenced by ff_fft_init_aarch64().
| void ff_imdct_calc_neon | ( | FFTContext * | s, |
| FFTSample * | output, | ||
| const FFTSample * | input | ||
| ) |
Referenced by ff_fft_init_aarch64().
| void ff_imdct_half_neon | ( | FFTContext * | s, |
| FFTSample * | output, | ||
| const FFTSample * | input | ||
| ) |
Referenced by ff_fft_init_aarch64().
| void ff_mdct_calc_neon | ( | FFTContext * | s, |
| FFTSample * | output, | ||
| const FFTSample * | input | ||
| ) |
Referenced by ff_fft_init_aarch64().
| av_cold void ff_fft_init_aarch64 | ( | FFTContext * | s | ) |
Definition at line 33 of file fft_init_aarch64.c.
Referenced by ff_fft_init().
1.8.6