[FFmpeg-cvslog] r9995 - trunk/libavcodec/wavpack.c

Alex Beregszaszi alex
Thu Aug 9 10:50:15 CEST 2007


Hi,

> On Thu, Aug 09, 2007 at 12:36:12AM +0200, alex wrote:
> > Author: alex
> > Date: Thu Aug  9 00:36:12 2007
> > New Revision: 9995
> > 
> > Log:
> > use get_unary from bitstream.h
> 
> what effect does this have on speed?

With get_unary:

bench: utime=1.232s
bench: utime=1.248s
bench: utime=1.248s
bench: utime=1.236s

avg: 1.241

With old version:
bench: utime=1.232s
bench: utime=1.236s
bench: utime=1.248s
bench: utime=1.244s

avg: 1.24

But enabling the OPEN_READER based code in get_unary must speed it up.

--
Alex






More information about the ffmpeg-cvslog mailing list