summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_onyxd_int.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-10-24 19:43:05 +0200
committerJames Zern <jzern@google.com>2013-10-28 11:34:18 +0100
commite571d3badc080ef6b670254d074bf3cd21dced43 (patch)
tree823358f37e9e296720a6e8529be2ffbd9a84c64b /vp9/decoder/vp9_onyxd_int.h
parentd9a317c8b240056994c2eb6e2dcdd0ed9d5e271d (diff)
downloadlibvpx-e571d3badc080ef6b670254d074bf3cd21dced43.tar
libvpx-e571d3badc080ef6b670254d074bf3cd21dced43.tar.gz
libvpx-e571d3badc080ef6b670254d074bf3cd21dced43.tar.bz2
libvpx-e571d3badc080ef6b670254d074bf3cd21dced43.zip
vp9: add above/left_context to MACROBLOCKD
Change-Id: I75aab21c1692cbad717564cbb436578fddbc348d
Diffstat (limited to 'vp9/decoder/vp9_onyxd_int.h')
-rw-r--r--vp9/decoder/vp9_onyxd_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/decoder/vp9_onyxd_int.h b/vp9/decoder/vp9_onyxd_int.h
index 3f00cd39f..77399529a 100644
--- a/vp9/decoder/vp9_onyxd_int.h
+++ b/vp9/decoder/vp9_onyxd_int.h
@@ -44,6 +44,7 @@ typedef struct VP9Decompressor {
tile column index. */
MODE_INFO **mi_streams;
+ ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
PARTITION_CONTEXT *above_seg_context;
} VP9D_COMP;