prepost.h

来自「基于TI DSP TMS320DM642 平台的上的H.263示例代码。」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef PREPOSTH_
#define PREPOSTH_
/* ======================================================================== */
/* Image and scratch buffer structures for pre-post processing operations   */
/* ======================================================================== */
typedef struct{
					unsigned char *Y_data;
					unsigned char *Cb_data;
					unsigned char *Cr_data;
			  } IMG;
typedef struct{
					unsigned char *in_data;
					int  size;
			  } SCRATCH;

#define LINE_SZ 720
#define MAX_NUM_LINES_PER_FIELD 240

#endif


⌨️ 快捷键说明

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