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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/decoder/detokenize.h b/vp9/decoder/detokenize.h
index aa36402c1..674850382 100644
--- a/vp9/decoder/detokenize.h
+++ b/vp9/decoder/detokenize.h
@@ -21,5 +21,7 @@ int vp9_decode_mb_tokens_8x8(VP9D_COMP* const, MACROBLOCKD* const,
BOOL_DECODER* const);
int vp9_decode_mb_tokens_16x16(VP9D_COMP* const, MACROBLOCKD* const,
BOOL_DECODER* const);
+int vp9_decode_coefs_4x4(VP9D_COMP *dx, MACROBLOCKD *xd, BOOL_DECODER* const bc,
+ int type, int i);
#endif /* DETOKENIZE_H */