Code cleanup.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 10 Aug 2012 13:12:43 +0000 (14:12 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 10 Aug 2012 13:12:43 +0000 (14:12 +0100)
commitbd9e5eceb8f0e29d8c17140e2c43594ee132243b
tree340d875561d860e3c6cb637ffcd0cc0123f42531
parentbf474e170fefbed60cf20fa3d2e9e229776469f0
Code cleanup.

Add local variable in several places to reference the MB mode
info structure. Currently this is usually accessed in the code as
x->e_mbd.mode_info_context->mbmi.* or in some places
xd->mode_info_context->mbmi.*

Resolved some uses of x-> for the MACROBLOCKD structure.

Rebased without dependency on motion reference experiment.

Change-Id: If6718276ee4f2ef131825d1524dfdb02a3793aed
vp8/encoder/encodeframe.c
vp8/encoder/encodeintra.c
vp8/encoder/encodemb.c
vp8/encoder/rdopt.c