Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
27f3f988
Commit
27f3f988
authored
Apr 10, 2017
by
Sarah Parker
Committed by
Debargha Mukherjee
Apr 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn on SEPARATE_GLOBAL_MOTION by default
Change-Id: I7e64307f4bd8821e0abfe804d00d022414759706
parent
fc59389f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/common/mv.h
av1/common/mv.h
+1
-1
No files found.
av1/common/mv.h
View file @
27f3f988
...
...
@@ -36,7 +36,7 @@ typedef struct mv32 {
}
MV32
;
#if (CONFIG_WARPED_MOTION || CONFIG_MOTION_VAR) && CONFIG_GLOBAL_MOTION
#define SEPARATE_GLOBAL_MOTION
0
#define SEPARATE_GLOBAL_MOTION
1
#endif // (CONFIG_WARPED_MOTION || CONFIG_MOTION_VAR) && CONFIG_GLOBAL_MOTION
#if CONFIG_GLOBAL_MOTION || CONFIG_WARPED_MOTION
// Bits of precision used for the model
...
...
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