summaryrefslogtreecommitdiffstats
path: root/decoder/ixheaacd_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ixheaacd_constants.h')
-rw-r--r--decoder/ixheaacd_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/decoder/ixheaacd_constants.h b/decoder/ixheaacd_constants.h
index 9c8d6d8..3ac0065 100644
--- a/decoder/ixheaacd_constants.h
+++ b/decoder/ixheaacd_constants.h
@@ -63,9 +63,14 @@
#define MAX_16 (WORD16)0x7fff
#define MIN_16 (WORD16)0x8000
+#define MAX_24 (WORD32)0x007fffff
+#define MIN_24 (WORD32)0xff800000
+
#define NULLPTR ((VOID *)0)
#define IT_NULL ((VOID *)0)
+
+#define ADJ_SCALE 11
/*****************************************************************************/
/* function macros */
/*****************************************************************************/