⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 refbuf.h

📁 压缩JM12.3d的完整的全部C语言的代码文档,用于嵌入式系统的压缩编解码
💻 H
字号:

/*!
 ************************************************************************
 * \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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -