#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/mpegaudiodsp.h"
Go to the source code of this file.
Defines | |
#define | DECL(CPU) |
Functions | |
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_mmx (MPADSPContext *s) |
Variables | |
static float | mdct_win_sse [2][4][4 *40] |
#define DECL | ( | CPU | ) |
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 28 of file mpegaudiodec.c.
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_mpadsp_init_mmx | ( | MPADSPContext * | s | ) |
float mdct_win_sse[2][4][4 *40] [static] |
Definition at line 43 of file mpegaudiodec.c.