Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: remove vvc prefix for x86 and riscv

2024-12-21 Thread Nuo Mi
On Sat, Dec 21, 2024 at 2:06 PM flow gg wrote: > Hi, other RISC-V assembly file names usually include the extensions being > used, such as rvv, rvb, etc. > How about naming them mc_rvv.S and sad_rvv.S? > Thank you for the comment. Fixed by v2 > > Nuo Mi 于2024年12月17日周二 11:59写道: > > > --- > > li

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: remove vvc prefix for x86 and riscv

2024-12-20 Thread flow gg
Hi, other RISC-V assembly file names usually include the extensions being used, such as rvv, rvb, etc. How about naming them mc_rvv.S and sad_rvv.S? Nuo Mi 于2024年12月17日周二 11:59写道: > --- > libavcodec/riscv/vvc/Makefile | 6 +++--- > libavcodec/riscv/vvc/{vvcdsp_init.c => ds

[FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: remove vvc prefix for x86 and riscv

2024-12-16 Thread Nuo Mi
--- libavcodec/riscv/vvc/Makefile | 6 +++--- libavcodec/riscv/vvc/{vvcdsp_init.c => dsp_init.c} | 0 libavcodec/riscv/vvc/{vvc_mc_rvv.S => mc.S}| 0 libavcodec/riscv/vvc/{vvc_sad_rvv.S => sad.S} | 0 libavcodec/x86/vvc/Makefile| 12 +++