summaryrefslogtreecommitdiff
path: root/vp10/common/scan.h
diff options
context:
space:
mode:
authorhui su <huisu@google.com>2015-08-26 10:37:29 -0700
committerhui su <huisu@google.com>2015-08-26 10:43:25 -0700
commit28bd7673ad3a098ad5c80dcc885c8f7b8cdd6b7a (patch)
tree9e1e210bfe188c4dd6d3e171be60285a31cf37e6 /vp10/common/scan.h
parent7105df53d7dc13d5e575bc8df714ec8d1da36b06 (diff)
downloadlibvpx-28bd7673ad3a098ad5c80dcc885c8f7b8cdd6b7a.tar
libvpx-28bd7673ad3a098ad5c80dcc885c8f7b8cdd6b7a.tar.gz
libvpx-28bd7673ad3a098ad5c80dcc885c8f7b8cdd6b7a.tar.bz2
libvpx-28bd7673ad3a098ad5c80dcc885c8f7b8cdd6b7a.zip
Remove vp10_default_scan_orders[] that is unused
Change-Id: Ibc3b5cb3799f080808cf22ccb01d733e74ab4461
Diffstat (limited to 'vp10/common/scan.h')
-rw-r--r--vp10/common/scan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp10/common/scan.h b/vp10/common/scan.h
index f5a020f1e..ada67f4a6 100644
--- a/vp10/common/scan.h
+++ b/vp10/common/scan.h
@@ -29,7 +29,6 @@ typedef struct {
const int16_t *neighbors;
} scan_order;
-extern const scan_order vp10_default_scan_orders[TX_SIZES];
extern const scan_order vp10_scan_orders[TX_SIZES][TX_TYPES];
static INLINE int get_coef_context(const int16_t *neighbors,