Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
49705df3
Commit
49705df3
authored
Oct 19, 2017
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Condidtionally drop projection from the alt2 frame
Change-Id: I3ac81379669678254672f125df281980b687e16e
parent
dd4f0fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
av1/common/mvref_common.c
av1/common/mvref_common.c
+4
-1
No files found.
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
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