?? motionvector.h
字號:
/*****************************************************************************
*
* XVID MPEG-4@220x176 VIDEO DECODER ON ROCKCHIP RK2606
*
* Author:
* Jian Huan <jh@rock-chips.com>
*
* Date:
* 2006-2-15 10:12
****************************************************************************/
#ifndef _MOTIONVECTOR_H_
#define _MOTIONVECTOR_H_
#include "../xvid_decoder.h"
__attribute__((section(".avi_v_text, \"ax\"")))
void
get_0_motion_vector(MACROBLOCK *mb);
__attribute__((section(".avi_v_text, \"ax\"")))
void
get_1_motion_vector( MACROBLOCK *mb, POSITION *pos, short fcode);
__attribute__((section(".avi_v_text, \"ax\"")))
void
get_4_motion_vector(MACROBLOCK *mb, POSITION *pos, short fcode);
#endif //_MOTIONVECTOR_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -