Re: [FFmpeg-devel] [PATCH] avcodec/vp9: avx2 implementation of ipred_dl_16x16_16

2017-03-20 Thread Ronald S. Bultje
Hi, On Sun, Mar 12, 2017 at 6:06 PM, Ilia wrote: > vp9_diag_downleft_16x16_10bpp_c: 263.0 > vp9_diag_downleft_16x16_10bpp_sse2: 44.7 > vp9_diag_downleft_16x16_10bpp_ssse3: 32.5 > vp9_diag_downleft_16x16_10bpp_avx: 31.9 > vp9_diag_downleft_16x16_10bpp_avx2: 25.7 > vp9_diag_downleft_16x16_12bpp_c:

[FFmpeg-devel] [PATCH] avcodec/vp9: avx2 implementation of ipred_dl_16x16_16

2017-03-12 Thread Ilia
vp9_diag_downleft_16x16_10bpp_c: 263.0 vp9_diag_downleft_16x16_10bpp_sse2: 44.7 vp9_diag_downleft_16x16_10bpp_ssse3: 32.5 vp9_diag_downleft_16x16_10bpp_avx: 31.9 vp9_diag_downleft_16x16_10bpp_avx2: 25.7 vp9_diag_downleft_16x16_12bpp_c: 264.7 vp9_diag_downleft_16x16_12bpp_sse2: 44.4 vp9_diag_downlef