ac3_com.h
来自「关于DVD的MPEG2用的DSP代码,在DSP的实现MPEG的压缩,解压算法.」· C头文件 代码 · 共 16 行
H
16 行
/**** 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 + =
减小字号Ctrl + -
显示快捷键?