[Ffmpeg-devel] [PATCH] clearer cabac.c
Guillaume POIRIER
poirierg
Thu Oct 12 09:51:51 CEST 2006
Hi,
On 10/11/06, Michael Niedermayer <michaelni at gmx.at> wrote:
> Hi
>
> On Wed, Oct 11, 2006 at 06:32:13PM +0200, Guillaume Poirier wrote:
> > Hi,
> > The attached patch adds some useful comments after some of the #else,
> > #elseif, #endif preprocessor directives.
> > This makes the file a tad more readable IMHO.
>
> ok, except these:
>
> > -#else
> > +#else /* ARCH_X86_DISABLED */
> > //P3:675 athlon:476
> > int shift= (uint32_t)(c->range - (0x200 << CABAC_BITS))>>31;
> > c->range<<= shift;
> > c->low <<= shift;
> > -#endif
> > +#endif /* ARCH_X86_DISABLED */
> > if(!(c->low & CABAC_MASK))
> > refill(c);
> > }
Ok, very well, applied.
Guillaume
--
With DADVSI (http://en.wikipedia.org/wiki/DADVSI), France finally has
a lead on USA on selling out individuals right to corporations!
Vive la France!
More information about the ffmpeg-devel
mailing list