[FFmpeg-devel] [PATCH] vp9: add itxfm_add eob shortcuts to 10/12bpp functions.

Henrik Gramner henrik at gramner.com
Sat Oct 10 18:55:19 CEST 2015


On Sat, Oct 10, 2015 at 4:36 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> @@ -674,6 +715,24 @@ cglobal vp9_idct_idct_8x8_add_10, 4, 6 + ARCH_X86_64, 10, \
[...]
> +    shl              skipd, 1
> +    lea             blockq, [blockq+skipq*(mmsize>>1)]

add skipd, skipd
Nit: mmsize/2 is more readable than mmsize>>1


More information about the ffmpeg-devel mailing list