?? mot_code.h
字號:
//圖象運動數據結構的定義和處理函數的函數申明
/* mot_code.h */
#ifndef _MOT_CODE_H_
#define _MOT_CODE_H_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
Int Bits_CountMB_Motion _P_(( Image *mot_h,
Image *mot_v,
Image *alpha,
Image *modes,
Int h,
Int v,
Int f_code,
Int quarter_pel,
Image *bs,
Int error_res_disable,
Int after_marker,
Int **slice_nb,
Int arbitrary_shape
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _MOT_CODE_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -