📄 dsp_mp4svp_global.h
字号:
#ifndef _DSP_SVP_GLOBAL_H_
#define _DSP_SVP_GLOBAL_H_
#ifdef _GLOBAL_
UChar * stream;
UChar * pstream;
UChar buffer[256];
UChar * pbfr;
UChar ByteBfr;//8bits buffer
char leftcnt;//num of bits left in the ByteBfr
UInt bytecnt;//num of Bytes put to the buffer
voppara vop_par;
voppara * p_par;
short ***g_DC_store[2];
char * g_motion_x; //mot
char * g_motion_y; //mot
char * g_MB_Mode; //mot
short g_fblock[6][64];
short g_qcoeff[384];
short g_diff[6][15];
UChar g_currMB[384];
UChar g_compMB[384];
unsigned char g_tmpcomUV[81];
char roundtab16[] = {0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2};
#else //_GLOBAL_
extern UChar * stream;
extern UChar * pstream;
extern UChar buffer[256];
extern UChar * pbfr;
extern UChar ByteBfr;
extern char leftcnt;
extern UInt bytecnt;
extern voppara vop_par;
extern voppara * p_par;
extern short ***g_DC_store[2];
extern char * g_motion_x; //mot
extern char * g_motion_y; //mot
extern char * g_MB_Mode; //mot
extern short g_fblock[6][64];
extern short g_qcoeff[384];
extern short g_diff[6][15];
extern UChar g_currMB[384];
extern UChar g_compMB[384];
extern unsigned char g_tmpcomUV[81];
extern char roundtab16[];
#endif//_GLOBAL_
#ifdef _GLOBAL_
#undef _GLOBAL_
#endif
#endif //_DSP_SVP_GLOBAL_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -