aboutsummaryrefslogtreecommitdiff
path: root/common/ih264_size_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ih264_size_defs.h')
-rw-r--r--common/ih264_size_defs.h35
1 files changed, 19 insertions, 16 deletions
diff --git a/common/ih264_size_defs.h b/common/ih264_size_defs.h
index 4555647..e2a584b 100644
--- a/common/ih264_size_defs.h
+++ b/common/ih264_size_defs.h
@@ -17,23 +17,26 @@
*****************************************************************************
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
+
/**
- *******************************************************************************
- * @file
- * ih264_size_defs.h
- *
- * @brief
- * Contains declaration of global variables for H264 transform , quant and inverse quant
- *
- * @author
- * Ittiam
- *
- * @remarks
- *
- ********************************************************************************/
+*******************************************************************************
+* @file
+* ih264_size_defs.h
+*
+* @brief
+* Contains macro definitions used in h264 transform, quant and inverse quant
+*
+* @author
+* ittiam
+*
+* @remarks
+* none
+*
+*******************************************************************************
+*/
-#ifndef IH264_SIZE_DEFS_H_
-#define IH264_SIZE_DEFS_H_
+#ifndef _IH264_SIZE_DEFS_H_
+#define _IH264_SIZE_DEFS_H_
/*****************************************************************************/
/* Constant Macros */
@@ -84,4 +87,4 @@
#define SIZE_TMP_BUFF_ITRANS ((SUB_BLK_WIDTH_4x4*SUB_BLK_WIDTH_4x4) +\
(SUB_BLK_WIDTH_4x4*SUB_BLK_WIDTH_4x4))
-#endif /* IH264_DEFS_H_ */
+#endif /* _IH264_SIZE_DEFS_H_ */