summaryrefslogtreecommitdiff
path: root/vp8/encoder/tokenize.h
diff options
context:
space:
mode:
authorJohann <johann.koenig@duck.com>2018-10-31 14:40:44 -0700
committerJohann <johann.koenig@duck.com>2018-11-01 15:06:23 -0700
commit0239b200d36cef7d68e5c316412b451d68a39651 (patch)
treeea4f1168201f9ea14cef72bde3eb388ec2fe61fa /vp8/encoder/tokenize.h
parent811759d8685095e69c3fa710bacfe59d62dbf831 (diff)
downloadlibvpx-0239b200d36cef7d68e5c316412b451d68a39651.tar
libvpx-0239b200d36cef7d68e5c316412b451d68a39651.tar.gz
libvpx-0239b200d36cef7d68e5c316412b451d68a39651.tar.bz2
libvpx-0239b200d36cef7d68e5c316412b451d68a39651.zip
vp8: remove VP8_ENTROPY_STATS code
Does not compile. Noticed while cleaning up un-namespaced functions Change-Id: I4a9048e66d051397f652e7b5412606a5e234f61f
Diffstat (limited to 'vp8/encoder/tokenize.h')
-rw-r--r--vp8/encoder/tokenize.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vp8/encoder/tokenize.h b/vp8/encoder/tokenize.h
index 46425ac8f..47b5be17f 100644
--- a/vp8/encoder/tokenize.h
+++ b/vp8/encoder/tokenize.h
@@ -34,14 +34,6 @@ typedef struct {
int rd_cost_mby(MACROBLOCKD *);
-#ifdef VP8_ENTROPY_STATS
-void init_context_counters();
-void print_context_counters();
-
-extern _int64 context_counters[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
- [MAX_ENTROPY_TOKENS];
-#endif
-
extern const short *const vp8_dct_value_cost_ptr;
/* TODO: The Token field should be broken out into a separate char array to
* improve cache locality, since it's needed for costing when the rest of the