📄 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 + -