Re: [FFmpeg-devel] [PATCH 09/10] diracdec: run the final decoding stage/idwt for every plane in parallel

2016-06-30 Thread Rostislav Pehlivanov
On 23 June 2016 at 18:07, Rostislav Pehlivanov wrote: > 27% performance increase for a 12bit 4k file. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/diracdec.c | 152 > ++ > 1 file changed, 80 insertions(+), 72 deletions(-) > > diff --

[FFmpeg-devel] [PATCH 09/10] diracdec: run the final decoding stage/idwt for every plane in parallel

2016-06-23 Thread Rostislav Pehlivanov
27% performance increase for a 12bit 4k file. Signed-off-by: Rostislav Pehlivanov --- libavcodec/diracdec.c | 152 ++ 1 file changed, 80 insertions(+), 72 deletions(-) diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c index 63eb4d1..ec451