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
705ce47f
Commit
705ce47f
authored
Jan 08, 2017
by
Zoe Liu
Browse files
Remove unnecessary #if-#endif for ext-inter
Change-Id: Iab1217c7eb006c72e86e4261576b775b7debafd3
parent
4a32b605
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/reconinter.c
View file @
705ce47f
...
...
@@ -254,7 +254,6 @@ const uint8_t *av1_get_soft_mask(int wedge_index, int wedge_sign,
// get a mask according to the compound type
// TODO(sarahparker) this needs to be extended for other experiments and
// is currently only intended for ext_inter alone
#if CONFIG_EXT_INTER
const
uint8_t
*
av1_get_compound_type_mask
(
INTERINTER_COMPOUND_DATA
*
comp_data
,
BLOCK_SIZE
sb_type
,
int
invert
)
{
assert
(
is_masked_compound_type
(
comp_data
->
type
));
...
...
@@ -293,7 +292,6 @@ void build_compound_seg_mask(INTERINTER_COMPOUND_DATA *comp_data,
}
}
#endif // CONFIG_COMPOUND_SEGMENT
#endif // CONFIG_EXT_INTER
static
void
init_wedge_master_masks
()
{
int
i
,
j
,
s
;
...
...
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