#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_sse (FFTContext *s, FFTComplex *z) |
| void | ff_fft_calc_3dn (FFTContext *s, FFTComplex *z) |
| void | ff_fft_calc_3dn2 (FFTContext *s, FFTComplex *z) |
| void | ff_imdct_calc_3dn (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void | ff_imdct_half_3dn (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void | ff_imdct_calc_3dn2 (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void | ff_imdct_half_3dn2 (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void | ff_imdct_calc_sse (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void | ff_imdct_half_sse (FFTContext *s, FFTSample *output, const FFTSample *input) |
| void ff_fft_calc_3dn | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
| void ff_fft_calc_3dn2 | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
Definition at line 45 of file fft_3dn2.c.
| void ff_fft_calc_sse | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
| void ff_fft_permute_sse | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
| void ff_imdct_calc_3dn | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
| void ff_imdct_calc_3dn2 | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Definition at line 147 of file fft_3dn2.c.
| void ff_imdct_calc_sse | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
| void ff_imdct_half_3dn | ( | 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_imdct_calc_3dn2().
| void ff_imdct_half_sse | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Definition at line 74 of file fft_sse.c.
Referenced by ff_imdct_calc_sse().
1.7.1