Re: [FFmpeg-devel] [PATCHv2 2/2] lavc/startcode: add R-V V startcode_find_candidate

2024-05-15 Thread Rémi Denis-Courmont
Le keskiviikkona 15. toukokuuta 2024, 20.33.04 EEST flow gg a écrit : > Is the test result missing here? fate-h264 and fate-vc1, yes. IMO, passing tests is implied and I don't think it worth mentioning. -- Rémi Denis-Courmont http://www.remlab.net/

Re: [FFmpeg-devel] [PATCHv2 2/2] lavc/startcode: add R-V V startcode_find_candidate

2024-05-15 Thread flow gg
Is the test result missing here? Rémi Denis-Courmont 于2024年5月16日周四 01:11写道: > --- > libavcodec/riscv/Makefile| 1 + > libavcodec/riscv/h264dsp_init.c | 5 > libavcodec/riscv/startcode_rvv.S | 44 > libavcodec/riscv/vc1dsp_init.c | 16 +++---

[FFmpeg-devel] [PATCHv2 2/2] lavc/startcode: add R-V V startcode_find_candidate

2024-05-15 Thread Rémi Denis-Courmont
--- libavcodec/riscv/Makefile| 1 + libavcodec/riscv/h264dsp_init.c | 5 libavcodec/riscv/startcode_rvv.S | 44 libavcodec/riscv/vc1dsp_init.c | 16 +++- 4 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 libavcodec/risc