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

📄 ac3_com.h

📁 关于DVD上的PCM的解码的代码,PCM的DSP压缩,解调的算法,用RISC32指令来写.
💻 H
字号:
/**** Algorithm modifiers ****/
#define DEBUG 1			/* Enable debugging files */
#define ERRMSG 1 		/* Enable error messaging to the screen */
#define GNRNG 1			/* Enable gain-ranging */
#define SWTCH 1			/* Allow switch statements */
#define KCAPABLE 1		/* Enables karaoke capable code */

/**** Linked include files ****/
#include "dolby_pl.h"
;#include "ac3_sim.h"
#include "ac3_equ.h"
#include "ac3_mac.h"		/* macros */

#include "globalv.h"		// definition of global variables in LB

⌨️ 快捷键说明

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