comparison mpegaudio.h @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents e2fdb793069c
children 1e39f273ecd6
comparison
equal deleted inserted replaced
1063:fdeac9642346 1064:b32afefe7d33
15 #define MPA_DUAL 2 15 #define MPA_DUAL 2
16 #define MPA_MONO 3 16 #define MPA_MONO 3
17 17
18 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf); 18 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
19 19
20 extern const UINT16 mpa_bitrate_tab[2][3][15]; 20 extern const uint16_t mpa_bitrate_tab[2][3][15];
21 extern const UINT16 mpa_freq_tab[3]; 21 extern const uint16_t mpa_freq_tab[3];
22 extern const unsigned char *alloc_tables[5]; 22 extern const unsigned char *alloc_tables[5];
23 extern const double enwindow[512]; 23 extern const double enwindow[512];
24 extern const int sblimit_table[5]; 24 extern const int sblimit_table[5];
25 extern const int quant_steps[17]; 25 extern const int quant_steps[17];
26 extern const int quant_bits[17]; 26 extern const int quant_bits[17];
27 extern const INT32 mpa_enwindow[257]; 27 extern const int32_t mpa_enwindow[257];