FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/videodsp.h"
Go to the source code of this file.
Functions | |
void | ff_prefetch_aarch64 (uint8_t *mem, ptrdiff_t stride, int h) |
av_cold void | ff_videodsp_init_aarch64 (VideoDSPContext *ctx, int bpc) |
Referenced by ff_videodsp_init_aarch64().
av_cold void ff_videodsp_init_aarch64 | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 26 of file videodsp_init.c.
Referenced by ff_videodsp_init().