Skip to content
Snippets Groups Projects
Commit 485d6a69 authored by Nathan Egge's avatar Nathan Egge
Browse files

Prevent multiple inclusion of odintrin.h.

Change-Id: I7b02377c816599fb4cd8ce8144e0efbfab3874af
parent 51b7a998
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment