FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/cavsdsp.h"
#include "libavcodec/idctdsp.h"
#include "constants.h"
#include "fpel.h"
#include "idctdsp.h"
#include "config.h"
Go to the source code of this file.
Macros | |
#define | DSPFUNC(PFX, IDX, NUM, EXT) |
Functions | |
static av_cold void | cavsdsp_init_mmx (CAVSDSPContext *c, AVCodecContext *avctx) |
av_cold void | ff_cavsdsp_init_x86 (CAVSDSPContext *c, AVCodecContext *avctx) |
#define DSPFUNC | ( | PFX, | |
IDX, | |||
NUM, | |||
EXT | |||
) |
Definition at line 529 of file cavsdsp.c.
Referenced by ff_cavsdsp_init_x86().
|
static |
Definition at line 513 of file cavsdsp.c.
Referenced by ff_cavsdsp_init_x86().
av_cold void ff_cavsdsp_init_x86 | ( | CAVSDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 564 of file cavsdsp.c.
Referenced by ff_cavsdsp_init().