FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/mlpdsp.h"
#include "libavcodec/mlp.h"
Go to the source code of this file.
Macros | |
#define | REMATRIX_CHANNEL_FUNC(opt) |
Functions | |
av_cold void | ff_mlpdsp_init_x86 (MLPDSPContext *c) |
#define REMATRIX_CHANNEL_FUNC | ( | opt | ) |
Definition at line 29 of file mlpdsp_init.c.
av_cold void ff_mlpdsp_init_x86 | ( | MLPDSPContext * | c | ) |
Definition at line 193 of file mlpdsp_init.c.
Referenced by ff_mlpdsp_init().