summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/bitdepth_conversion_sse2.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/x86/bitdepth_conversion_sse2.h')
-rw-r--r--vpx_dsp/x86/bitdepth_conversion_sse2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_dsp/x86/bitdepth_conversion_sse2.h b/vpx_dsp/x86/bitdepth_conversion_sse2.h
index 5d1d77957..74dde656b 100644
--- a/vpx_dsp/x86/bitdepth_conversion_sse2.h
+++ b/vpx_dsp/x86/bitdepth_conversion_sse2.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_
-#define VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_
+#ifndef VPX_VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_
+#define VPX_VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_
#include <xmmintrin.h>
@@ -53,4 +53,4 @@ static INLINE void store_zero_tran_low(tran_low_t *a) {
_mm_store_si128((__m128i *)(a), zero);
#endif
}
-#endif // VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_
+#endif // VPX_VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_