www.pudn.com > motiotest.rar > 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