Skip to content
GitLab
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
9ee82650
Commit
9ee82650
authored
Jul 31, 2017
by
Angie Chiang
Browse files
Fix w/h of av1_make_masked_inter_predictor
Change-Id: Idaeb180392d6e96fedbd39f2e1ee0e4b9dba887e
parent
61a12ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/reconinter.c
View file @
9ee82650
...
...
@@ -1228,7 +1228,7 @@ void build_inter_predictors(const AV1_COMMON *cm, MACROBLOCKD *xd, int plane,
if
(
ref
&&
is_masked_compound_type
(
mi
->
mbmi
.
interinter_compound_type
))
av1_make_masked_inter_predictor
(
pre
,
pre_buf
->
stride
,
dst
,
dst_buf
->
stride
,
subpel_x
,
subpel_y
,
sf
,
w
,
h
,
&
conv_params
,
mi
->
mbmi
.
interp_filter
,
xs
,
ys
,
sf
,
b4_w
,
b4_
h
,
&
conv_params
,
mi
->
mbmi
.
interp_filter
,
xs
,
ys
,
#if CONFIG_SUPERTX
wedge_offset_x
,
wedge_offset_y
,
#endif // CONFIG_SUPERTX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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