summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-08-14 11:20:33 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-08-15 10:47:48 -0700
commitb7616e387e99edc52d70b5f504090ba50c7995fc (patch)
treeb4052461bd1d9b99238df551af3806d92f858591 /vp9/common/vp9_entropymode.h
parent4d73416099874351bd5199d2686862c00cece855 (diff)
downloadlibvpx-b7616e387e99edc52d70b5f504090ba50c7995fc.tar
libvpx-b7616e387e99edc52d70b5f504090ba50c7995fc.tar.gz
libvpx-b7616e387e99edc52d70b5f504090ba50c7995fc.tar.bz2
libvpx-b7616e387e99edc52d70b5f504090ba50c7995fc.zip
Moving segmentation struct from MACROBLOCKD to VP9_COMMON.
VP9_COMMON is the right place to segmentatation struct because it has global segmentation parameters, not something specific to macroblock processing. Change-Id: Ib9ada0c06c253996eb3b5f6cccf6a323fbbba708
Diffstat (limited to 'vp9/common/vp9_entropymode.h')
-rw-r--r--vp9/common/vp9_entropymode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_entropymode.h b/vp9/common/vp9_entropymode.h
index 645d9f985..fced2cdfe 100644
--- a/vp9/common/vp9_entropymode.h
+++ b/vp9/common/vp9_entropymode.h
@@ -56,7 +56,7 @@ extern struct vp9_token vp9_switchable_interp_encodings[VP9_SWITCHABLE_FILTERS];
void vp9_entropy_mode_init();
-void vp9_setup_past_independence(struct VP9Common *cm, MACROBLOCKD *xd);
+void vp9_setup_past_independence(struct VP9Common *cm);
void vp9_init_mbmode_probs(struct VP9Common *x);