Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
3715a914
Commit
3715a914
authored
Aug 10, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Aug 10, 2015
Browse files
Merge "Make build_inter_predictors static function"
parents
2808dd12
244912d5
Changes
2
Show whitespace changes
Inline
Side-by-side
vp9/common/vp9_reconinter.c
View file @
3715a914
...
...
@@ -153,7 +153,7 @@ MV average_split_mvs(const struct macroblockd_plane *pd,
return
res
;
}
void
build_inter_predictors
(
MACROBLOCKD
*
xd
,
int
plane
,
int
block
,
static
void
build_inter_predictors
(
MACROBLOCKD
*
xd
,
int
plane
,
int
block
,
int
bw
,
int
bh
,
int
x
,
int
y
,
int
w
,
int
h
,
int
mi_x
,
int
mi_y
)
{
...
...
vp9/common/vp9_reconinter.h
View file @
3715a914
...
...
@@ -50,11 +50,6 @@ MV average_split_mvs(const struct macroblockd_plane *pd, const MODE_INFO *mi,
MV
clamp_mv_to_umv_border_sb
(
const
MACROBLOCKD
*
xd
,
const
MV
*
src_mv
,
int
bw
,
int
bh
,
int
ss_x
,
int
ss_y
);
void
build_inter_predictors
(
MACROBLOCKD
*
xd
,
int
plane
,
int
block
,
int
bw
,
int
bh
,
int
x
,
int
y
,
int
w
,
int
h
,
int
mi_x
,
int
mi_y
);
void
vp9_build_inter_predictors_sby
(
MACROBLOCKD
*
xd
,
int
mi_row
,
int
mi_col
,
BLOCK_SIZE
bsize
);
...
...
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