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

📄 global.h

📁 图象采集处理系统,基于dsp平台,可以直接运行的工程文件和原理图
💻 H
字号:
/* ======================================================================== */
/*  global.h                                                                */
/* ------------------------------------------------------------------------ */
/*            Copyright (c) 2002 Texas Instruments, Incorporated.           */
/*                           All Rights Reserved.                           */
/* ======================================================================== */

#include "IMG_mpeg2_vld_intra.h" /* define IMG_mpeg2_vld structure        */

#define BSBUF_SIZE  512          /* bitstream buffer size in 32-bit words */
#define NUM_MB      2

typedef struct 
{
    /*  The IMG_mpeg2_vlf structure must occur as first element */
    IMG_mpeg2_vld   mpeg2_vld_cont;
    
    /* Here, user-defined elements may follow */

} MPEG2DEC_INFO;

/* ------------------------------------------------------------------------ */
/*  MPEG-2 quantization and inverse zigzag tables                           */
/* ------------------------------------------------------------------------ */
extern const short Warr[64];
extern const short Warr_inter[64];
extern const unsigned char izigzag_tbl[64];
extern const unsigned char izigzag_tbl1[64];

⌨️ 快捷键说明

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