[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

Michael Niedermayer michaelni
Tue Aug 21 21:40:49 CEST 2007


Hi

On Tue, Aug 21, 2007 at 08:40:15PM +0200, Reimar D?ffinger wrote:
> 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?

^_^;;

yes, ive played around with various values for W_*O the finall one i choose
though ended up as 8

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070821/1e0adb60/attachment.pgp>



More information about the ffmpeg-cvslog mailing list