Libav
|
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/ppc/cpu.h"
#include "libavcodec/fft.h"
Go to the source code of this file.
Functions | |
void | ff_fft_calc_interleave_altivec (FFTContext *s, FFTComplex *z) |
av_cold void | ff_fft_init_ppc (FFTContext *s) |
void ff_fft_calc_interleave_altivec | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_ppc().
av_cold void ff_fft_init_ppc | ( | FFTContext * | s | ) |
Definition at line 28 of file fft_init.c.
Referenced by ff_fft_init().