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
0c731f7f
Commit
0c731f7f
authored
Mar 31, 2017
by
Yue Chen
Browse files
Fix compiling error for MOTION_VAR + CB4X4
Change-Id: I50309970120bbfedc9fefb8d2e012689234fb659
parent
944b805b
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/reconinter.c
View file @
0c731f7f
...
...
@@ -900,9 +900,7 @@ void build_inter_predictors(MACROBLOCKD *xd, int plane,
struct
macroblockd_plane
*
const
pd
=
&
xd
->
plane
[
plane
];
#if CONFIG_MOTION_VAR
const
MODE_INFO
*
mi
=
xd
->
mi
[
mi_col_offset
+
xd
->
mi_stride
*
mi_row_offset
];
#if !CONFIG_CB4X4
const
int
build_for_obmc
=
!
(
mi_col_offset
==
0
&&
mi_row_offset
==
0
);
#endif
#else
const
MODE_INFO
*
mi
=
xd
->
mi
[
0
];
#endif // CONFIG_MOTION_VAR
...
...
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