Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a5b54d73
Commit
a5b54d73
authored
Mar 18, 2013
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Mar 18, 2013
Browse files
Merge "Fix ENTROPY_STATS code in vp9_tokenize.c." into experimental
parents
6344c84c
b99dce68
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_tokenize.c
View file @
a5b54d73
...
...
@@ -872,9 +872,8 @@ static void print_probs(FILE *f, vp9_coeff_accum *context_counters,
for
(
t
=
0
;
t
<
MAX_ENTROPY_TOKENS
;
++
t
)
coef_counts
[
t
]
=
context_counters
[
type
][
ref
][
band
][
pt
][
t
];
vp9_tree_probs_from_distribution
(
MAX_ENTROPY_TOKENS
,
vp9_coef_encodings
,
vp9_coef_tree
,
coef_probs
,
branch_ct
,
coef_counts
);
vp9_tree_probs_from_distribution
(
vp9_coef_tree
,
coef_probs
,
branch_ct
,
coef_counts
,
0
);
fprintf
(
f
,
"%s
\n
{"
,
Comma
(
pt
));
t
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment