From: Nuo Mi <nuomi2021@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>, "Ronald S. Bultje" <rsbultje@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v3 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations Date: Thu, 25 Jan 2024 20:43:02 +0800 Message-ID: <CAFXK13dDfL3N-CX=m-civWgLOr=Fznyn6G1cqdZiM51tYz+u6Q@mail.gmail.com> (raw) In-Reply-To: <CAFXK13fxTcYe5tRbamfLE-edCpuCy3WHW872F=DtSeD3bT5-mg@mail.gmail.com> On Tue, Jan 23, 2024 at 9:01 PM Nuo Mi <nuomi2021@gmail.com> wrote: > > > > On Tue, Jan 23, 2024 at 1:47 AM <toqsxw@outlook.com> wrote: > >> From: Wu Jianhua <toqsxw@outlook.com> >> >> + >> +#define FW_PUT(name, depth, opt) \ >> +static void ff_vvc_put_ ## name ## _ ## depth ## _##opt(int16_t *dst, >> const uint8_t *src, ptrdiff_t srcstride, \ >> + int height, const >> int8_t *hf, const int8_t *vf, int width) \ >> +{ >> \ >> + ff_h2656_put_## name ## _ ## depth ## _##opt(dst, 2 * MAX_PB_SIZE, >> src, srcstride, height, hf, vf, width); \ >> +} >> > Hi Jianhua, > Great work, thank you. > > Hi Ronald, Lynee, and all, > With this patch set, the VVC motion compensation shares binary with HEVC. > Please help review. > Hi all, Will merge this in 1 week if no objections. Thank you > > thank you. > > _______________________________________________ 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".
next prev parent reply other threads:[~2024-01-25 12:43 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <20240122174628.1206503-1-toqsxw@outlook.com> 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 2/8] avcodec/hevcdsp_template: reuse put/put_luma/put_chroma from h2656_inter_template toqsxw 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 3/8] avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm toqsxw 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 4/8] avcodec/x86/h26x/h2656_inter: add dststride to put toqsxw 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations toqsxw 2024-01-23 13:01 ` Nuo Mi 2024-01-25 12:43 ` Nuo Mi [this message] 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 6/8] tests/checkasm: add checkasm_check_vvc_mc toqsxw 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 7/8] avcodec/x86/vvc: add avg and avg_w AVX2 optimizations toqsxw 2024-01-22 22:46 ` Michael Niedermayer 2024-01-23 18:23 ` [FFmpeg-devel] 回复: " Wu Jianhua 2024-01-22 17:46 ` [FFmpeg-devel] [PATCH v3 8/8] tests/checkasm/vvc_mc: add check_avg toqsxw [not found] <20240122152527.601122-1-toqsxw@outlook.com> 2024-01-22 15:25 ` [FFmpeg-devel] [PATCH v3 5/8] avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations toqsxw
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='CAFXK13dDfL3N-CX=m-civWgLOr=Fznyn6G1cqdZiM51tYz+u6Q@mail.gmail.com' \ --to=nuomi2021@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ --cc=rsbultje@gmail.com \ /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