[FFmpeg-devel] [Patch] QT RLE encoder, bis

Alexis Ballier alexis.ballier
Sat Jun 30 10:54:11 CEST 2007


> > +    /* We will use it to compute the best bulk copy sequence */
> > +    uint8_t bulkcount;
> > +    /* This will be the number of pixels equal to the preivous frame one's
> > +     * starting from the ith pixel */
> > +    uint8_t skipcount;
> > +    /* This will be the number of consecutive equal pixels in the current
> > +     * frame, starting from the ith one also */
> > +    uint8_t repeatcount;
>
> these should be int or unsigend int not uint8_t, which might be very slow on
> RISC architectures which lack 8bit registers/operations besides load/store

Didnt know that, updated


Alexis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qtrle_encoder_try6.patch
Type: text/x-patch
Size: 14036 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070630/9518d850/attachment.bin>



More information about the ffmpeg-devel mailing list