[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec snow.c, 1.68, 1.69 avcodec.h, 1.436, 1.437

Corey Hickey bugfood-ml
Wed Dec 28 21:21:18 CET 2005


Jeff Clagg wrote:
> On Wed, Dec 28, 2005 at 04:43:56PM +0100, Michael Niedermayer CVS wrote:
> 
>>Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
>>In directory mail:/var2/tmp/cvs-serv16368/libavcodec
>>
>>Modified Files:
>>	snow.c avcodec.h 
>>Log Message:
>>iterative overlapped block based motion estimation for snow
> 
> 
> I tried this out. The short summary of my results is that the new code
> is maybe a couple % faster with no significant change in psnr
> (+-0.01dB).

>From Michael's commit:

> --- avcodec.h	25 Dec 2005 18:34:02 -0000	1.436
> +++ avcodec.h	28 Dec 2005 15:43:53 -0000	1.437
> @@ -289,7 +289,10 @@
>      ME_LOG,
>      ME_PHODS,
>      ME_EPZS,
> -    ME_X1
> +    ME_X1,
> +    ME_HEX,
> +    ME_UMH,
> +    ME_ITER,
>  };

I'm not sure, but doesn't that mean you'd need to use vme=8? I don't
know if mencoder allows that yet; you might need to check.

-Corey





More information about the ffmpeg-cvslog mailing list