[FFmpeg-devel] [PATCH] vp9: add 16x16 idct avx2 (8-bit).

James Almer jamrial at gmail.com
Sat Jul 9 18:12:44 EEST 2016


On 7/8/2016 6:59 PM, Ronald S. Bultje wrote:
> +%if ARCH_X86_64
> +INIT_YMM avx2

Add an %if HAVE_AVX2_EXTERNAL check here, because yasm 1.1.0 and older
don't support avx2.

lgtm aside from that.

> +cglobal vp9_idct_idct_16x16_add, 4, 4, 16, dst, stride, block, eob



More information about the ffmpeg-devel mailing list