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
80a15c9b
Commit
80a15c9b
authored
Jan 12, 2017
by
Yue Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set default warped motion model to rotation-zoom
Change-Id: Ied58b6e4a15259cf24e3ee490c042767f4a48f16
parent
0f6a60a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/common/warped_motion.h
av1/common/warped_motion.h
+1
-1
No files found.
av1/common/warped_motion.h
View file @
80a15c9b
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#define MAX_PARAMDIM 9
#define MAX_PARAMDIM 9
#if CONFIG_WARPED_MOTION
#if CONFIG_WARPED_MOTION
#define DEFAULT_WMTYPE
AFFINE
#define DEFAULT_WMTYPE
ROTZOOM
#endif // CONFIG_WARPED_MOTION
#endif // CONFIG_WARPED_MOTION
const
int16_t
warped_filter
[
WARPEDPIXEL_PREC_SHIFTS
*
3
][
8
];
const
int16_t
warped_filter
[
WARPEDPIXEL_PREC_SHIFTS
*
3
][
8
];
...
...
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