FFmpeg
|
#include "libavutil/mips/cpu.h"
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/mips/asmdefs.h"
#include "libavcodec/videodsp.h"
Go to the source code of this file.
Functions | |
static void | prefetch_mips (const uint8_t *mem, ptrdiff_t stride, int h) |
av_cold void | ff_videodsp_init_mips (VideoDSPContext *ctx, int bpc) |
|
static |
Definition at line 27 of file videodsp_init.c.
Referenced by ff_videodsp_init_mips().
av_cold void ff_videodsp_init_mips | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 45 of file videodsp_init.c.
Referenced by ff_videodsp_init().