]> granicus.if.org Git - libvpx/commit
Define POSITION to differentiate from MV
authorYaowu Xu <yaowu@google.com>
Mon, 16 Dec 2013 20:56:08 +0000 (12:56 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 17 Dec 2013 01:28:00 +0000 (17:28 -0800)
commit3cce4643421c50e585661fcbb5e6e63611992102
tree9959ade340c009ef49301997834c3671886c62d1
parent50ec6311e6376086e771bdad736888a486ca871b
Define POSITION to differentiate from MV

MV struct was ussed to indicate the postition of a MI_BLOCK with row
and col components. The expression was confusing, this commit added a
new stucture "POSITION" with row and col component to better describe
the position of a mi_block.

Change-Id: I59fdd4b45010fe7d85a8db22a55503265c4f5b2b
vp9/common/vp9_mvref_common.c