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
82da68d4
Commit
82da68d4
authored
Apr 13, 2017
by
Debargha Mukherjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanup on warped precision bits macros
Change-Id: If54cb2a96b02f29ba9c2cc6046189c925586e972
parent
0df711f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
av1/common/warped_motion.c
av1/common/warped_motion.c
+2
-2
No files found.
av1/common/warped_motion.c
View file @
82da68d4
...
...
@@ -335,7 +335,7 @@ static const int16_t
{
1
,
-
4
,
13
,
124
,
-
7
,
1
},
{
1
,
-
4
,
11
,
125
,
-
6
,
1
},
{
1
,
-
3
,
8
,
126
,
-
5
,
1
},
{
1
,
-
2
,
6
,
126
,
-
4
,
1
},
{
0
,
-
1
,
4
,
127
,
-
3
,
1
},
{
0
,
-
1
,
2
,
128
,
-
1
,
0
},
#el
se
#el
if WARPEDPIXEL_PREC_BITS == 5
{
0
,
0
,
128
,
0
,
0
,
0
},
{
1
,
-
3
,
127
,
4
,
-
1
,
0
},
{
1
,
-
5
,
126
,
8
,
-
3
,
1
},
{
1
,
-
7
,
124
,
13
,
-
4
,
1
},
{
2
,
-
9
,
122
,
18
,
-
6
,
1
},
{
2
,
-
11
,
120
,
22
,
-
7
,
2
},
...
...
@@ -603,7 +603,7 @@ const int16_t warped_filter[WARPEDPIXEL_PREC_SHIFTS * 3 + 1][8] = {
{
0
,
0
,
1
,
-
3
,
8
,
126
,
-
5
,
1
},
{
0
,
0
,
1
,
-
2
,
6
,
126
,
-
4
,
1
},
{
0
,
0
,
0
,
-
1
,
4
,
127
,
-
3
,
1
},
{
0
,
0
,
0
,
0
,
2
,
127
,
-
1
,
0
},
#el
se
#el
if WARPEDPIXEL_PREC_BITS == 5
// [-1, 0)
{
0
,
0
,
127
,
1
,
0
,
0
,
0
,
0
},
{
1
,
-
3
,
127
,
4
,
-
1
,
0
,
0
,
0
},
{
1
,
-
5
,
126
,
8
,
-
3
,
1
,
0
,
0
},
{
1
,
-
7
,
124
,
13
,
-
4
,
1
,
0
,
0
},
...
...
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