> -Original Message-
> From: ffmpeg-devel On Behalf Of Henrik
> Gramner
> Sent: Tuesday, December 17, 2019 08:29 AM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] libswscale/x86/yuv2rgb: add ssse3
> version
>
>
On Wed, Dec 4, 2019 at 4:03 AM Ting Fu wrote:
> +VBROADCASTSD y_offset, [pointer_c_ditherq + 8 * 8]
> +VBROADCASTSD u_offset, [pointer_c_ditherq + 9 * 8]
> +VBROADCASTSD v_offset, [pointer_c_ditherq + 10 * 8]
> +VBROADCASTSD ug_coff, [pointer_c_ditherq + 7 * 8]
> +VBROADCAS
> -Original Message-
> From: ffmpeg-devel On Behalf Of Fu,
> Ting
> Sent: Monday, December 9, 2019 09:49 AM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] libswscale/x86/yuv2rgb
> -Original Message-
> From: ffmpeg-devel On Behalf Of Ting Fu
> Sent: Wednesday, December 4, 2019 11:00 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH V3 2/2] libswscale/x86/yuv2rgb: add ssse3
> version
>
> Tested using this command:
>
Tested using this command:
/ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \
-vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null
The fps increase from 389 to 640 on my local machine.
Signed-off-by: Ting Fu
---
libswscale/x86/yuv2rgb.c | 8 +-
libswscale/x86/yuv