OSDN Git Service

Various VP3 optimizations.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Sun, 6 Dec 2009 12:48:09 +0000 (12:48 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Sun, 6 Dec 2009 12:48:09 +0000 (12:48 +0000)
commit63c0b3d920fe637ec4d361f08108ca8d5ba70bbe
tree8499e7986250acbb46e2159659e1d4fa17f1705c
parente07c92e4bb25b387381b0cd9268a3105f3b6cddb
Various VP3 optimizations.
Faster checks in reverse_dc_prediction.
Simplified deblocking checks.
Check transform==15 first, since it's more common than 13.

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