summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_treewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_treewriter.h')
-rw-r--r--vp9/encoder/vp9_treewriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_treewriter.h b/vp9/encoder/vp9_treewriter.h
index 0f8935076..a8b9c2cd3 100644
--- a/vp9/encoder/vp9_treewriter.h
+++ b/vp9/encoder/vp9_treewriter.h
@@ -18,15 +18,15 @@ extern "C" {
#endif
void vp9_tree_probs_from_distribution(vpx_tree tree,
- unsigned int branch_ct[ /* n - 1 */ ][2],
- const unsigned int num_events[ /* n */ ]);
+ unsigned int branch_ct[/* n - 1 */][2],
+ const unsigned int num_events[/* n */]);
struct vp9_token {
int value;
int len;
};
-void vp9_tokens_from_tree(struct vp9_token*, const vpx_tree_index *);
+void vp9_tokens_from_tree(struct vp9_token *, const vpx_tree_index *);
static INLINE void vp9_write_tree(vpx_writer *w, const vpx_tree_index *tree,
const vpx_prob *probs, int bits, int len,