summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-04-19 19:26:37 -0700
committerJames Zern <jzern@google.com>2022-04-19 19:26:37 -0700
commitf2ef29f746c4cad7a41b3bba5daefba2726eda3a (patch)
treef2d447ad4896131c6f73762a6dea5e496f87d3df /vpx_dsp
parent665f6a3065555317e75915af2561cf9b776e50b6 (diff)
downloadlibvpx-f2ef29f746c4cad7a41b3bba5daefba2726eda3a.tar
libvpx-f2ef29f746c4cad7a41b3bba5daefba2726eda3a.tar.gz
libvpx-f2ef29f746c4cad7a41b3bba5daefba2726eda3a.tar.bz2
libvpx-f2ef29f746c4cad7a41b3bba5daefba2726eda3a.zip
fdct16x16_neon.h,cosmetics: fix include-guard case
Change-Id: I593735bb7f88d63f2ddab57484099479c8759a3d
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/arm/fdct16x16_neon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_dsp/arm/fdct16x16_neon.h b/vpx_dsp/arm/fdct16x16_neon.h
index 839123899..0dd21153f 100644
--- a/vpx_dsp/arm/fdct16x16_neon.h
+++ b/vpx_dsp/arm/fdct16x16_neon.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_VPX_DSP_ARM_FDCT16x16_NEON_H_
-#define VPX_VPX_DSP_ARM_FDCT16x16_NEON_H_
+#ifndef VPX_VPX_DSP_ARM_FDCT16X16_NEON_H_
+#define VPX_VPX_DSP_ARM_FDCT16X16_NEON_H_
#include <arm_neon.h>
@@ -324,4 +324,4 @@ static void vpx_fdct16x16_body(const int16x8_t *in /*[16]*/,
&out[11]);
}
-#endif // VPX_VPX_DSP_ARM_FDCT16x16_NEON_H_
+#endif // VPX_VPX_DSP_ARM_FDCT16X16_NEON_H_