#include "libavutil/x86_cpu.h"
#include "libavcodec/dsputil.h"
#include "fft.h"
#include "config.h"
Go to the source code of this file.
Functions |
| DECLARE_ASM_CONST (16, unsigned int, ff_m1m1m1m1)[4] |
void | ff_fft_dispatch_sse (FFTComplex *z, int nbits) |
void | ff_fft_dispatch_interleave_sse (FFTComplex *z, int nbits) |
void | ff_fft_dispatch_interleave_avx (FFTComplex *z, int nbits) |
void | ff_fft_calc_avx (FFTContext *s, FFTComplex *z) |
void | ff_fft_calc_sse (FFTContext *s, FFTComplex *z) |
void | ff_fft_permute_sse (FFTContext *s, FFTComplex *z) |
void | ff_imdct_calc_sse (FFTContext *s, FFTSample *output, const FFTSample *input) |
Function Documentation
DECLARE_ASM_CONST |
( |
16 |
, |
|
|
unsigned |
int, |
|
|
ff_m1m1m1m1 |
| |
|
) |
| | |
void ff_fft_dispatch_interleave_avx |
( |
FFTComplex * |
z, |
|
|
int |
nbits | |
|
) |
| | |
void ff_fft_dispatch_interleave_sse |
( |
FFTComplex * |
z, |
|
|
int |
nbits | |
|
) |
| | |
void ff_fft_dispatch_sse |
( |
FFTComplex * |
z, |
|
|
int |
nbits | |
|
) |
| | |