Re: [FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_epel h

2024-03-27 Thread flow gg
Alright, updated it in this reply Rémi Denis-Courmont 于2024年3月27日周三 16:18写道: > Hi, > > Le 27 mars 2024 04:37:02 GMT+02:00, flow gg a > écrit : > >Okay, changed to use const, updated at this GitHub link ( > >https://github.com/hleft/FFmpeg/tree/vp8vp9) > > OK, that might be easier for *me* to m

Re: [FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_epel h

2024-03-27 Thread Rémi Denis-Courmont
Hi, Le 27 mars 2024 04:37:02 GMT+02:00, flow gg a écrit : >Okay, changed to use const, updated at this GitHub link ( >https://github.com/hleft/FFmpeg/tree/vp8vp9) OK, that might be easier for *me* to merge but the rule here is to post via ML for code review by anybody. _

Re: [FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_epel h

2024-03-26 Thread flow gg
Okay, changed to use const, updated at this GitHub link ( https://github.com/hleft/FFmpeg/tree/vp8vp9) Rémi Denis-Courmont 于2024年3月27日周三 02:38写道: > Le perjantaina 22. maaliskuuta 2024, 8.01.00 EET flow gg a écrit : > > (This should be used after applying these 4 patches) > > > > ``` > > [FFmpeg-

Re: [FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_epel h

2024-03-26 Thread Rémi Denis-Courmont
Le perjantaina 22. maaliskuuta 2024, 8.01.00 EET flow gg a écrit : > (This should be used after applying these 4 patches) > > ``` > [FFmpeg-devel] [PATCH] lavc/vp8dsp: R-V V put_vp8_pixels > [FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_bilin_h > 1-3 > ``` In general, I am not sure that it is

[FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_epel h

2024-03-21 Thread flow gg
(This should be used after applying these 4 patches) ``` [FFmpeg-devel] [PATCH] lavc/vp8dsp: R-V V put_vp8_pixels [FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_bilin_h 1-3 ``` From 201274b32ef49fdeb6782498634ed78491a9519a Mon Sep 17 00:00:00 2001 From: sunyuechi Date: Sat, 9 Mar 2024 08:41:31