[FFmpeg-soc] [soc]: r3915 - dirac/libavcodec/dwt.c

Michael Niedermayer michaelni at gmx.at
Thu Jan 1 22:40:34 CET 2009


On Thu, Jan 01, 2009 at 09:31:40PM +0100, conrad wrote:
> Author: conrad
> Date: Thu Jan  1 21:31:39 2009
> New Revision: 3915
> 
> Log:
> Daubechies 9/7 idwt
> 
> Modified:
>    dirac/libavcodec/dwt.c
> 
> Modified: dirac/libavcodec/dwt.c
> ==============================================================================
> --- dirac/libavcodec/dwt.c	Thu Jan  1 21:31:37 2009	(r3914)
> +++ dirac/libavcodec/dwt.c	Thu Jan  1 21:31:39 2009	(r3915)
> @@ -59,6 +59,18 @@ static inline int extend_odd(int v, int 
>  #define COMPOSE_HAARiH0(b0, b1)\
>      (b0 + b1)
>  
> +#define COMPOSE_DAUB97iL1(b0, b1, b2)\
> +    (b1 - ((1817*(b0 + b2) + 2048) >> 12))
> +

> +#define COMPOSE_DAUB97iH1(b0, b1, b2)\
> +    (b1 - ((3616*(b0 + b2) + 2048) >> 12))

113* ... + 64 >> ...


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- 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-soc/attachments/20090101/b68ffce8/attachment.pgp>


More information about the FFmpeg-soc mailing list