OSDN Git Service

VC1: inline vc1_put_block() in vc1_decode_i_blocks().
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Feb 2011 15:46:55 +0000 (10:46 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 21 Feb 2011 15:23:44 +0000 (10:23 -0500)
commitbbfd2e7ab4e2ae0b934657fe51afdbbbaead52b7
tree3801bbc7748e8c78b662c5bf0c8dede7528b8964
parentc8c0189d62f26569464c86231fa885f0b0c33f14
VC1: inline vc1_put_block() in vc1_decode_i_blocks().

Advantage is that it allows us to combine several loops into a single
one, and these can eventually be merged into the IDCT itself. Also, it
allows us to remove vc1_put_block(), and makes CODEC_FLAG_GRAY faster.
libavcodec/vc1dec.c