?? prepost.h
字號:
#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 287
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -