summaryrefslogtreecommitdiff
path: root/vp8/common/treecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/treecoder.h')
-rw-r--r--vp8/common/treecoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/common/treecoder.h b/vp8/common/treecoder.h
index c8f5af96d..990327536 100644
--- a/vp8/common/treecoder.h
+++ b/vp8/common/treecoder.h
@@ -54,6 +54,8 @@ typedef const struct vp8_token_struct
/* Construct encoding array from tree. */
void vp8_tokens_from_tree(struct vp8_token_struct *, vp8_tree);
+void vp8_tokens_from_tree_offset(struct vp8_token_struct *, vp8_tree,
+ int offset);
/* Convert array of token occurrence counts into a table of probabilities