FFmpeg
|
x86/fft.h File Reference
#include "libavcodec/fft.h"
Include dependency graph for x86/fft.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
Referenced by ff_fft_init_x86().
Referenced by ff_fft_init_x86().
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().
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_permute_sse | ( | FFTContext * | s, |
FFTComplex * | z | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_calc_3dnow | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_calc_3dnowext | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_calc_sse | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_half_3dnow | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_half_3dnowext | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_half_avx | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
void ff_imdct_half_sse | ( | FFTContext * | s, |
FFTSample * | output, | ||
const FFTSample * | input | ||
) |
Referenced by ff_fft_init_x86().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11