18, 2025 4:29 PM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH v2 1/1] swscale/aarch64/output: Implement
neon assembly for yuv2planeX_10_c_template()
On Tue, Jul 15, 2025 at 05:06:54AM +, Logaprakash Ramajayam wrote:
> Handled all the comments and
:00:00 2001
From: Logaprakash Ramajayam
Date: Tue, 1 Jul 2025 23:48:36 -0700
Subject: [PATCH v2 1/1] swscale/aarch64/output: Implement neon assembly for
yuv2planeX_10_c_template()
---
libswscale/aarch64/output.S | 189 +++
libswscale/aarch64/swscale.c |
Hi, Could you please check and review this patch?
From: Logaprakash Ramajayam
Sent: Wednesday, July 2, 2025 2:57 PM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH v2 1/1] swscale/aarch64/output: Implement
neon assembly for
>From 3e14b4c2e763d2d0c8979e3e99578f5492b7130c Mon Sep 17 00:00:00 2001
From: Logaprakash Ramajayam
Date: Tue, 1 Jul 2025 23:48:36 -0700
Subject: [PATCH v2 1/1] swscale/aarch64/output: Implement neon assembly for
yuv2planeX_10_c_template()
---
libswscale/aarch64/output.S |
Attaching the Assembly implementation of yuv2planeX_10_c() patch in text format.
From: Logaprakash Ramajayam
Sent: Wednesday, July 2, 2025 1:01 PM
To: FFmpeg development discussions and patches
Subject: [FFmpeg-devel] [PATCH v2 1/1] swscale/aarch64/output
Handled all the comments and updated checkasm for yuv2planeX_10_c()
Checkasm Benchmark results:
yuv2yuvX_10_LE_16_0_512_accurate_c: 7836.9 ( 1.00x)
yuv2yuvX_10_LE_16_0_512_accurate_neon: 840.4 ( 9.33x)
yuv2yuvX_10_LE_16_0_512_approximate_c:7930.8
Hi,
Could you please check and review this patch?
From: ffmpeg-devel on behalf of Logaprakash
Ramajayam
Sent: Friday, June 6, 2025 2:14 PM
To: Kieran Kunhya via ffmpeg-devel
Cc: Dash Santosh Sathyanarayanan ;
Harshitha Sarangu Suresh
Subject: [FFmpeg-devel
Checked FATE tests and gha-aarch64 git workflow.
>From 34cdef26eaebcf98916e9881b3a04f4f698f09c6 Mon Sep 17 00:00:00 2001
From: Logaprakash Ramajayam
Date: Thu, 5 Jun 2025 01:33:39 -0700
Subject: [PATCH] swscale/aarch64/output: Implement neon assembly for
yuv2planeX_10_c_templ