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
fc0eeb33
Commit
fc0eeb33
authored
Oct 12, 2017
by
Debargha Mukherjee
Committed by
Thomas Davies
Oct 13, 2017
Browse files
Fix partition_gather_horz_alike() and vert
BUG=aomedia:906 Change-Id: I9cdcc5e5a7407858bb37cd93d748463ede9981b6
parent
c4661825
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/onyxc_int.h
View file @
fc0eeb33
...
...
@@ -971,6 +971,7 @@ static INLINE void partition_gather_horz_alike(aom_cdf_prob *out,
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_HORZ_A
);
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_HORZ_B
);
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_VERT_A
);
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_HORZ_4
);
#endif
out
[
0
]
=
AOM_ICDF
(
out
[
0
]);
out
[
1
]
=
AOM_ICDF
(
CDF_PROB_TOP
);
...
...
@@ -985,6 +986,7 @@ static INLINE void partition_gather_vert_alike(aom_cdf_prob *out,
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_HORZ_A
);
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_VERT_A
);
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_VERT_B
);
out
[
0
]
-=
cdf_element_prob
(
in
,
PARTITION_VERT_4
);
#endif
out
[
0
]
=
AOM_ICDF
(
out
[
0
]);
out
[
1
]
=
AOM_ICDF
(
CDF_PROB_TOP
);
...
...
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