[FFmpeg-devel] [PATCH] Fix AVX-512-VNNI_hevc_qpel_filters_avx512icl

Wu Jianhua toqsxw at outlook.com
Fri Apr 29 08:08:59 EEST 2022


> Felix LeClair<mailto:felix.leclair123 at hotmail.com>:
> Sent: 2022年4月29日 1:17
> To: ffmpeg-devel at ffmpeg.org<mailto:ffmpeg-devel at ffmpeg.org>
> Subject: [FFmpeg-devel] [PATCH] Fix AVX-512-VNNI_hevc_qpel_filters_avx512icl
>
> This commit fixes the above by swapping lines 1796 and 1795, moving the
> define out of the conditional
>
>     sub            srcq, tmpq
>      sub             myq, 1
>      shl             myq, 5
> -%ifdef PIC
>  %define %%table hevc_qpel_filters_avx512icl_v_%1
>+%ifdef PIC
>      lea tmpq, [%%table]
>     %define FILTER tmpq
> %else
>--

LGTM. Thanks for the fix!

Best regards,
Jianhua





More information about the ffmpeg-devel mailing list