FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/arm/cpu.h"
#include "libavcodec/rdft.h"
Go to the source code of this file.
Functions | |
void | ff_rdft_calc_neon (struct RDFTContext *s, FFTSample *z) |
av_cold void | ff_rdft_init_arm (RDFTContext *s) |
void ff_rdft_calc_neon | ( | struct RDFTContext * | s, |
FFTSample * | z | ||
) |
Referenced by ff_rdft_init_arm().
av_cold void ff_rdft_init_arm | ( | RDFTContext * | s | ) |
Definition at line 27 of file rdft_init_arm.c.
Referenced by ff_rdft_init().