aboutsummaryrefslogtreecommitdiff
path: root/common/ih264_trans_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ih264_trans_macros.h')
-rw-r--r--common/ih264_trans_macros.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/common/ih264_trans_macros.h b/common/ih264_trans_macros.h
index 79e3aa3..7325d8d 100644
--- a/common/ih264_trans_macros.h
+++ b/common/ih264_trans_macros.h
@@ -17,6 +17,7 @@
*****************************************************************************
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
+
/**
*******************************************************************************
* @file
@@ -27,16 +28,16 @@
* quantization
*
* @author
-* Ittiam
+* ittiam
*
* @remark
-* None
+* none
*
*******************************************************************************
*/
-#ifndef IH264_TRANS_MACROS_H_
-#define IH264_TRANS_MACROS_H_
+#ifndef _IH264_TRANS_MACROS_H_
+#define _IH264_TRANS_MACROS_H_
/*****************************************************************************/
/* Function Macros */
@@ -124,4 +125,4 @@
shft+= add_f, \
shft = shft>>w)
-#endif /* IH264_TRANS_MACROS_H_ */
+#endif /* _IH264_TRANS_MACROS_H_ */