| 
    FFmpeg
    
   | 
 
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavcodec/lossless_videoencdsp.h"Go to the source code of this file.
Functions | |
| void | ff_llvidenc_diff_bytes_rvv (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) | 
| av_cold void | ff_llvidencdsp_init_riscv (LLVidEncDSPContext *c) | 
| void ff_llvidenc_diff_bytes_rvv | ( | uint8_t * | dst, | 
| const uint8_t * | src1, | ||
| const uint8_t * | src2, | ||
| intptr_t | w | ||
| ) | 
Referenced by ff_llvidencdsp_init_riscv().
| av_cold void ff_llvidencdsp_init_riscv | ( | LLVidEncDSPContext * | c | ) | 
Definition at line 30 of file llvidencdsp_init.c.
Referenced by ff_llvidencdsp_init().
 1.8.17