summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-03-19 10:47:32 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-03-19 10:47:32 -0700
commit8ccfcb765f4e9614cf5cd1d917a46132330d943c (patch)
treed987d18a09b620740fc335f2bf251c1e5bae4e4c /vp9/common/vp9_onyxc_int.h
parent39f95de83dd8cbdb42c84453f37bedab9ca8242d (diff)
downloadlibvpx-8ccfcb765f4e9614cf5cd1d917a46132330d943c.tar
libvpx-8ccfcb765f4e9614cf5cd1d917a46132330d943c.tar.gz
libvpx-8ccfcb765f4e9614cf5cd1d917a46132330d943c.tar.bz2
libvpx-8ccfcb765f4e9614cf5cd1d917a46132330d943c.zip
Removing mi_stream.
Change-Id: If674140e30c223c88894b983fd22a583efb99dcf
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 024b197a1..52889f75f 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -153,10 +153,6 @@ typedef struct VP9Common {
MODE_INFO **prev_mi_grid_base;
MODE_INFO **prev_mi_grid_visible;
- // Each tile column has its own MODE_INFO stream. This array indexes them by
- // tile column index.
- MODE_INFO **mi_streams;
-
// Persistent mb segment id map used in prediction.
unsigned char *last_frame_seg_map;