refbuf.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ************************************************************************
- * 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