OSDN Git Service

VC-1/WMV: Remove redundant ff_init_block_index() calls.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Wed, 17 Jun 2009 05:54:42 +0000 (05:54 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Wed, 17 Jun 2009 05:54:42 +0000 (05:54 +0000)
commit351653a51eb35e2706d8d868bf64d96d2d6c8f55
treec693ac23f0ce7529d0873c5a7b9fcc653b72869f
parent0b389aee4d224a9c1805338fd72dacdcb45e9a82
VC-1/WMV: Remove redundant ff_init_block_index() calls.
These are only supposed to be called once per row, not once per macroblock.
~1.5% faster according to oprofile.

Originally committed as revision 19213 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1dec.c