OSDN Git Service

VP8: idct_mb optimizations
authorJason Garrett-Glaser <jason@x264.com>
Sun, 6 Feb 2011 05:19:52 +0000 (21:19 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Tue, 8 Feb 2011 23:59:24 +0000 (15:59 -0800)
commit62457f9052ea15123688455aad866cb070634f13
tree95919baa5118c5e0d1e69181f8b979e04279c4ae
parent17cf7c68ed26a4cb3c7adf7488a38c2e19118918
VP8: idct_mb optimizations

Currently uses AV_RL32 instead of AV_RL32A, as the latter doesn't exist yet.
libavcodec/vp8.c