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

Michael Niedermayer michaelni
Tue Oct 10 01:44:25 CEST 2006


Hi

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

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

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-cvslog mailing list