summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-04-23 11:18:42 -0700
committerRonald S. Bultje <rbultje@google.com>2013-04-23 11:18:42 -0700
commit00269a2413ed0f66780335f19c08edcc7d45dfd7 (patch)
tree0cdb86847702592f14ca66a50430e9720d7f16ac /vp9/encoder/vp9_tokenize.h
parente3167b8c238a96c1c38a9bed95a24787700b2522 (diff)
downloadlibvpx-00269a2413ed0f66780335f19c08edcc7d45dfd7.tar
libvpx-00269a2413ed0f66780335f19c08edcc7d45dfd7.tar.gz
libvpx-00269a2413ed0f66780335f19c08edcc7d45dfd7.tar.bz2
libvpx-00269a2413ed0f66780335f19c08edcc7d45dfd7.zip
Remove unused stuffing function.
Change-Id: I2bc8d775f8d698bf8582f4eecabc2329452e8d9b
Diffstat (limited to 'vp9/encoder/vp9_tokenize.h')
-rw-r--r--vp9/encoder/vp9_tokenize.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp9/encoder/vp9_tokenize.h b/vp9/encoder/vp9_tokenize.h
index da1c817a2..816534830 100644
--- a/vp9/encoder/vp9_tokenize.h
+++ b/vp9/encoder/vp9_tokenize.h
@@ -44,11 +44,6 @@ void vp9_tokenize_mb(struct VP9_COMP *cpi, MACROBLOCKD *xd,
void vp9_tokenize_sb(struct VP9_COMP *cpi, MACROBLOCKD *xd,
TOKENEXTRA **t, int dry_run, BLOCK_SIZE_TYPE bsize);
-void vp9_stuff_mb(struct VP9_COMP *cpi, MACROBLOCKD *xd,
- TOKENEXTRA **t, int dry_run);
-void vp9_stuff_sb(struct VP9_COMP *cpi, MACROBLOCKD *xd,
- TOKENEXTRA **t, int dry_run, BLOCK_SIZE_TYPE bsize);
-
#ifdef ENTROPY_STATS
void init_context_counters();
void print_context_counters();