summaryrefslogtreecommitdiff
path: root/vp8/decoder/detokenize.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2012-10-10 11:20:33 -0700
committerDeb Mukherjee <debargha@google.com>2012-10-10 17:05:54 -0700
commita7333b0a5b9f9d435bba7b1dce72632ae70c0330 (patch)
treee3546c793d78bee95a1973133a157a54d8c0b425 /vp8/decoder/detokenize.h
parent239b6a8f3080866de592dcccedf82e694a3a21f3 (diff)
downloadlibvpx-a7333b0a5b9f9d435bba7b1dce72632ae70c0330.tar
libvpx-a7333b0a5b9f9d435bba7b1dce72632ae70c0330.tar.gz
libvpx-a7333b0a5b9f9d435bba7b1dce72632ae70c0330.tar.bz2
libvpx-a7333b0a5b9f9d435bba7b1dce72632ae70c0330.zip
Merge of the TX_16X16 experiment
Change-Id: I22aa803ffff330622cdb77277e7b196a9766f882
Diffstat (limited to 'vp8/decoder/detokenize.h')
-rw-r--r--vp8/decoder/detokenize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/decoder/detokenize.h b/vp8/decoder/detokenize.h
index 5fb1a7f3e..d02d4cae1 100644
--- a/vp8/decoder/detokenize.h
+++ b/vp8/decoder/detokenize.h
@@ -17,8 +17,6 @@
void vp8_reset_mb_tokens_context(MACROBLOCKD *xd);
int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
int vp8_decode_mb_tokens_8x8(VP8D_COMP *, MACROBLOCKD *);
-#if CONFIG_TX16X16 || CONFIG_HYBRIDTRANSFORM16X16
int vp8_decode_mb_tokens_16x16(VP8D_COMP *, MACROBLOCKD *);
-#endif
#endif /* DETOKENIZE_H */