[FFmpeg-devel] [PATCH 2/5] lavc/riscv: Move VVC macro to h26x
From: sunyuechi --- libavcodec/riscv/h26x/asm.S | 127 ++ libavcodec/riscv/vvc/vvc_mc_rvv.S | 109 + 2 files changed, 128 insertions(+), 108 deletions(-) create mode 100644 libavcodec/riscv/h26x/asm.S diff --git a/libavcodec/riscv/h26x/
[FFmpeg-devel] [PATCH 2/5] lavc/riscv: Move VVC macro to h26x
From: sunyuechi --- libavcodec/riscv/h26x/asm.S | 127 ++ libavcodec/riscv/vvc/vvc_mc_rvv.S | 109 + 2 files changed, 128 insertions(+), 108 deletions(-) create mode 100644 libavcodec/riscv/h26x/asm.S diff --git a/libavcodec/riscv/h26x/