FFmpeg
|
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/dct.h"
#include "fft.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_fft_init_x86 (FFTContext *s) |
av_cold void ff_fft_init_x86 | ( | FFTContext * | s | ) |
Definition at line 24 of file fft_init.c.
Referenced by ff_fft_init().