#include "libavutil/x86_cpu.h"#include "libavcodec/dsputil.h"#include "fft.h"Go to the source code of this file.
Defines | |
| #define | PSWAPD(s, d) "pswapd "#s","#d"\n" |
| #define | CMUL(j, mm0, mm1) |
Functions | |
| DECLARE_ALIGNED (8, static const int, m1m1)[2] | |
| void | ff_fft_dispatch_3dn2 (FFTComplex *z, int nbits) |
| void | ff_fft_dispatch_interleave_3dn2 (FFTComplex *z, int nbits) |
| void | ff_fft_calc_3dn2 (FFTContext *s, FFTComplex *z) |
| void | ff_imdct_half_3dn2 (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void | ff_imdct_calc_3dn2 (FFTContext *s, FFTSample *output, const FFTSample *input) |
| #define PSWAPD | ( | s, | |||
| d | ) | "pswapd "#s","#d"\n" |
Definition at line 39 of file fft_3dn2.c.
Referenced by ff_imdct_calc_3dn2(), and ff_imdct_half_3dn2().
| DECLARE_ALIGNED | ( | 8 | , | |
| static const | int, | |||
| m1m1 | ||||
| ) |
| void ff_fft_calc_3dn2 | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
| void ff_fft_dispatch_3dn2 | ( | FFTComplex * | z, | |
| int | nbits | |||
| ) |
Referenced by ff_imdct_half_3dn2().
| void ff_fft_dispatch_interleave_3dn2 | ( | FFTComplex * | z, | |
| int | nbits | |||
| ) |
Referenced by ff_fft_calc_3dn2().
| void ff_imdct_calc_3dn2 | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
| void ff_imdct_half_3dn2 | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Definition at line 56 of file fft_3dn2.c.
Referenced by ff_fft_init_mmx(), and ff_imdct_calc_3dn2().
1.5.8