Hi, On Sat, Oct 10, 2015 at 12:55 PM, Henrik Gramner <[email protected]> wrote:
> On Sat, Oct 10, 2015 at 4:36 AM, Ronald S. Bultje <[email protected]> > 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 > Done. > Nit: mmsize/2 is more readable than mmsize>>1 OK, will change. (and /4 instead of >>2.) Ronald _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
