summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.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_onyxc_int.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_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 6cb3e2c19..1693817ef 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -177,6 +177,7 @@ typedef struct VP9Common {
int ref_frame_sign_bias[MAX_REF_FRAMES]; /* Two state 0, 1 */
struct loopfilter lf;
+ struct segmentation seg;
/* Y,U,V */
ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];