OSDN Git Service

VP8: idct_mb optimizations
authorJason Garrett-Glaser <jason@x264.com>
Sun, 6 Feb 2011 05:19:52 +0000 (21:19 -0800)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Feb 2011 02:33:55 +0000 (03:33 +0100)
commita1b0a3c8bd111237658a8670c4373ed062e23c85
tree5efc5afb704c33b8b34c9ee005577c12c8d61202
parenta239d534d73428d9118bfac0688de1baab78f662
VP8: idct_mb optimizations

Currently uses AV_RL32 instead of AV_RL32A, as the latter doesn't exist yet.
(cherry picked from commit 62457f9052ea15123688455aad866cb070634f13)
libavcodec/vp8.c