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
ac220b8d
Commit
ac220b8d
authored
Oct 30, 2012
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 30, 2012
Browse files
Merge "mbgraph: remove unused function, and make local function static." into experimental
parents
fe6eff7c
07b87075
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/mbgraph.c
View file @
ac220b8d
...
...
@@ -357,19 +357,8 @@ static void update_mbgraph_frame_stats
}
}
// Test for small magnitude (<= 1 pel mvs)
int
small_mv
(
MV
mv
)
{
if
((
abs
((
int
)
mv
.
col
)
>
2
)
||
(
abs
((
int
)
mv
.
row
)
>
2
))
return
FALSE
;
else
return
TRUE
;
}
// void separate_arf_mbs_byzz
void
separate_arf_mbs
(
VP8_COMP
*
cpi
)
{
static
void
separate_arf_mbs
(
VP8_COMP
*
cpi
)
{
VP8_COMMON
*
const
cm
=
&
cpi
->
common
;
int
mb_col
,
mb_row
,
offset
,
i
;
int
ncnt
[
4
];
...
...
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