Merged, thanks.
--
レミ・デニ-クールモン
http://www.remlab.net/
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubs
ping
于2024年12月23日周一 23:02写道:
> From: sunyuechi
>
> ---
> libavcodec/riscv/h26x/asm.S| 36 +-
> libavcodec/riscv/vvc/sad_rvv.S | 2 +-
> 2 files changed, 19 insertions(+), 19 deletions(-)
>
> diff --git a/libavcodec/riscv/h26x/asm.S b/libavcodec/riscv/h26x/a
It seems that v0 and v24 need to be set to 0, and they have already been
set.
Rémi Denis-Courmont 于2025年1月8日周三 02:23写道:
> Le maanantaina 23. joulukuuta 2024, 17.01.32 UTC+2 uk7b-at-
> foxmail@ffmpeg.org a écrit :
> > From: sunyuechi
> >
> > ---
> > libavcodec/riscv/h26x/asm.S| 36 +
Le maanantaina 23. joulukuuta 2024, 17.01.32 UTC+2 uk7b-at-
foxmail@ffmpeg.org a écrit :
> From: sunyuechi
>
> ---
> libavcodec/riscv/h26x/asm.S| 36 +-
> libavcodec/riscv/vvc/sad_rvv.S | 2 +-
> 2 files changed, 19 insertions(+), 19 deletions(-)
>
> dif
ping
于2024年12月23日周一 23:02写道:
> From: sunyuechi
>
> ---
> libavcodec/riscv/h26x/asm.S| 36 +-
> libavcodec/riscv/vvc/sad_rvv.S | 2 +-
> 2 files changed, 19 insertions(+), 19 deletions(-)
>
> diff --git a/libavcodec/riscv/h26x/asm.S b/libavcodec/riscv/h26x/a
From: sunyuechi
---
libavcodec/riscv/h26x/asm.S| 36 +-
libavcodec/riscv/vvc/sad_rvv.S | 2 +-
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/libavcodec/riscv/h26x/asm.S b/libavcodec/riscv/h26x/asm.S
index d99690d9a0..0c9ebbdaad 100644
--- a
> That makes zero sense. The logical multiplier does not accommodate larger
> vector lengths than 256 bits as things stand, and in the extreme, you can
> always have vector lengths to large that even the smallest valid
multiplier is
> "too" large.
Yes, I didn't consider vlen > 256. What do you thi