Do MC and IDCT in coding (hilbert) order
authorDavid Conrad <lessen42@gmail.com>
Wed, 3 Mar 2010 23:27:40 +0000 (23:27 +0000)
committerDavid Conrad <lessen42@gmail.com>
Wed, 3 Mar 2010 23:27:40 +0000 (23:27 +0000)
commit7a095ea6fbf0bd26b02a783a0b2f2afd46f58578
tree2e68060538f75bcf82861908a7cfe02c2c051974
parent35c28d23cbb842da79dfb777a65b855efc5d407a
Do MC and IDCT in coding (hilbert) order

This increases the slice size to 64 pixels, due to having to decode an
entire chroma superblock row per slice.

This can be up to 6% slower depending on clip and CPU, but is necessary
for future optimizations that gain significantly more than was lost.

Originally committed as revision 22189 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c