refbuf.h
来自「H264视频编解码程序」· C头文件 代码 · 共 29 行
H
29 行
/*!
************************************************************************
* \file refbuf.h
*
* \brief
* Declarations of the reference frame buffer types and functions
************************************************************************
*/
#ifndef _REBUF_H_
#define _REBUF_H_
pel_t UMVPelY_14 (pel_t **Pic, int y, int x, int height, int width);
pel_t FastPelY_14 (pel_t **Pic, int y, int x, int height, int width);
pel_t FastPelY14 (pel_t **Pic, int y, int x, int height, int width);
pel_t *UMVLine4X (pel_t **Pic, int y, int x, int height4, int width4);
pel_t *FastLine4X (pel_t **Pic, int y, int x, int height, int width);
pel_t *FastLine16Y_11 (pel_t *Pic, int y, int x, int height, int width);
pel_t *UMVLine16Y_11 (pel_t *Pic, int y, int x, int height, int width);
void PutPel_14 (pel_t **Pic, int y, int x, pel_t val);
void PutPel_11 (pel_t *Pic, int pel_pos, pel_t val);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?