summaryrefslogtreecommitdiff
path: root/vp8/common/blockd.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-02-03 15:10:44 +0000
committerPaul Wilkins <paulwilkins@google.com>2012-02-06 16:40:57 +0000
commit9c9300f56f4788ed5a9aade371c185b33dcb7781 (patch)
tree66e8754fa7202faa8b6f315880768ff6d47aee8a /vp8/common/blockd.h
parent82b865da9475586341949664d5468a93237867a8 (diff)
downloadlibvpx-9c9300f56f4788ed5a9aade371c185b33dcb7781.tar
libvpx-9c9300f56f4788ed5a9aade371c185b33dcb7781.tar.gz
libvpx-9c9300f56f4788ed5a9aade371c185b33dcb7781.tar.bz2
libvpx-9c9300f56f4788ed5a9aade371c185b33dcb7781.zip
Merged NEWNEAR experiment
This commit merges the NEWNEAR experiment such that it is effectively always on. The fact that there were changes in the threading code again highlights the need to strip out such features during the bitstream development phase as trying to maintain this code (especially as it is not being tested) slows the development cycle. Change-Id: I8b34950a1333231ced9928aa11cd6d6459984b65
Diffstat (limited to 'vp8/common/blockd.h')
-rw-r--r--vp8/common/blockd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/common/blockd.h b/vp8/common/blockd.h
index a2c5426ea..cf996af1f 100644
--- a/vp8/common/blockd.h
+++ b/vp8/common/blockd.h
@@ -253,9 +253,7 @@ typedef struct MacroBlockD
#endif /* CONFIG_DUALPRED */
YV12_BUFFER_CONFIG dst;
-#if CONFIG_NEWNEAR
MODE_INFO *prev_mode_info_context;
-#endif
MODE_INFO *mode_info_context;
int mode_info_stride;