|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/riscv/cpu.h"#include "libavcodec/vvc/dsp.h"#include "libavcodec/vvc/dec.h"#include "libavcodec/riscv/h26x/h2656dsp.h"Go to the source code of this file.
Macros | |
| #define | bf(fn, bd, opt) |
| #define | AVG_PROTOTYPES(bd, opt) |
| #define | DMVR_PROTOTYPES(bd, opt) |
| #define | DMVR_INIT(bd, opt) |
| #define | PUT_PIXELS_PROTOTYPES2(bd, opt) |
| #define | PEL_FUNC(dst, C, idx1, idx2, a) |
| #define | FUNCS(C, opt) |
Functions | |
| int | ff_vvc_sad_rvv_128 (const int16_t *src0, const int16_t *src1, int dx, int dy, int block_w, int block_h) |
| int | ff_vvc_sad_rvv_256 (const int16_t *src0, const int16_t *src1, int dx, int dy, int block_w, int block_h) |
| void | ff_vvc_dsp_init_riscv (VVCDSPContext *const c, const int bd) |
| #define bf | ( | fn, | |
| bd, | |||
| opt ) |
Definition at line 30 of file dsp_init.c.
Referenced by ff_vvc_inv_dct2_64(), filter_frame(), init(), and init_fps().
| #define AVG_PROTOTYPES | ( | bd, | |
| opt ) |
Definition at line 32 of file dsp_init.c.
| #define DMVR_PROTOTYPES | ( | bd, | |
| opt ) |
Definition at line 42 of file dsp_init.c.
| #define DMVR_INIT | ( | bd, | |
| opt ) |
Definition at line 55 of file dsp_init.c.
Referenced by ff_vvc_dsp_init_riscv(), and ff_vvc_dsp_init_x86().
| #define PUT_PIXELS_PROTOTYPES2 | ( | bd, | |
| opt ) |
Definition at line 65 of file dsp_init.c.
Definition at line 73 of file dsp_init.c.
| #define FUNCS | ( | C, | |
| opt ) |
Definition at line 79 of file dsp_init.c.
Referenced by ff_vvc_dsp_init_riscv().
| int ff_vvc_sad_rvv_128 | ( | const int16_t * | src0, |
| const int16_t * | src1, | ||
| int | dx, | ||
| int | dy, | ||
| int | block_w, | ||
| int | block_h ) |
Referenced by ff_vvc_dsp_init_riscv().
| int ff_vvc_sad_rvv_256 | ( | const int16_t * | src0, |
| const int16_t * | src1, | ||
| int | dx, | ||
| int | dy, | ||
| int | block_w, | ||
| int | block_h ) |
Referenced by ff_vvc_dsp_init_riscv().
| void ff_vvc_dsp_init_riscv | ( | VVCDSPContext *const | c, |
| const int | bd ) |
Definition at line 82 of file dsp_init.c.
Referenced by ff_vvc_dsp_init().