Re: [FFmpeg-devel] [PATCH v4 2/4] libswscale/x86/rgb2rgb: add shuffle_bytes avx512

2021-11-18 Thread Wu, Jianhua
Ping for the patches 2-4 > From: Wu, Jianhua > Sent: Thursday, September 30, 2021 4:50 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Wu, Jianhua > Subject: [PATCH v4 2/4] libswscale/x86/rgb2rgb: add shuffle_bytes avx512 > > Performance data(Less is better): > shuffle_bytes_avx2 0.94288 > s

[FFmpeg-devel] [PATCH v4 2/4] libswscale/x86/rgb2rgb: add shuffle_bytes avx512

2021-09-30 Thread Wu Jianhua
Performance data(Less is better): shuffle_bytes_avx2 0.94288 shuffle_bytes_avx5120.60049 Signed-off-by: Wu Jianhua --- libswscale/x86/rgb2rgb.c | 13 + libswscale/x86/rgb_2_rgb.asm | 8 2 files changed, 21 insertions(+) diff --git a/libswscale/x86/rgb2