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
49705df3
Commit
49705df3
authored
Oct 19, 2017
by
Jingning Han
Browse files
Condidtionally drop projection from the alt2 frame
Change-Id: I3ac81379669678254672f125df281980b687e16e
parent
dd4f0fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/mvref_common.c
View file @
49705df3
...
...
@@ -1931,7 +1931,10 @@ void av1_setup_motion_field(AV1_COMMON *cm) {
}
motion_field_projection
(
cm
,
ALTREF_FRAME
);
motion_field_projection
(
cm
,
ALTREF2_FRAME
);
if
(
alt2_frame_index
>
cur_frame_index
)
motion_field_projection
(
cm
,
ALTREF2_FRAME
);
motion_field_projection
(
cm
,
BWDREF_FRAME
);
}
#endif // CONFIG_MFMV
...
...
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