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
71e4553c
Commit
71e4553c
authored
Sep 30, 2016
by
Jingning Han
Browse files
Clean up av1_adapt_mv_probs format
Change-Id: Ib5226d4fe3dcf916fe8954c7240966e3a32eed31
parent
5c60cdf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymv.c
View file @
71e4553c
...
...
@@ -202,9 +202,7 @@ void av1_adapt_mv_probs(AV1_COMMON *cm, int allow_hp) {
aom_tree_merge_probs
(
av1_mv_joint_tree
,
pre_fc
->
joints
,
counts
->
joints
,
fc
->
joints
);
#if CONFIG_REF_MV
fc
->
zero_rmv
=
av1_mode_mv_merge_probs
(
pre_fc
->
zero_rmv
,
counts
->
zero_rmv
);
#endif
for
(
i
=
0
;
i
<
2
;
++
i
)
{
nmv_component
*
comp
=
&
fc
->
comps
[
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