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
Yushin Cho
aom-rav1e
Commits
485d6a69
Commit
485d6a69
authored
Mar 06, 2016
by
Nathan Egge
Browse files
Prevent multiple inclusion of odintrin.h.
Change-Id: I7b02377c816599fb4cd8ce8144e0efbfab3874af
parent
51b7a998
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/common/odintrin.h
View file @
485d6a69
#ifndef VP10_COMMON_ODINTRIN_H_
#define VP10_COMMON_ODINTRIN_H_
#include
"vp10/common/enums.h"
#include
"vpx/vpx_integer.h"
#include
"vpx_dsp/vpx_dsp_common.h"
...
...
@@ -27,3 +30,5 @@ typedef int16_t dering_in;
* we have to special-case it.
* We define a special version of the macro to use when x can be zero.*/
# define OD_ILOG(x) ((x) ? OD_ILOG_NZ(x) : 0)
#endif
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