]> git.sesse.net Git - ffmpeg/commit
VP8: optimized mv prediction and decoding
authorJason Garrett-Glaser <jason@x264.com>
Thu, 10 Feb 2011 06:43:25 +0000 (22:43 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Fri, 11 Feb 2011 00:18:16 +0000 (16:18 -0800)
commitf3d09d44b70492022964e2ead5f439bb7c96eaa2
treec4a99c32f59610d802e1128396a799f2c9f2b057
parent626264b11b5406c0c78c4056cabb63cb650e9bf2
VP8: optimized mv prediction and decoding

Merge find_near_mvs and mv bitstream decoding: don't do prediction steps
until absolutely necessary.
libavcodec/vp8.c