summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_detokenize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_detokenize.h')
-rw-r--r--vp9/decoder/vp9_detokenize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/decoder/vp9_detokenize.h b/vp9/decoder/vp9_detokenize.h
index e0c29686f..74352a323 100644
--- a/vp9/decoder/vp9_detokenize.h
+++ b/vp9/decoder/vp9_detokenize.h
@@ -16,14 +16,14 @@
int vp9_decode_tokens(VP9D_COMP* const pbi,
MACROBLOCKD* const xd,
- BOOL_DECODER* const bc,
+ vp9_reader *r,
BLOCK_SIZE_TYPE bsize);
int vp9_decode_mb_tokens_4x4_uv(VP9D_COMP* const dx, MACROBLOCKD* const xd,
- BOOL_DECODER* const bc);
+ vp9_reader *r);
#if CONFIG_NEWBINTRAMODES
int vp9_decode_coefs_4x4(VP9D_COMP *dx, MACROBLOCKD *xd,
- BOOL_DECODER* const bc,
+ vp9_reader *r,
PLANE_TYPE type, int i);
#endif