Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/dds: simplify the calculation of slice start and end

2019-10-30 Thread Limin Wang
On Wed, Oct 30, 2019 at 04:07:22PM +0100, Michael Niedermayer wrote: > On Tue, Oct 29, 2019 at 10:49:49PM +0800, Limin Wang wrote: > > > > ping > > probably ok if tested with a range of vertical sizes and threads I have tested with fate with below command from thread 1 to 16: make fate-dds

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/dds: simplify the calculation of slice start and end

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 10:49:49PM +0800, Limin Wang wrote: > > ping probably ok if tested with a range of vertical sizes and threads thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not doing something just

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/dds: simplify the calculation of slice start and end

2019-10-29 Thread Limin Wang
ping On Mon, Oct 21, 2019 at 08:48:13AM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavcodec/dds.c | 19 +++ > 1 file changed, 3 insertions(+), 16 deletions(-) > > diff --git a/libavcodec/dds.c b/libavcodec/dds.c > index