📄 conformance.h
字号:
/*!
************************************************************************
* \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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -