summaryrefslogtreecommitdiff
path: root/src/libfaad/sbr_e_nf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfaad/sbr_e_nf.h')
-rw-r--r--src/libfaad/sbr_e_nf.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/libfaad/sbr_e_nf.h b/src/libfaad/sbr_e_nf.h
index 74be8c377..48874c125 100644
--- a/src/libfaad/sbr_e_nf.h
+++ b/src/libfaad/sbr_e_nf.h
@@ -22,7 +22,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
**
-** $Id: sbr_e_nf.h,v 1.4 2004/12/03 01:15:30 tmattern Exp $
+** $Id: sbr_e_nf.h,v 1.5 2005/10/29 23:57:07 tmmm Exp $
**/
#ifndef __SBR_E_NF_H__
@@ -33,23 +33,12 @@ extern "C" {
#endif
-#ifndef FIXED_POINT
-#define P2_TABLE_OFFSET 35
-#define P2_TABLE_MAX 91
-#else
-#define P2Q_TABLE_OFFSET 24
-#define P2Q_TABLE_MAX 7
-#define P2_TABLE_OFFSET 0
-#define P2_TABLE_MAX 31
-#endif
-#define P2_TABLE_RCP_OFFSET 12
-#define P2_TABLE_RCP_MAX 21
-
-
void extract_envelope_data(sbr_info *sbr, uint8_t ch);
void extract_noise_floor_data(sbr_info *sbr, uint8_t ch);
+#ifndef FIXED_POINT
void envelope_noise_dequantisation(sbr_info *sbr, uint8_t ch);
void unmap_envelope_noise(sbr_info *sbr);
+#endif
#ifdef __cplusplus
}