From: Henrik Gramner <henrik@gramner.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH 2/6] avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512icl Date: Thu, 10 Mar 2022 16:22:29 +0100 Message-ID: <CAFGUN0p9qXfQ3N4bx5tOmV4WWYSnfZ=JLxqX4WGp3EfmN-umYA@mail.gmail.com> (raw) In-Reply-To: <20220223085735.70854-2-jianhua.wu@intel.com> On Wed, Feb 23, 2022 at 9:58 AM <jianhua.wu-at-intel.com@ffmpeg.org> wrote: > +%macro HEVC_PUT_HEVC_QPEL_AVX512ICL 2 > [...] > + vpmovdw xm6, m6 > + movu [dstq], xm6 vpmovdw can take a memory operand as dst directly: vpmovdw [dstq], m6 (the same applies to the hv function) > +%macro HEVC_PUT_HEVC_QPEL_HV_AVX512ICL 2 > +cglobal hevc_put_hevc_qpel_hv%1_%2, 6, 7, 8, dst, src, srcstride, height, mx, my, tmp This functions uses 27(?) vector registers but only specifies 8, so it will break on Windows unless corrected. > + if (EXTERNAL_AVX512ICL(cpu_flags)) { > + c->put_hevc_qpel[3][0][1] = ff_hevc_put_hevc_qpel_h8_8_avx512icl; > + c->put_hevc_qpel[3][1][1] = ff_hevc_put_hevc_qpel_hv8_8_avx512icl; > + } Needs an ARCH_X86_64 guard as the code is 64-bit only. _______________________________________________ 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:[~2022-03-10 15:22 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-02-23 8:57 [FFmpeg-devel] [PATCH 1/6] avutil/cpu: add AVX512 Icelake flag jianhua.wu-at-intel.com 2022-02-23 8:57 ` [FFmpeg-devel] [PATCH 2/6] avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512icl jianhua.wu-at-intel.com 2022-03-10 15:22 ` Henrik Gramner [this message] 2022-03-11 7:55 ` Wu, Jianhua 2022-02-23 8:57 ` [FFmpeg-devel] [PATCH 3/6] avcodec/x86/hevc_mc: add qpel_h16_8_avx512icl jianhua.wu-at-intel.com 2022-02-23 8:57 ` [FFmpeg-devel] [PATCH 4/6] avcodec/x86/hevc_mc: add qpel_h4_8_avx512icl jianhua.wu-at-intel.com 2022-02-23 8:57 ` [FFmpeg-devel] [PATCH 5/6] avcodec/x86/hevc_mc: add qpel_h32_8_avx512icl jianhua.wu-at-intel.com 2022-02-23 8:57 ` [FFmpeg-devel] [PATCH 6/6] avcodec/x86/hevc_mc: add qpel_h64_8_avx512icl jianhua.wu-at-intel.com 2022-03-02 5:33 ` [FFmpeg-devel] [PATCH 1/6] avutil/cpu: add AVX512 Icelake flag Wu, Jianhua 2022-03-09 7:38 ` Wu, Jianhua 2022-03-10 14:34 ` Henrik Gramner
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='CAFGUN0p9qXfQ3N4bx5tOmV4WWYSnfZ=JLxqX4WGp3EfmN-umYA@mail.gmail.com' \ --to=henrik@gramner.com \ --cc=ffmpeg-devel@ffmpeg.org \ /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