commonfunc.h

来自「这是G.723和G.729的音频编解码的源代码」· C头文件 代码 · 共 7 行

H
7
字号

void ZeroVec(MotionVector &Vec);
void LoadRefer(BYTE *pInter,BYTE *pBlock,int y,int x,int pixels,int Block,AreaInt & StrPrevInt);
void LoadCBRefer(BYTE *pInter,BYTE *pBlock,int y,int x,int pixels,int Block,AreaInt & StrPrevInt);
void LoadCRRefer(BYTE *pInter,BYTE *pBlock,int y,int x,int pixels,int Block,AreaInt & StrPrevInt);
void YUV_RGB(YUVData DYUV,RGBPixel* DisplayRGB,int nWidth,int nHeight);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?