FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavcodec/svq1encdsp.h"
Go to the source code of this file.
Functions | |
int | ff_ssd_int8_vs_int16_rvv (const int8_t *pix1, const int16_t *pix2, intptr_t size) |
av_cold void | ff_svq1enc_init_riscv (SVQ1EncDSPContext *c) |
int ff_ssd_int8_vs_int16_rvv | ( | const int8_t * | pix1, |
const int16_t * | pix2, | ||
intptr_t | size | ||
) |
Referenced by ff_svq1enc_init_riscv().
av_cold void ff_svq1enc_init_riscv | ( | SVQ1EncDSPContext * | c | ) |
Definition at line 30 of file svqenc_init.c.
Referenced by ff_svq1enc_init().