Re: [FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-11 Thread Nuo Mi
> > > > > Yes. After we merge this, we will send out the mc x86 asm code for > review. > > It will share the same binary with HEVC. > > For SAO/Deblock, we will follow a similar approach, but it needs to be a > > little later than mc. > > For C code, we can share the binary as well, but it

Re: [FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-09 Thread Ronald S. Bultje
Hi, On Mon, Jan 8, 2024 at 10:05 PM Nuo Mi wrote: > On Tue, Jan 9, 2024 at 9:23 AM Ronald S. Bultje > wrote: > > > Hi, > > > > On Mon, Jan 8, 2024 at 8:03 PM Nuo Mi wrote: > > > > > On Sat, Jan 6, 2024 at 6:52 PM Nuo Mi wrote: > > > > > > > --- > > > > libavcodec/vvc/vvc_filter_template.c |

Re: [FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-08 Thread Nuo Mi
On Tue, Jan 9, 2024 at 9:23 AM Ronald S. Bultje wrote: > Hi, > > On Mon, Jan 8, 2024 at 8:03 PM Nuo Mi wrote: > > > On Sat, Jan 6, 2024 at 6:52 PM Nuo Mi wrote: > > > > > --- > > > libavcodec/vvc/vvc_filter_template.c | 82 +--- > > > 1 file changed, 3 insertions(+),

Re: [FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-08 Thread Ronald S. Bultje
Hi, On Mon, Jan 8, 2024 at 8:03 PM Nuo Mi wrote: > On Sat, Jan 6, 2024 at 6:52 PM Nuo Mi wrote: > > > --- > > libavcodec/vvc/vvc_filter_template.c | 82 +--- > > 1 file changed, 3 insertions(+), 79 deletions(-) > > > > diff --git a/libavcodec/vvc/vvc_filter_template.c

Re: [FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-08 Thread Nuo Mi
On Sat, Jan 6, 2024 at 6:52 PM Nuo Mi wrote: > --- > libavcodec/vvc/vvc_filter_template.c | 82 +--- > 1 file changed, 3 insertions(+), 79 deletions(-) > > diff --git a/libavcodec/vvc/vvc_filter_template.c > b/libavcodec/vvc/vvc_filter_template.c > index

[FFmpeg-devel] [PATCH v2 4/4] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-06 Thread Nuo Mi
--- libavcodec/vvc/vvc_filter_template.c | 82 +--- 1 file changed, 3 insertions(+), 79 deletions(-) diff --git a/libavcodec/vvc/vvc_filter_template.c b/libavcodec/vvc/vvc_filter_template.c index 9418980c33..671ed7de4e 100644 --- a/libavcodec/vvc/vvc_filter_template.c