mpegaudiodec.c File Reference

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)
 
void ff_mpadsp_init_x86 (MPADSPContext *s)
 

Variables

static float mdct_win_sse [2][4][4 *40]
 

Function Documentation

void ff_four_imdct36_float_avx ( float *  out,
float *  buf,
float *  in,
float *  win,
float *  tmpbuf 
)
void ff_four_imdct36_float_sse ( float *  out,
float *  buf,
float *  in,
float *  win,
float *  tmpbuf 
)
void ff_imdct36_float_avx ( float *  out,
float *  buf,
float *  in,
float *  win 
)
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_mpadsp_init_x86 ( MPADSPContext s)

Definition at line 226 of file mpegaudiodec.c.

Referenced by ff_mpadsp_init().

Variable Documentation

float mdct_win_sse[2][4][4 *40]
static

Definition at line 38 of file mpegaudiodec.c.

Referenced by ff_mpadsp_init_x86().