aboutsummaryrefslogtreecommitdiff
path: root/common/ih264_deblk_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ih264_deblk_tables.h')
-rw-r--r--common/ih264_deblk_tables.h61
1 files changed, 19 insertions, 42 deletions
diff --git a/common/ih264_deblk_tables.h b/common/ih264_deblk_tables.h
index 3935dcb..c365788 100644
--- a/common/ih264_deblk_tables.h
+++ b/common/ih264_deblk_tables.h
@@ -17,57 +17,34 @@
*****************************************************************************
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
+
/**
- *******************************************************************************
- * @file
- * ih264_deblk_tables.h
- *
- * @brief
- * This file contains declarations of tables used for deblocking
- *
- * @author
- * Ittiam
- *
- * @par List of Functions:
- *
- * @remarks
- * None
- *
- *******************************************************************************
- */
+*******************************************************************************
+* @file
+* ih264_deblk_tables.h
+*
+* @brief
+* This file contains declarations of tables used for deblocking
+*
+* @author
+* ittiam
+*
+* @remarks
+* None
+*
+*******************************************************************************
+*/
-#ifndef IH264_DEBLK_TABLES_H_
-#define IH264_DEBLK_TABLES_H_
+#ifndef _IH264_DEBLK_TABLES_H_
+#define _IH264_DEBLK_TABLES_H_
/*****************************************************************************/
/* Extern global declarations */
/*****************************************************************************/
-
-/**
- ******************************************************************************
- * @brief alpha & beta tables for deblocking
- * input : indexA [0-51] & indexB [0-51]
- * output : alpha & beta
- *
- * @remarks Table 8-16 – in H264 Specification,
- * Derivation of offset dependent threshold variables
- * alpha and beta from indexA and indexB
- ******************************************************************************
- */
extern const UWORD8 gu1_ih264_alpha_table[52];
extern const UWORD8 gu1_ih264_beta_table[52];
-/**
- ******************************************************************************
- * @brief t'C0 table for deblocking
- * input : indexA [0-51] and bS [1,3]
- * output : t'C0
- *
- * @remarks Table 8-17 – in H264 Specification,
- * Value of variable t'C0 as a function of indexA and bS
- ******************************************************************************
- */
extern const UWORD8 gu1_ih264_clip_table[52][4];
-#endif /* IH264_DEBLK_TABLES_H_ */
+#endif /* _IH264_DEBLK_TABLES_H_ */