mbcoding.h

来自「瑞芯微RK2608固件源代码」· C头文件 代码 · 共 28 行

H
28
字号
/*****************************************************************************
 *
 *  XVID MPEG-4@QVGA VIDEO DECODER ON ROCKCHIP RK2606
 *	
 *	Author:
 *		Jian Huan	<jh@rock-chips.com>
 *
 *	Date:
 *		2005-06-15
 ****************************************************************************/

#ifndef _MB_CODING_H_
#define _MB_CODING_H_

__attribute__((section(".avi_v_text, \"ax\"")))
short 
get_mcbpc_inter(BITSTREAM * bs);

__attribute__((section(".avi_v_text, \"ax\"")))
short 
get_cbpy(BITSTREAM * bs,  short intra);

__attribute__((section(".avi_v_text, \"ax\"")))
void
get_imb_layer(BITSTREAM * , MACROBLOCK * ,DECCOEFF * );

#endif /* _MB_CODING_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?