?? vscale.h
字號:
/* Copyright 1996, ESS Technology, Inc. *//* SCCSID @(#)vscale.h 1.1 11/19/97 */ /* * $Log$ */#ifdef VSCALE#ifndef _VSCALE_H_#define _VSCALE_H_/************************************************************************* * global variables defined in vscale.c * *************************************************************************/extern int VscaleReady; /* ready to scale */extern int VscaleStart; /* start to scale */extern int VscaleLineOutY; /* where to find output */extern int VscaleLineInY; /* where to find input */extern int VscaleDeltaOut; /* vertical size of macroblock after scaling */extern int VscaleLastFrame; /* force last frame scaling when we see 0xb7 */extern int H_VscaleFrame; /* input only, not changed inside vscale *//************************************************************************* * global function prototype * *************************************************************************/void vscale2(void);void resetVscale(void);void initVscale(int);void initVscale_Pointer(void);#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -