Go to the source code of this file.
Functions | |
| static const int p1p1p1m1[4] | __attribute__ ((aligned(16))) |
| static void | print_v4sf (const char *str, __m128 a) |
| void | ff_fft_calc_sse (FFTContext *s, FFTComplex *z) |
| void | ff_imdct_calc_sse (MDCTContext *s, FFTSample *output, const FFTSample *input, FFTSample *tmp) |
| static const int p1p1p1m1 [4] __attribute__ | ( | (aligned(16)) | ) | [static] |
| static void print_v4sf | ( | const char * | str, | |
| __m128 | a | |||
| ) | [static] |
| void ff_fft_calc_sse | ( | FFTContext * | s, | |
| FFTComplex * | z | |||
| ) |
| void ff_imdct_calc_sse | ( | MDCTContext * | s, | |
| FFTSample * | output, | |||
| const FFTSample * | input, | |||
| FFTSample * | tmp | |||
| ) |
1.5.5