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
352db1d1
Commit
352db1d1
authored
Feb 10, 2014
by
Jim Bankoski
Committed by
Gerrit Code Review
Feb 10, 2014
Browse files
Merge "Convert small static header functions to inline"
parents
59ff7c68
3c790ec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_systemdependent.h
View file @
352db1d1
...
...
@@ -34,7 +34,7 @@ void vpx_reset_mmx_state(void);
#if defined(_MSC_VER) && _MSC_VER < 1800
// round is not defined in MSVC before VS2013.
static
int
round
(
double
x
)
{
static
INLINE
int
round
(
double
x
)
{
if
(
x
<
0
)
return
(
int
)
ceil
(
x
-
0
.
5
);
else
...
...
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