[FFmpeg-cvslog] r10172 - in trunk: libavcodec/i386/snowdsp_mmx.c libavcodec/snow.c libavcodec/snow.h tests/ffmpeg.regression.ref tests/rotozoom.regression.ref tests/seek.regression.ref

Reimar Döffinger Reimar.Doeffinger
Tue Aug 21 20:40:15 CEST 2007


Hello,
On Tue, Aug 21, 2007 at 06:29:40PM +0200, michael wrote:
> @@ -1150,7 +1150,7 @@ static void vertical_decompose97iL0(DWTE
>  #ifdef liftS
>          b1[i] -= (W_BM*(b0[i] + b2[i])+W_BO)>>W_BS;
>  #else
> -        b1[i] = (16*4*b1[i] - 4*(b0[i] + b2[i]) + 8*5 + (5<<27)) / (5*16) - (1<<23);
> +        b1[i] = (16*4*b1[i] - 4*(b0[i] + b2[i]) + W_BO*5 + (5<<27)) / (5*16) - (1<<23);

Not to be too nit-pickish, but isn't that a rather cosmetic change? Or
am I missing something?

Greetings,
Reimar D?ffinger




More information about the ffmpeg-cvslog mailing list