Go to the source code of this file.
Functions |
void | ff_imdct36_float_sse (float *out, float *buf, float *in, float *win) |
void | ff_imdct36_float_sse2 (float *out, float *buf, float *in, float *win) |
void | ff_imdct36_float_sse3 (float *out, float *buf, float *in, float *win) |
void | ff_imdct36_float_ssse3 (float *out, float *buf, float *in, float *win) |
void | ff_imdct36_float_avx (float *out, float *buf, float *in, float *win) |
void | ff_four_imdct36_float_sse (float *out, float *buf, float *in, float *win, float *tmpbuf) |
void | ff_four_imdct36_float_avx (float *out, float *buf, float *in, float *win, float *tmpbuf) |
av_cold void | ff_mpadsp_init_x86 (MPADSPContext *s) |
Function Documentation
void ff_imdct36_float_sse |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win |
|
) |
| |
void ff_imdct36_float_sse2 |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win |
|
) |
| |
void ff_imdct36_float_sse3 |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win |
|
) |
| |
void ff_imdct36_float_ssse3 |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win |
|
) |
| |
void ff_imdct36_float_avx |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win |
|
) |
| |
void ff_four_imdct36_float_sse |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win, |
|
|
float * |
tmpbuf |
|
) |
| |
void ff_four_imdct36_float_avx |
( |
float * |
out, |
|
|
float * |
buf, |
|
|
float * |
in, |
|
|
float * |
win, |
|
|
float * |
tmpbuf |
|
) |
| |
Variable Documentation
float mdct_win_sse[2][4][4 *40] |
|
static |