Re: [FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2025-01-24 Thread Rémi Denis-Courmont
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

Re: [FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2025-01-18 Thread flow gg
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

Re: [FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2025-01-09 Thread flow gg
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 +

Re: [FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2025-01-07 Thread Rémi Denis-Courmont
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

Re: [FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2024-12-31 Thread flow gg
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

[FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2024-12-23 Thread uk7b-at-foxmail . com
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

Re: [FFmpeg-devel] [PATCH] Fix the tail handling in R-V V sad

2024-12-23 Thread flow gg
> 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