[FFmpeg-devel] [PATCH] Bitmap Brothers JV video decoder

Tomas Härdin tomas.hardin
Wed Mar 9 17:14:32 CET 2011


Peter Ross skrev 2011-03-09 11:31:
> +static void decode2x2(GetBitContext *gb, uint8_t *dst, int linesize)
> +static void decode4x4(GetBitContext *gb, uint8_t *dst, int linesize)
> +static void decode8x8(GetBitContext *gb, uint8_t *dst, int linesize, DSPContext *dsp)

Would making these static inline speed up the decoder? They seem to have 
some room for optimization, but I don't care very strongly.

/Tomas



More information about the ffmpeg-devel mailing list