]> granicus.if.org Git - libvpx/commit
Get rid of "this_mi", use "mi_8x8[0]" everywhere instead
authorGuillaume Martres <gmartres@google.com>
Thu, 10 Oct 2013 19:11:44 +0000 (12:11 -0700)
committerGuillaume Martres <gmartres@google.com>
Wed, 16 Oct 2013 23:24:03 +0000 (16:24 -0700)
commitacf0d56f0bb2fc51508f07e38147044539138517
treeaebbfc5bd8ee9e6b51e82671f9c3881a308c9e82
parent9a03154f4657f62ef21901a9117910eb569626b9
Get rid of "this_mi", use "mi_8x8[0]" everywhere instead

The only case where they were intentionally pointing to different
structures was in mbgraph, and this didn't have the expected behavior
because both of these pointers are used interchangeably through the code

Change-Id: I979251782f90885fe962305bcc845bc05907f80c
19 files changed:
vp9/common/vp9_blockd.h
vp9/common/vp9_findnearmv.c
vp9/common/vp9_pred_common.c
vp9/common/vp9_pred_common.h
vp9/common/vp9_reconinter.c
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_detokenize.c
vp9/decoder/vp9_onyxd_if.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_mbgraph.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_segmentation.c
vp9/encoder/vp9_tokenize.c