summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_common_data.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-01-10 13:29:47 -0800
committerDmitry Kovalev <dkovalev@google.com>2014-01-10 13:29:47 -0800
commit96be0a50abf06223f9c297866c7d56e56ce00453 (patch)
tree422e563603b7e97ae86bfbdc9e328477be4940d2 /vp9/common/vp9_common_data.h
parent21a0c1f38fbc622afae6fe36f86f784e6a0cdee9 (diff)
downloadlibvpx-96be0a50abf06223f9c297866c7d56e56ce00453.tar
libvpx-96be0a50abf06223f9c297866c7d56e56ce00453.tar.gz
libvpx-96be0a50abf06223f9c297866c7d56e56ce00453.tar.bz2
libvpx-96be0a50abf06223f9c297866c7d56e56ce00453.zip
Removing mi_height_log2_lookup table.
Change-Id: I1f0ae2edc3a96b33c0494d165ae756a8feba6184
Diffstat (limited to 'vp9/common/vp9_common_data.h')
-rw-r--r--vp9/common/vp9_common_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/common/vp9_common_data.h b/vp9/common/vp9_common_data.h
index a367c65c6..5222d29c1 100644
--- a/vp9/common/vp9_common_data.h
+++ b/vp9/common/vp9_common_data.h
@@ -16,7 +16,6 @@
extern const int b_width_log2_lookup[BLOCK_SIZES];
extern const int b_height_log2_lookup[BLOCK_SIZES];
extern const int mi_width_log2_lookup[BLOCK_SIZES];
-extern const int mi_height_log2_lookup[BLOCK_SIZES];
extern const int num_8x8_blocks_wide_lookup[BLOCK_SIZES];
extern const int num_8x8_blocks_high_lookup[BLOCK_SIZES];
extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];