mocomp.h
来自「decode the h264 video」· C头文件 代码 · 共 14 行
H
14 行
#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 + =
减小字号Ctrl + -
显示快捷键?