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
9175082c
Commit
9175082c
authored
May 30, 2013
by
Ronald S. Bultje
Browse files
Remove unused table.
Change-Id: I80c37cffa176bac942ab3051abdfd585ed5555e1
parent
98c192ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_findnearmv.c
View file @
9175082c
...
...
@@ -15,13 +15,6 @@
#include
"vp9/common/vp9_sadmxn.h"
#include
"vp9/common/vp9_subpelvar.h"
const
uint8_t
vp9_mbsplit_offset
[
4
][
16
]
=
{
{
0
,
8
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
2
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
2
,
8
,
10
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
,
15
}
};
static
void
lower_mv_precision
(
int_mv
*
mv
,
int
usehp
)
{
if
(
!
usehp
||
!
vp9_use_nmv_hp
(
&
mv
->
as_mv
))
{
if
(
mv
->
as_mv
.
row
&
1
)
...
...
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