VP8: optimize VP8Context struct ordering
authorJason Garrett-Glaser <jason@x264.com>
Fri, 11 Mar 2011 21:43:10 +0000 (13:43 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Sat, 12 Mar 2011 11:43:42 +0000 (03:43 -0800)
commit1eeca88691ad0fd232f110f3a389ebb494c0a6dc
tree0171bf1d70aba71084569d79bb54c45607c3ed6a
parent3efbe137396d39e225315a9d1e4bf82d1a9c92e5
VP8: optimize VP8Context struct ordering

Shaves at least 3KB off code size on x86, should improve cache utilization.
This would probably be useful to do for other decoders/encoders as well.
libavcodec/vp8.c
libavcodec/vp8.h