FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/riscv/cpu.h"
#include "libavcodec/hevc/dsp.h"
#include "libavcodec/riscv/h26x/h2656dsp.h"
Go to the source code of this file.
Macros | |
#define | RVV_FNASSIGN(member, v, h, fn, ext) |
Functions | |
void | ff_hevc_dsp_init_riscv (HEVCDSPContext *c, const int bit_depth) |
Definition at line 30 of file hevcdsp_init.c.
void ff_hevc_dsp_init_riscv | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 37 of file hevcdsp_init.c.
Referenced by ff_hevc_dsp_init().