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
Raphael Zumer
aom-rav1e
Commits
7bbe40c9
Commit
7bbe40c9
authored
Feb 04, 2016
by
James Zern
Committed by
Gerrit Code Review
Feb 04, 2016
Browse files
Merge "intrapred: protect functions w/CONFIG check x2"
parents
85b764fe
475f4e27
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx_dsp/intrapred.c
View file @
7bbe40c9
...
...
@@ -521,6 +521,7 @@ static INLINE void highbd_d207_predictor(uint16_t *dst, ptrdiff_t stride,
}
}
#if CONFIG_MISC_FIXES
static
INLINE
void
highbd_d207e_predictor
(
uint16_t
*
dst
,
ptrdiff_t
stride
,
int
bs
,
const
uint16_t
*
above
,
const
uint16_t
*
left
,
int
bd
)
{
...
...
@@ -537,6 +538,7 @@ static INLINE void highbd_d207e_predictor(uint16_t *dst, ptrdiff_t stride,
dst
+=
stride
;
}
}
#endif // CONFIG_MISC_FIXES
static
INLINE
void
highbd_d63_predictor
(
uint16_t
*
dst
,
ptrdiff_t
stride
,
int
bs
,
const
uint16_t
*
above
,
...
...
@@ -572,6 +574,7 @@ static INLINE void highbd_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs,
}
}
#if CONFIG_MISC_FIXES
static
INLINE
void
highbd_d45e_predictor
(
uint16_t
*
dst
,
ptrdiff_t
stride
,
int
bs
,
const
uint16_t
*
above
,
const
uint16_t
*
left
,
int
bd
)
{
...
...
@@ -586,6 +589,7 @@ static INLINE void highbd_d45e_predictor(uint16_t *dst, ptrdiff_t stride,
dst
+=
stride
;
}
}
#endif // CONFIG_MISC_FIXES
static
INLINE
void
highbd_d117_predictor
(
uint16_t
*
dst
,
ptrdiff_t
stride
,
int
bs
,
const
uint16_t
*
above
,
...
...
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