conformance.h
来自「the newest JM software by h.264 JVT offi」· C头文件 代码 · 共 30 行
H
30 行
/*!
************************************************************************
* \file conformance.h
*
* \brief
* Level & Profile Related definitions
*
* \author
* Alexis Michael Tourapis <alexismt@ieee.org> \n
*
************************************************************************
*/
#ifndef _CONFORMANCE_H_
#define _CONFORMANCE_H_
void ProfileCheck(void);
void LevelCheck(void);
void update_mv_limits(ImageParameters *img, byte is_field);
void clip_mv_range(ImageParameters *img, int search_range, MotionVector *mv, int res);
int out_of_bounds_mvs(ImageParameters *img, short mv[2]);
void test_clip_mvs(ImageParameters *img, short mv[2], Boolean write_mb);
int CheckPredictionParams(pic_parameter_set_rbsp_t *active_pps, Block8x8Info *b8x8info, int mode, int bslice);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?