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
Yushin Cho
aom-rav1e
Commits
485d6a69
Commit
485d6a69
authored
Mar 06, 2016
by
Nathan Egge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent multiple inclusion of odintrin.h.
Change-Id: I7b02377c816599fb4cd8ce8144e0efbfab3874af
parent
51b7a998
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
vp10/common/odintrin.h
vp10/common/odintrin.h
+5
-0
No files found.
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
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