📄 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 + -