#include "libavcodec/fft.h"Go to the source code of this file.
| void ff_fft_calc_3dnow | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_fft_calc_3dnowext | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_fft_calc_avx | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_fft_calc_sse | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_fft_permute_sse | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_calc_3dnow | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_calc_3dnowext | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_calc_sse | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_half_3dnow | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_half_3dnowext | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_half_avx | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
| void ff_imdct_half_sse | ( | FFTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input | |||
| ) |
Referenced by ff_fft_init_mmx().
1.5.8