[FFmpeg-devel] [PATCH] VC1: merge idct8x8, coeff adjustments and put_pixels.
Michael Niedermayer
michaelni
Mon Feb 21 14:31:22 CET 2011
On Mon, Feb 21, 2011 at 02:23:09PM +0100, Kostya wrote:
> On Mon, Feb 21, 2011 at 08:13:28AM -0500, Ronald S. Bultje wrote:
[...]
> > +static void vc1_inv_trans_8x8_put_signed_rangered_altivec(uint8_t *dest, int stride, DCTELEM *b)
> > +{
> > + vc1_inv_trans_8x8_altivec(b);
> > + <<= 1 for each coeff
>
> ahem
>
> > + ff_put_signed_pixels_clamped_c(b, dst, stride);
> > +}
> > +
> > +static void vc1_inv_trans_8x8_put_altivec(uint8_t *dest, int stride, DCTELEM *b)
> > +{
> > + vc1_inv_trans_8x8_altivec(b);
> > + ff_put_pixels_clamped_c(b, dst, stride);
> > +}
> > +
> > +static void vc1_inv_trans_8x8_put_rangered_altivec(uint8_t *dest, int stride, DCTELEM *b)
> > +{
> > + vc1_inv_trans_8x8_altivec(b);
> > + -64, then <<= 1 for each coeff
>
> looks like somebody decided that typing even too slashes is too hard
Had i said that about new team code quality, people would be all over me for
being terribly rude.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110221/b192baea/attachment.pgp>
More information about the ffmpeg-devel
mailing list