📄 mot_vop.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _mot_vop_P
#define _mot_vop_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_enc/src/mot_vop.c */
Void MotionEstimatePicture _P_(( Vop *curr_vop,
SInt *prev,
SInt *prev_ipol,
Int vop_width,
Int vop_height,
/*Int enable_8x8_mv,*//*by cnwang, 06/18/02*/
/*Int quarter_pel,
Int edge,*//*by cnwang, 04/07/02*/
Int f_code,
/*Int br_x,
Int br_y,*//*by cnwang, 04/18/02*/
Int br_width,
Int br_height,
Int ref_sel_code,
Float *mv16_w,
Float *mv16_h,
Float *mv8_w,
Float *mv8_h,
/*Float *mvF_w,
Float *mvF_h,*//*by cnwang, 04/27/02*/
SInt *mode16/*,
Vop *prev_rec_vop*//* by cnwang, 04/20/02*/
));
Int FullPelMotionEstMB _P_(( Vop *curr_vop,
SInt *prev,
/*Int br_x,
Int br_y,*//*by cnwang, 04/18/02*/
Int br_width,
Int br_height,
Int i,
Int j,
/*Int prev_x,
Int prev_y,*//*by cnwang, 04/18/02*/
Int vop_width,
Int vop_height,
/*Int enable_8x8_mv,*//*by cnwang, 06/18/02*/
/*Int edge,*//*by cnwang, 04/07/02*/
Int f_code,
Int sr,
Int ref_sel_code,
Float *mv16_w,
Float *mv16_h,
Float *mv8_w,
Float *mv8_h,
/*Float *mvF_w,
Float *mvF_h,*//*by cnwang, 04/27/02*/
SInt *halfpelflags
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _mot_vop_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -