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
980eb2e9
Commit
980eb2e9
authored
Nov 01, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Nov 01, 2016
Browse files
Merge "Change to use correct variable in for-loop" into nextgenv2
parents
ddcdd5b1
6043bfdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymode.c
View file @
980eb2e9
...
...
@@ -1463,8 +1463,8 @@ void av1_set_mode_cdfs(struct AV1Common *cm) {
}
for
(
i
=
0
;
i
<
INTRA_MODES
;
++
i
)
av1_tree_to_cdf
(
av1_intra_mode_tree
,
fc
->
uv_mode_prob
[
j
],
fc
->
uv_mode_cdf
[
j
]);
av1_tree_to_cdf
(
av1_intra_mode_tree
,
fc
->
uv_mode_prob
[
i
],
fc
->
uv_mode_cdf
[
i
]);
for
(
i
=
0
;
i
<
PARTITION_CONTEXTS
;
++
i
)
av1_tree_to_cdf
(
av1_partition_tree
,
fc
->
partition_prob
[
i
],
...
...
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