]> granicus.if.org Git - libvpx/commit
VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFO
authorScott LaVarnway <slavarnway@google.com>
Mon, 29 Jun 2015 16:27:11 +0000 (09:27 -0700)
committerScott LaVarnway <slavarnway@google.com>
Mon, 29 Jun 2015 19:46:47 +0000 (12:46 -0700)
commitc06d56cc7daa11d1dd19b93d3aff9c91bf62b56b
tree9a4bc814c203455b2d1155d7ecbec5a2ab376509
parent437d033dbb666f760aff6201e5b6f76a7caa94ed
VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFO

to MB_MODE_INFO_EXT.  This saves 36 bytes per 8x8 area for
both the decoder and encoder. (encoder has two MODE_INFO
buffers)

Change-Id: If006abb2224acaf326df3c2be09e77e967662107
vp9/common/vp9_blockd.h
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_block.h
vp9/encoder/vp9_context_tree.h
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemv.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_rd.c
vp9/encoder/vp9_rdopt.c