summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vp8/common/treecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vp8/common/treecoder.h')
-rw-r--r--src/gallium/auxiliary/vl/vp8/common/treecoder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/common/treecoder.h b/src/gallium/auxiliary/vl/vp8/common/treecoder.h
index 3f5cfab947..c16f7b0bce 100644
--- a/src/gallium/auxiliary/vl/vp8/common/treecoder.h
+++ b/src/gallium/auxiliary/vl/vp8/common/treecoder.h
@@ -57,11 +57,11 @@ void vp8_tokens_from_tree_offset(struct vp8_token_struct *, vp8_tree, int offset
* probability updates.
*/
void vp8_tree_probs_from_distribution(int n, /* n = size of alphabet */
- vp8_token tok[ /* n */ ],
+ vp8_token tok[/* n */],
vp8_tree tree,
- vp8_prob probs[ /* n-1 */ ],
- unsigned int branch_ct[ /* n-1 */ ] [2],
- const unsigned int num_events[ /* n */ ],
+ vp8_prob probs[/* n-1 */],
+ unsigned int branch_ct[/* n-1 */][2],
+ const unsigned int num_events[/* n */],
unsigned int Pfactor,
int Round);