Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with threads

2023-03-16 Thread Nicolas George
Michael Niedermayer (12023-03-16): > Subject: Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with > threads Rule of thumb: do not use variation percentages above +100% or below -50%, use ratios instead: avfilter/vf_uspp: 11 times faster with threads (11, really?

[FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with threads

2023-03-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/vf_uspp.c | 181 +++--- 1 file changed, 99 insertions(+), 82 deletions(-) diff --git a/libavfilter/vf_uspp.c b/libavfilter/vf_uspp.c index a7bf8e3087..0a992df898 100644 --- a/libavfilter/vf_uspp.c +++