Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
6a7dab72
Unverified
Commit
6a7dab72
authored
Feb 06, 2018
by
Guillaume Martres
Committed by
GitHub
Feb 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from luctrudeau/v_pred
Make highbd_v_predictor accessible in rav1e
parents
624dc671
183d40fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
aom_dsp/intrapred.c
aom_dsp/intrapred.c
+2
-3
No files found.
aom_dsp/intrapred.c
View file @
6a7dab72
...
...
@@ -634,9 +634,8 @@ static INLINE void highbd_d153_predictor(uint16_t *dst, ptrdiff_t stride,
}
}
static
INLINE
void
highbd_v_predictor
(
uint16_t
*
dst
,
ptrdiff_t
stride
,
int
bw
,
int
bh
,
const
uint16_t
*
above
,
const
uint16_t
*
left
,
int
bd
)
{
void
highbd_v_predictor
(
uint16_t
*
dst
,
ptrdiff_t
stride
,
int
bw
,
int
bh
,
const
uint16_t
*
above
,
const
uint16_t
*
left
,
int
bd
)
{
int
r
;
(
void
)
left
;
(
void
)
bd
;
...
...
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