]> granicus.if.org Git - libvpx/commit
MB_MODE_INFO size reduction
authorScott LaVarnway <slavarnway@google.com>
Fri, 23 Mar 2012 20:55:22 +0000 (16:55 -0400)
committerScott LaVarnway <slavarnway@google.com>
Thu, 29 Mar 2012 20:30:14 +0000 (16:30 -0400)
commit31322c5faac5e8ad9e73fe705b863ec5f8c28323
tree82b1221f53e72fad28e993706dd2bb718c71396c
parenta337725625207758e56c1820c3a06bc00ca22b1a
MB_MODE_INFO size reduction

Reduced the size of the struct by 8 bytes, which would be
a memory savings of 64800 bytes for 1080 resolutions.  Had
an extra byte, so created an is_4x4 for B_PRED or SPLITMV
modes.  This simplified the mode checks in
vp8_reset_mb_tokens_context and vp8_decode_mb_tokens.

Change-Id: Ibec27784139abdc34d4d01f73c09f43e9e10e0f5
vp8/common/blockd.h
vp8/decoder/decodemv.c
vp8/decoder/detokenize.c