Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: "Logan.Lyu" <Logan.Lyu@myais.com.cn>
To: FFmpeg development discussions and patches
	<ffmpeg-devel@ffmpeg.org>,
	Michael Niedermayer <michael@niedermayer.cc>
Subject: Re: [FFmpeg-devel] [PATCH 1/6] lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels
Date: Wed, 22 Nov 2023 20:30:57 +0800
Message-ID: <9717f762-dc3c-4ff0-a61b-55219f62ab5d@myais.com.cn> (raw)
In-Reply-To: <20231119204230.GU3543730@pb2>

Hi Michael,

Thank you for reply.

I can't reproduce the error you mentioned...

I can apply patches to the ffmpeg master branch normally using 'git 
apply xxx.patch/.eml' or 'git am xxx.patch/.eml'.

By the way, I create these patches by /'git format-patch -s -o "../" 
--add-header "X-Unsent: 1" --suffix .eml --to ffmpeg-devel@ffmpeg.org -6 
--filename-max-length=100' /to generate .eml file.  And /'git 
format-patch  -4 --filename-max-length=100' /to generate .patch file as 
attachment to prevent encoding format problems in email files. These 
command should be OK, right?

Can you try these patches again? If the error still occurs, please tell 
me how it occurred then I will fixed it.


在 2023/11/20 4:42, Michael Niedermayer 写道:
> On Sat, Nov 18, 2023 at 10:06:37AM +0800, Logan.Lyu wrote:
>> put_hevc_pel_bi_pixels4_8_c: 54.7
>> put_hevc_pel_bi_pixels4_8_neon: 43.0
>> put_hevc_pel_bi_pixels6_8_c: 94.7
>> put_hevc_pel_bi_pixels6_8_neon: 37.0
>> put_hevc_pel_bi_pixels8_8_c: 171.0
>> put_hevc_pel_bi_pixels8_8_neon: 24.0
>> put_hevc_pel_bi_pixels12_8_c: 354.0
>> put_hevc_pel_bi_pixels12_8_neon: 68.7
>> put_hevc_pel_bi_pixels16_8_c: 588.2
>> put_hevc_pel_bi_pixels16_8_neon: 77.5
>> put_hevc_pel_bi_pixels24_8_c: 1670.7
>> put_hevc_pel_bi_pixels24_8_neon: 173.0
>> put_hevc_pel_bi_pixels32_8_c: 2267.7
>> put_hevc_pel_bi_pixels32_8_neon: 281.2
>> put_hevc_pel_bi_pixels48_8_c: 5787.5
>> put_hevc_pel_bi_pixels48_8_neon: 673.5
>> put_hevc_pel_bi_pixels64_8_c: 9897.0
>> put_hevc_pel_bi_pixels64_8_neon: 1159.5
>>
>> Co-Authored-By: J. Dekker<jdek@itanimul.li>
>> Signed-off-by: Logan Lyu<Logan.Lyu@myais.com.cn>
>> ---
>>   libavcodec/aarch64/hevcdsp_epel_neon.S    | 179 ++++++++++++++++++++++
>>   libavcodec/aarch64/hevcdsp_init_aarch64.c |  10 +-
>>   2 files changed, 187 insertions(+), 2 deletions(-)
>>
>> diff --git a/libavcodec/aarch64/hevcdsp_epel_neon.S
>> b/libavcodec/aarch64/hevcdsp_epel_neon.S
>> index 708b903b00..74165273d7 100644
>> --- a/libavcodec/aarch64/hevcdsp_epel_neon.S
>> +++ b/libavcodec/aarch64/hevcdsp_epel_neon.S
>> @@ -244,6 +244,185 @@ function ff_hevc_put_hevc_pel_pixels64_8_neon,
>> export=1
> error: corrupt patch at line 194
>
> [...]
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org  with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

  reply	other threads:[~2023-11-22 12:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-18  2:06 Logan.Lyu
2023-11-19 20:42 ` Michael Niedermayer
2023-11-22 12:30   ` Logan.Lyu [this message]
2023-11-22 12:36     ` Martin Storsjö via ffmpeg-devel
2023-11-24 12:19       ` Logan.Lyu
2023-11-24 12:30         ` Martin Storsjö
2023-12-01 19:29           ` Martin Storsjö
2023-12-01 18:09 ` Martin Storsjö

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9717f762-dc3c-4ff0-a61b-55219f62ab5d@myais.com.cn \
    --to=logan.lyu@myais.com.cn \
    --cc=ffmpeg-devel@ffmpeg.org \
    --cc=michael@niedermayer.cc \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git