summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/fdct16x16_neon.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/arm/fdct16x16_neon.h')
-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_