summaryrefslogtreecommitdiffstats
path: root/libfaad2/sbr_huff.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-03 22:23:26 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-03 22:23:26 +0000
commite24087509a752d8f4dcc679b304fc1745ff768b0 (patch)
tree60bbaca1e13f268df83d5d88c1daa49debacc541 /libfaad2/sbr_huff.h
parent22c9bcf82417c33258c74104704f196f6672f696 (diff)
downloadmpv-e24087509a752d8f4dcc679b304fc1745ff768b0.tar.bz2
mpv-e24087509a752d8f4dcc679b304fc1745ff768b0.tar.xz
synced with current cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10990 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2/sbr_huff.h')
-rw-r--r--libfaad2/sbr_huff.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/libfaad2/sbr_huff.h b/libfaad2/sbr_huff.h
index 806b5d6a01..8d1481e2da 100644
--- a/libfaad2/sbr_huff.h
+++ b/libfaad2/sbr_huff.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_huff.h,v 1.5 2003/07/29 08:20:13 menno Exp $
+** $Id: sbr_huff.h,v 1.6 2003/09/09 18:09:52 menno Exp $
**/
#ifndef __SBR_HUFF_H__
@@ -32,20 +32,9 @@
extern "C" {
#endif
-typedef const int8_t (*sbr_huff_tab)[2];
-int16_t sbr_huff_dec(bitfile *ld, sbr_huff_tab t_huff);
-
-const int8_t t_huffman_env_1_5dB[120][2];
-const int8_t f_huffman_env_1_5dB[120][2];
-const int8_t t_huffman_env_bal_1_5dB[48][2];
-const int8_t f_huffman_env_bal_1_5dB[48][2];
-const int8_t t_huffman_env_3_0dB[62][2];
-const int8_t f_huffman_env_3_0dB[62][2];
-const int8_t t_huffman_env_bal_3_0dB[24][2];
-const int8_t f_huffman_env_bal_3_0dB[24][2];
-const int8_t t_huffman_noise_3_0dB[62][2];
-const int8_t t_huffman_noise_bal_3_0dB[24][2];
+void sbr_envelope(bitfile *ld, sbr_info *sbr, uint8_t ch);
+void sbr_noise(bitfile *ld, sbr_info *sbr, uint8_t ch);
#ifdef __cplusplus
}