Libav
|
#include "libavcodec/fft.h"
Go to the source code of this file.
Functions | |
void | ff_fft_permute_sse (FFTContext *s, FFTComplex *z) |
void | ff_fft_calc_avx (FFTContext *s, FFTComplex *z) |
void | ff_fft_calc_sse (FFTContext *s, FFTComplex *z) |
void | ff_fft_calc_3dnow (FFTContext *s, FFTComplex *z) |
void | ff_fft_calc_3dnowext (FFTContext *s, FFTComplex *z) |
void ff_fft_permute_sse | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_x86().
void ff_fft_calc_avx | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_x86().
void ff_fft_calc_sse | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_x86().
void ff_fft_calc_3dnow | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_x86().
void ff_fft_calc_3dnowext | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_x86().