Renaming in MB_MODE_INFO
authorPaul Wilkins <paulwilkins@google.com>
Tue, 13 Aug 2013 16:47:40 +0000 (17:47 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 14 Aug 2013 11:47:52 +0000 (12:47 +0100)
commit26fead7ecf7d390c6a6d9e25a3ae578d1ff07036
treee1a81f8b5621ce2ec653e274387f7fff5785a21e
parent54979b4350f4a7b96b9092701a12a6a65b8fd5d6
Renaming in MB_MODE_INFO

The macro block mode info context originally contained an
entry for each 16x16 macroblock. In VP9 each entry refers
to an 8x8 region not a macro block, so the naming is misleading.

This first stage clean up changes the names of 3 entries in the
structure to remove the mb_ prefix.

TODO clean up the nomenclature more widely in respect of
mbmi and bmi.

Change-Id: Ia7305c6d0cb805dfe8cdc98dad21338f502e49c6
14 files changed:
vp9/common/vp9_alloccommon.c
vp9/common/vp9_blockd.h
vp9/common/vp9_debugmodes.c
vp9/common/vp9_loopfilter.c
vp9/common/vp9_mvref_common.c
vp9/common/vp9_postproc.c
vp9/common/vp9_pred_common.c
vp9/common/vp9_pred_common.h
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_tokenize.c