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

📄 refbuf.h

📁 H.264的编码器
💻 H
字号:

/*!
 ************************************************************************
 * \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* UMVLineX  (int, pel_t*, int, int, int, int);
pel_t* UMVLineX2 (int, pel_t*, int, int, int, int);
pel_t* FastLineX (int, pel_t*, int, int, int, int);

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 *UMVLine4X2 (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 *UMVLine16Y_11 (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);

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