Sunplus 8202S source code.

源代码在线查看: dsp3rom.d16.dts.8200.c

软件大小: 30179 K
上传用户: zxc28287176
关键词: Sunplus source 8202S code
下载地址: 免注册下载 普通下载 VIP

相关代码

				#define	DSPcode		DSP3_DTS_8200_code
				//#define	DSPcodelen	DSP3_DTS_8200_codelen
				
				#include "dsp3rom.d16.dts.8200.inc"
				#include "dsp3_codec_extern_param.h"
				
				//const	unsigned	DSPcodelen = sizeof(DSPcode);
				
				const DSP3_CODEC_INFO     g_stDSP3Info_DTS_8200 =
				{
				    (BYTE*)DSPcode,
				    DSP3_DTS_8200_IM,
				    DSP3_DTS_8200_DM,
				    DSP3_DTS_8200_PM,
				#ifndef DVDRELEASE
				    "dsp3rom.d16.dts.8200",
				#endif
				};
				
				#undef	DSPcode
				//#undef	DSPcodelen
				
							

相关资源