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
fb754b18
Commit
fb754b18
authored
Jul 12, 2013
by
Yaowu Xu
Browse files
Fix a build issue
Change-Id: I23a75c495ed7ea917d7f312bef0990e20a6b53d9
parent
94c481f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
fb754b18
...
...
@@ -299,7 +299,7 @@ static BLOCK_SIZE_TYPE get_plane_block_size(BLOCK_SIZE_TYPE bsize,
plane_block_height_log2by4
(
bsize
,
pd
));
}
static
inline
void
linear_interpolate2
(
double
x
,
int
ntab
,
int
inv_step
,
static
INLINE
void
linear_interpolate2
(
double
x
,
int
ntab
,
int
inv_step
,
const
double
*
tab1
,
const
double
*
tab2
,
double
*
v1
,
double
*
v2
)
{
double
y
=
x
*
inv_step
;
...
...
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