summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/inv_txfm_ssse3.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2018-08-22 14:03:54 -0700
committerJames Zern <jzern@google.com>2018-09-15 12:25:43 -0700
commit2a5805e2cbeb706d000f47da6feda7619b2959ba (patch)
tree5608ca8e7df97665f651d8e6f1266699de321baf /vpx_dsp/x86/inv_txfm_ssse3.h
parentcb671194c9ac4068922a971318670c91bf96c906 (diff)
downloadlibvpx-2a5805e2cbeb706d000f47da6feda7619b2959ba.tar
libvpx-2a5805e2cbeb706d000f47da6feda7619b2959ba.tar.gz
libvpx-2a5805e2cbeb706d000f47da6feda7619b2959ba.tar.bz2
libvpx-2a5805e2cbeb706d000f47da6feda7619b2959ba.zip
cosmetics: normalize include guards
use the recommended format [1] of: <PROJECT>_<PATH>_<FILE>_H_ [1] https://google.github.io/styleguide/cppguide.html#The__define_Guard "All header files should have #define guards to prevent multiple inclusion. The format of the symbol name should be <PROJECT>_<PATH>_<FILE>_H_." Change-Id: I2e8ab0b32fb23c30fa43cff5fec12d043c0d2037
Diffstat (limited to 'vpx_dsp/x86/inv_txfm_ssse3.h')
-rw-r--r--vpx_dsp/x86/inv_txfm_ssse3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_dsp/x86/inv_txfm_ssse3.h b/vpx_dsp/x86/inv_txfm_ssse3.h
index e785c8eda..e9f0f6903 100644
--- a/vpx_dsp/x86/inv_txfm_ssse3.h
+++ b/vpx_dsp/x86/inv_txfm_ssse3.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_DSP_X86_INV_TXFM_SSSE3_H_
-#define VPX_DSP_X86_INV_TXFM_SSSE3_H_
+#ifndef VPX_VPX_DSP_X86_INV_TXFM_SSSE3_H_
+#define VPX_VPX_DSP_X86_INV_TXFM_SSSE3_H_
#include <tmmintrin.h>
@@ -107,4 +107,4 @@ static INLINE void idct8x8_12_add_kernel_ssse3(__m128i *const io /* io[8] */) {
void idct32_135_8x32_ssse3(const __m128i *const in, __m128i *const out);
-#endif // VPX_DSP_X86_INV_TXFM_SSSE3_H_
+#endif // VPX_VPX_DSP_X86_INV_TXFM_SSSE3_H_