fshtone.h
来自「ESS3890+SL原代码(1*16内存)」· C头文件 代码 · 共 46 行
H
46 行
/* Copyright 2002, ESS Technology, Inc. *//* SCCSID @(#)fshtone.h 4.1 11/05/02 */#ifdef FLESHTONEint fleshtone_index; /* Fleshtone orig Index */int fleshtone_proc; /* Flag for Fleshtone Proc_ing */void Fleshtone_Pnt_Proc(int, int, int, int, int);void Fleshtone_MB_Proc(void);void FleshTone_Main_Proc(void);void Fleshtone_Init();#ifdef JPEG_DEC#define MemAStart 0x15180 /* (720*480)>>2 */#define MemBStart MemAStart/2#define CellHeight 12typedef struct { DISP_Info *dip_jpg; DISP_Info *dip_dst; int JpgFtoneState; /* Fleshtone State of JPEG COPY */ int dir; /* FROM JPEG to SAVE or Inverse */ int jpg_offset; /* Offset Address Fr JPEG DIS_FM*/ int Width; /* Width of JPEG's DisplayFrame */ int Height; /* Height of JPEG's DisplayFrame*/ int HeightCopied; /* Height has been copied Fr JPG*/} FleshtoneJpgMap;FleshtoneJpgMap FJ_map;int Fleshtone_JPG_Start(int frame_num, int dir);void Fleshtone_JPG_UVProc();void Fleshtone_JPG_UVBProc(int,int,int,int,int,int,int,int,int);extern int jpg_numer; /* Extern variable from JPEG */extern int jpg_denom; /* Extern variable from JPEG */extern int old_jpg_width; /* Extern variable from JPEG */extern int old_jpg_height; /* Extern variable from JPEG */extern int vcx_scn_height; /* Extern variable from JPEG */extern int is_jpeg; /* Extern variable from JPEG */extern int JpgFleshtoneVscale;#endif JPEG_DEC#endif FLESHTONE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?