📄 mocomp.h
字号:
#ifndef __MOCOMP_H__#define __MOCOMP_H__#include "common.h"#include "mode_pred.h"void MotionCompensateTB(frame *this, frame *ref, int org_x, int org_y, int mvx, int mvy);void MotionCompensateMB(frame *this, frame *ref, mode_pred_info *mpi, int org_x, int org_y);#endif /*__MOCOMP_H__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -