dsp3rom.d16.ac3.2ch.c
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #define DSPcode DSP3_AC3_2CH_code
- //#define DSPcodelen DSP3_AC3_2CH_codelen
- #include "dsp3rom.d16.ac3.2ch.inc"
- #include "dsp3_codec_extern_param.h"
- //const unsigned DSPcodelen = sizeof(DSPcode);
- const DSP3_CODEC_INFO g_stDSP3Info_AC3_2CH =
- {
- (BYTE*)DSPcode,
- DSP3_AC3_2CH_IM,
- DSP3_AC3_2CH_DM,
- DSP3_AC3_2CH_PM,
- #ifndef DVDRELEASE
- "dsp3rom.d16.ac3.2ch",
- #endif
- };
- #undef DSPcode
- //#undef DSPcodelen