⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp3dec_alloc_tab.h

📁 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.
💻 H
字号:
/*//////////////////////////////////////////////////////////////////////////////////                  INTEL CORPORATION PROPRIETARY INFORMATION//     This software is supplied under the terms of a license agreement or//     nondisclosure agreement with Intel Corporation and may not be copied//     or disclosed except in accordance with the terms of that agreement.//          Copyright(c) 2003-2005 Intel Corporation. All Rights Reserved.//*/#ifndef __MP3DEC_ALLOC_TAB_H__#define __MP3DEC_ALLOC_TAB_H__#ifdef __cplusplusextern "C" {#endif/*Table 3-B.2a Possible quantization per subbandFs = 48 kHz Bit rates per channel = 56, 64, 80, 96, 112, 128, 160, 192 kbits/s,and free formatFs = 44.1 kHz Bit rates per channel = 56, 64, 80 kbits/sFs = 32 kHz Bit rates per channel = 56, 64, 80 kbits/s*/extern unsigned char mp3dec_alloc_table1[];extern int mp3dec_nbal_alloc_table1[32];/*Table 3-B.2b. Possible quantization per subbandFs = 48 kHz -------------- not relevant --------------Fs = 44.1 kHz Bitrates per channel = 96, 112, 128, 160, 192 kbits/sand free formatFs = 32 kHz Bitrates per channel = 96, 112, 128, 160, 192 kbits/sand free format*/extern unsigned char mp3dec_alloc_table2[];extern int mp3dec_nbal_alloc_table2[32];/*Table 3-B.2c. Possible quantization per subbandFs = 48 kHz Bitrates per channel = 32, 48 kbits/sFs = 44.1 kHz Bitrates per channel = 32, 48 kbits/sFs = 32 kHz -------- not relevant --------*/extern unsigned char mp3dec_alloc_table3[];extern int mp3dec_nbal_alloc_table3[32];/*Table 3-B.2d. Possible quantization per subbandFs = 48 kHz  ------- not relevant -------Fs = 44.1kHz  ------- not relevant -------Fs = 32 kHz  Bitrates per channel = 32, 48 kbits/s*/extern unsigned char mp3dec_alloc_table4[];extern int mp3dec_nbal_alloc_table4[32];/*Table B-1 (MPEG 2). Possible quantization per subbandFs = 16, 22.05, 24 kHz*/extern unsigned char mp3dec_alloc_table5[];extern int mp3dec_nbal_alloc_table5[32];extern int mp3dec_cls_quant[17];extern int mp3dec_numbits[17];extern int mp3dec_sblimit_table[];extern short *mp3dec_degroup[];#ifdef __cplusplus}#endif#endif //__ALLOC_TAB_H__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -