md_common.h
来自「the newest JM software by h.264 JVT offi」· C头文件 代码 · 共 25 行
H
25 行
/*!
***************************************************************************
* \file
* md_common.h
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Alexis Michael Tourapis <alexismt@ieee.org>
*
* \date
* 4. October 2008
*
* \brief
* Headerfile for common mode functions
**************************************************************************
*/
#ifndef _MD_COMMON_H_
#define _MD_COMMON_H_
extern void SetMotionVectorsMB (ImageParameters *img, PicMotionParams *motion, Macroblock *currMB);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?