Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
6043bfdb
Commit
6043bfdb
authored
Nov 01, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to use correct variable in for-loop
Change-Id: I252c2f06dfe256d2d33fd1abc42aaadf50273cc8
parent
b386f0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
av1/common/entropymode.c
av1/common/entropymode.c
+2
-2
No files found.
av1/common/entropymode.c
View file @
6043bfdb
...
@@ -1463,8 +1463,8 @@ void av1_set_mode_cdfs(struct AV1Common *cm) {
...
@@ -1463,8 +1463,8 @@ void av1_set_mode_cdfs(struct AV1Common *cm) {
}
}
for
(
i
=
0
;
i
<
INTRA_MODES
;
++
i
)
for
(
i
=
0
;
i
<
INTRA_MODES
;
++
i
)
av1_tree_to_cdf
(
av1_intra_mode_tree
,
fc
->
uv_mode_prob
[
j
],
av1_tree_to_cdf
(
av1_intra_mode_tree
,
fc
->
uv_mode_prob
[
i
],
fc
->
uv_mode_cdf
[
j
]);
fc
->
uv_mode_cdf
[
i
]);
for
(
i
=
0
;
i
<
PARTITION_CONTEXTS
;
++
i
)
for
(
i
=
0
;
i
<
PARTITION_CONTEXTS
;
++
i
)
av1_tree_to_cdf
(
av1_partition_tree
,
fc
->
partition_prob
[
i
],
av1_tree_to_cdf
(
av1_partition_tree
,
fc
->
partition_prob
[
i
],
...
...
Write
Preview
Markdown
is supported
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