[Ffmpeg-cvslog] r6607 - in trunk/libavcodec: cabac.c cabac.h

Diego Biurrun diego
Tue Oct 10 10:17:06 CEST 2006


On Tue, Oct 10, 2006 at 01:44:25AM +0200, Michael Niedermayer wrote:
> 
> On Mon, Oct 09, 2006 at 11:35:57PM +0200, Diego Biurrun wrote:
> > On Mon, Oct 09, 2006 at 10:44:11PM +0200, michael wrote:
> > > 
> > > Log:
> > > optimize branchless C CABAC decoder
> > > 
> > > --- trunk/libavcodec/cabac.c	(original)
> > > +++ trunk/libavcodec/cabac.c	Mon Oct  9 22:44:11 2006
> > > @@ -133,11 +133,19 @@
> > >          if( i ){
> > > +#ifdef BRANCHLESS_CABAD
> > 
> > Is the CABAD (notice the D) a typo?
> 
> no, the idea was D=Decoder, but if you think this is confussing, then
> just change it to CABAC_DECODER or so, i dont mind

Done.

Diego




More information about the ffmpeg-cvslog mailing list