Re: [FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical

2023-07-11 Thread Michael Niedermayer
On Mon, Jul 10, 2023 at 06:04:06PM +0300, Rémi Denis-Courmont wrote: > Le sunnuntaina 9. heinäkuuta 2023, 0.41.35 EEST Michael Niedermayer a écrit : > > On Fri, Jul 07, 2023 at 10:05:39PM +0800, Nuo Mi wrote: > > > This is the main entry point for the CTU (Coding Tree Unit) decoder. > > > The code

Re: [FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical

2023-07-10 Thread Rémi Denis-Courmont
Le sunnuntaina 9. heinäkuuta 2023, 0.41.35 EEST Michael Niedermayer a écrit : > On Fri, Jul 07, 2023 at 10:05:39PM +0800, Nuo Mi wrote: > > This is the main entry point for the CTU (Coding Tree Unit) decoder. > > The code will divide the CTU decoder into several stages. > > It will check the stage

Re: [FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical

2023-07-10 Thread Nuo Mi
On Sun, Jul 9, 2023 at 9:03 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Michael Niedermayer: > > On Fri, Jul 07, 2023 at 10:05:39PM +0800, Nuo Mi wrote: > >> This is the main entry point for the CTU (Coding Tree Unit) decoder. > >> The code will divide the CTU decoder into sev

Re: [FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical

2023-07-08 Thread Andreas Rheinhardt
Michael Niedermayer: > On Fri, Jul 07, 2023 at 10:05:39PM +0800, Nuo Mi wrote: >> This is the main entry point for the CTU (Coding Tree Unit) decoder. >> The code will divide the CTU decoder into several stages. >> It will check the stage dependencies and run the stage decoder. >> --- >> libavcode

Re: [FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical

2023-07-08 Thread Michael Niedermayer
On Fri, Jul 07, 2023 at 10:05:39PM +0800, Nuo Mi wrote: > This is the main entry point for the CTU (Coding Tree Unit) decoder. > The code will divide the CTU decoder into several stages. > It will check the stage dependencies and run the stage decoder. > --- > libavcodec/vvc/Makefile | 3 +-

[FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical

2023-07-07 Thread Nuo Mi
This is the main entry point for the CTU (Coding Tree Unit) decoder. The code will divide the CTU decoder into several stages. It will check the stage dependencies and run the stage decoder. --- libavcodec/vvc/Makefile | 3 +- libavcodec/vvc/vvc_thread.c | 804 +++