refbuf.h
来自「压缩JM12.3d的完整的全部C语言的代码文档,用于嵌入式系统的压缩编解码」· C头文件 代码 · 共 24 行
H
24 行
/*!
************************************************************************
* \file refbuf.h
*
* \brief
* Declarations of the reference frame buffer types and functions
************************************************************************
*/
#ifndef _REBUF_H_
#define _REBUF_H_
// global sub-pel image access variables
int height_pad, width_pad;
int height_pad_cr, width_pad_cr;
imgpel *UMVLine4X (imgpel ****Pic, int y, int x);
imgpel *FastLine4X(imgpel ****Pic, int y, int x);
imgpel *UMVLine8X_chroma (imgpel ****Pic, int y, int x);
imgpel *FastLine8X_chroma(imgpel ****Pic, int y, int x);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?