summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2019-03-15 22:43:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-15 22:43:20 +0000
commit15a849b5d00afc03ca0408db23efb8dd471639bf (patch)
tree4c5638372bd9fcd171301f4df18df8fdc2649710 /vp9/common/vp9_blockd.h
parent2337285a2e27a7acdfaa94bba50030c8b49d11e7 (diff)
parent14208ab41e114f5779d106ae54a7cc8fd9d43820 (diff)
downloadlibvpx-15a849b5d00afc03ca0408db23efb8dd471639bf.tar
libvpx-15a849b5d00afc03ca0408db23efb8dd471639bf.tar.gz
libvpx-15a849b5d00afc03ca0408db23efb8dd471639bf.tar.bz2
libvpx-15a849b5d00afc03ca0408db23efb8dd471639bf.zip
Merge "Refactor tile boundary condition for intra prediction"
Diffstat (limited to 'vp9/common/vp9_blockd.h')
-rw-r--r--vp9/common/vp9_blockd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h
index 504342fdf..2ceb5dbb4 100644
--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -165,6 +165,9 @@ typedef struct macroblockd {
unsigned int max_blocks_wide;
unsigned int max_blocks_high;
+ int mi_row;
+ int mi_col;
+
const vpx_prob (*partition_probs)[PARTITION_TYPES - 1];
/* Distance of MB away from frame edges */