summaryrefslogtreecommitdiff
path: root/vpx_ports
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_ports')
-rw-r--r--vpx_ports/arm.h6
-rw-r--r--vpx_ports/asmdefs_mmi.h6
-rw-r--r--vpx_ports/bitops.h6
-rw-r--r--vpx_ports/emmintrin_compat.h6
-rw-r--r--vpx_ports/mem.h6
-rw-r--r--vpx_ports/mem_ops.h6
-rw-r--r--vpx_ports/mem_ops_aligned.h6
-rw-r--r--vpx_ports/msvc.h6
-rw-r--r--vpx_ports/ppc.h6
-rw-r--r--vpx_ports/system_state.h6
-rw-r--r--vpx_ports/vpx_once.h6
-rw-r--r--vpx_ports/vpx_timer.h6
-rw-r--r--vpx_ports/x86.h6
13 files changed, 39 insertions, 39 deletions
diff --git a/vpx_ports/arm.h b/vpx_ports/arm.h
index 7be6104a4..6458a2c5b 100644
--- a/vpx_ports/arm.h
+++ b/vpx_ports/arm.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_ARM_H_
-#define VPX_PORTS_ARM_H_
+#ifndef VPX_VPX_PORTS_ARM_H_
+#define VPX_VPX_PORTS_ARM_H_
#include <stdlib.h>
#include "vpx_config.h"
@@ -36,4 +36,4 @@ int arm_cpu_caps(void);
} // extern "C"
#endif
-#endif // VPX_PORTS_ARM_H_
+#endif // VPX_VPX_PORTS_ARM_H_
diff --git a/vpx_ports/asmdefs_mmi.h b/vpx_ports/asmdefs_mmi.h
index a9a49745a..28355bf9f 100644
--- a/vpx_ports/asmdefs_mmi.h
+++ b/vpx_ports/asmdefs_mmi.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_ASMDEFS_MMI_H_
-#define VPX_PORTS_ASMDEFS_MMI_H_
+#ifndef VPX_VPX_PORTS_ASMDEFS_MMI_H_
+#define VPX_VPX_PORTS_ASMDEFS_MMI_H_
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
@@ -78,4 +78,4 @@
#endif /* HAVE_MMI */
-#endif /* VPX_PORTS_ASMDEFS_MMI_H_ */
+#endif // VPX_VPX_PORTS_ASMDEFS_MMI_H_
diff --git a/vpx_ports/bitops.h b/vpx_ports/bitops.h
index 0ed7189ff..5b2f31cd1 100644
--- a/vpx_ports/bitops.h
+++ b/vpx_ports/bitops.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_BITOPS_H_
-#define VPX_PORTS_BITOPS_H_
+#ifndef VPX_VPX_PORTS_BITOPS_H_
+#define VPX_VPX_PORTS_BITOPS_H_
#include <assert.h>
@@ -72,4 +72,4 @@ static INLINE int get_msb(unsigned int n) {
} // extern "C"
#endif
-#endif // VPX_PORTS_BITOPS_H_
+#endif // VPX_VPX_PORTS_BITOPS_H_
diff --git a/vpx_ports/emmintrin_compat.h b/vpx_ports/emmintrin_compat.h
index 903534e0c..d6cc68ee4 100644
--- a/vpx_ports/emmintrin_compat.h
+++ b/vpx_ports/emmintrin_compat.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_EMMINTRIN_COMPAT_H_
-#define VPX_PORTS_EMMINTRIN_COMPAT_H_
+#ifndef VPX_VPX_PORTS_EMMINTRIN_COMPAT_H_
+#define VPX_VPX_PORTS_EMMINTRIN_COMPAT_H_
#if defined(__GNUC__) && __GNUC__ < 4
/* From emmintrin.h (gcc 4.5.3) */
@@ -52,4 +52,4 @@ extern __inline __m128d
}
#endif
-#endif // VPX_PORTS_EMMINTRIN_COMPAT_H_
+#endif // VPX_VPX_PORTS_EMMINTRIN_COMPAT_H_
diff --git a/vpx_ports/mem.h b/vpx_ports/mem.h
index bfef783b1..317c6dc06 100644
--- a/vpx_ports/mem.h
+++ b/vpx_ports/mem.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_MEM_H_
-#define VPX_PORTS_MEM_H_
+#ifndef VPX_VPX_PORTS_MEM_H_
+#define VPX_VPX_PORTS_MEM_H_
#include "vpx_config.h"
#include "vpx/vpx_integer.h"
@@ -51,4 +51,4 @@
#define VPX_WITH_ASAN 0
#endif // __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
-#endif // VPX_PORTS_MEM_H_
+#endif // VPX_VPX_PORTS_MEM_H_
diff --git a/vpx_ports/mem_ops.h b/vpx_ports/mem_ops.h
index b0608591f..b17015e7e 100644
--- a/vpx_ports/mem_ops.h
+++ b/vpx_ports/mem_ops.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_MEM_OPS_H_
-#define VPX_PORTS_MEM_OPS_H_
+#ifndef VPX_VPX_PORTS_MEM_OPS_H_
+#define VPX_VPX_PORTS_MEM_OPS_H_
/* \file
* \brief Provides portable memory access primitives
@@ -224,4 +224,4 @@ static VPX_INLINE void mem_put_le32(void *vmem, MEM_VALUE_T val) {
mem[3] = (MAU_T)((val >> 24) & 0xff);
}
/* clang-format on */
-#endif // VPX_PORTS_MEM_OPS_H_
+#endif // VPX_VPX_PORTS_MEM_OPS_H_
diff --git a/vpx_ports/mem_ops_aligned.h b/vpx_ports/mem_ops_aligned.h
index ccac391ba..8649b8762 100644
--- a/vpx_ports/mem_ops_aligned.h
+++ b/vpx_ports/mem_ops_aligned.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_MEM_OPS_ALIGNED_H_
-#define VPX_PORTS_MEM_OPS_ALIGNED_H_
+#ifndef VPX_VPX_PORTS_MEM_OPS_ALIGNED_H_
+#define VPX_VPX_PORTS_MEM_OPS_ALIGNED_H_
#include "vpx/vpx_integer.h"
@@ -168,4 +168,4 @@ mem_put_le_aligned_generic(32)
#undef swap_endian_32_se
/* clang-format on */
-#endif // VPX_PORTS_MEM_OPS_ALIGNED_H_
+#endif // VPX_VPX_PORTS_MEM_OPS_ALIGNED_H_
diff --git a/vpx_ports/msvc.h b/vpx_ports/msvc.h
index 3ff71474b..d58de3535 100644
--- a/vpx_ports/msvc.h
+++ b/vpx_ports/msvc.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_MSVC_H_
-#define VPX_PORTS_MSVC_H_
+#ifndef VPX_VPX_PORTS_MSVC_H_
+#define VPX_VPX_PORTS_MSVC_H_
#ifdef _MSC_VER
#include "./vpx_config.h"
@@ -29,4 +29,4 @@ static INLINE double round(double x) {
#endif // _MSC_VER < 1800
#endif // _MSC_VER
-#endif // VPX_PORTS_MSVC_H_
+#endif // VPX_VPX_PORTS_MSVC_H_
diff --git a/vpx_ports/ppc.h b/vpx_ports/ppc.h
index ed29ef25b..a11f4e873 100644
--- a/vpx_ports/ppc.h
+++ b/vpx_ports/ppc.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_PPC_H_
-#define VPX_PORTS_PPC_H_
+#ifndef VPX_VPX_PORTS_PPC_H_
+#define VPX_VPX_PORTS_PPC_H_
#include <stdlib.h>
#include "./vpx_config.h"
@@ -26,4 +26,4 @@ int ppc_simd_caps(void);
} // extern "C"
#endif
-#endif // VPX_PORTS_PPC_H_
+#endif // VPX_VPX_PORTS_PPC_H_
diff --git a/vpx_ports/system_state.h b/vpx_ports/system_state.h
index 72993782a..03557e4bd 100644
--- a/vpx_ports/system_state.h
+++ b/vpx_ports/system_state.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_SYSTEM_STATE_H_
-#define VPX_PORTS_SYSTEM_STATE_H_
+#ifndef VPX_VPX_PORTS_SYSTEM_STATE_H_
+#define VPX_VPX_PORTS_SYSTEM_STATE_H_
#include "./vpx_config.h"
@@ -27,4 +27,4 @@ extern void vpx_clear_system_state();
} // extern "C"
#endif
-#endif // VPX_PORTS_SYSTEM_STATE_H_
+#endif // VPX_VPX_PORTS_SYSTEM_STATE_H_
diff --git a/vpx_ports/vpx_once.h b/vpx_ports/vpx_once.h
index 7d9fc3b40..4eb592b87 100644
--- a/vpx_ports/vpx_once.h
+++ b/vpx_ports/vpx_once.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_VPX_ONCE_H_
-#define VPX_PORTS_VPX_ONCE_H_
+#ifndef VPX_VPX_PORTS_VPX_ONCE_H_
+#define VPX_VPX_PORTS_VPX_ONCE_H_
#include "vpx_config.h"
@@ -137,4 +137,4 @@ static void once(void (*func)(void)) {
}
#endif
-#endif // VPX_PORTS_VPX_ONCE_H_
+#endif // VPX_VPX_PORTS_VPX_ONCE_H_
diff --git a/vpx_ports/vpx_timer.h b/vpx_ports/vpx_timer.h
index 2083b4ece..4934d5296 100644
--- a/vpx_ports/vpx_timer.h
+++ b/vpx_ports/vpx_timer.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_VPX_TIMER_H_
-#define VPX_PORTS_VPX_TIMER_H_
+#ifndef VPX_VPX_PORTS_VPX_TIMER_H_
+#define VPX_VPX_PORTS_VPX_TIMER_H_
#include "./vpx_config.h"
@@ -106,4 +106,4 @@ static INLINE int vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { return 0; }
#endif /* CONFIG_OS_SUPPORT */
-#endif // VPX_PORTS_VPX_TIMER_H_
+#endif // VPX_VPX_PORTS_VPX_TIMER_H_
diff --git a/vpx_ports/x86.h b/vpx_ports/x86.h
index 4b053b236..f6aac1832 100644
--- a/vpx_ports/x86.h
+++ b/vpx_ports/x86.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_X86_H_
-#define VPX_PORTS_X86_H_
+#ifndef VPX_VPX_PORTS_X86_H_
+#define VPX_VPX_PORTS_X86_H_
#include <stdlib.h>
#if defined(_MSC_VER)
@@ -332,4 +332,4 @@ static INLINE unsigned int x87_set_double_precision(void) {
} // extern "C"
#endif
-#endif // VPX_PORTS_X86_H_
+#endif // VPX_VPX_PORTS_X86_H_