FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/riscv/cpu.h"
#include "libavcodec/vvc/dsp.h"
Go to the source code of this file.
Macros | |
#define | bf(fn, bd, opt) fn##_##bd##_##opt |
#define | AVG_PROTOTYPES(bd, opt) |
Functions | |
void | ff_vvc_dsp_init_riscv (VVCDSPContext *const c, const int bd) |
#define AVG_PROTOTYPES | ( | bd, | |
opt | |||
) |
Definition at line 30 of file vvcdsp_init.c.
void ff_vvc_dsp_init_riscv | ( | VVCDSPContext *const | c, |
const int | bd | ||
) |
Definition at line 40 of file vvcdsp_init.c.
Referenced by ff_vvc_dsp_init().