summaryrefslogtreecommitdiff
path: root/vp9/decoder/detokenize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/detokenize.h')
-rw-r--r--vp9/decoder/detokenize.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vp9/decoder/detokenize.h b/vp9/decoder/detokenize.h
index 5a7d354ce..a8f78f4cc 100644
--- a/vp9/decoder/detokenize.h
+++ b/vp9/decoder/detokenize.h
@@ -16,9 +16,16 @@
void vp9_reset_mb_tokens_context(MACROBLOCKD* const);
+int vp9_decode_coefs_4x4(VP9D_COMP *dx, MACROBLOCKD *xd,
+ BOOL_DECODER* const bc,
+ PLANE_TYPE type, int i);
+
int vp9_decode_mb_tokens_4x4(VP9D_COMP* const, MACROBLOCKD* const,
BOOL_DECODER* const);
+int vp9_decode_mb_tokens_4x4_uv(VP9D_COMP* const dx, MACROBLOCKD* const xd,
+ BOOL_DECODER* const bc);
+
int vp9_decode_mb_tokens_8x8(VP9D_COMP* const, MACROBLOCKD* const,
BOOL_DECODER* const);