Go to the source code of this file.
Value:static void imdct36_blocks_ ## CPU(
float *
out,
float *
buf,
float *
in,
int count,
int switch_point,
int block_type);\
void ff_imdct36_float_ ## CPU(
float *
out,
float *
buf,
float *
in,
float *win);
Definition at line 29 of file mpegaudiodsp.c.
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 |
|
) |
| |
float mdct_win_sse[2][4][4 *40] |
|
static |