⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mbcoding.h

📁 这是市场上采用瑞芯微方案的蓝魔MP4的源代码,是我好不容易弄来与大家分享的,一起来研究学习.
💻 H
字号:
/*****************************************************************************
 *
 *  XVID MPEG-4@220x176 VIDEO DECODER ON ROCKCHIP RK2606
 *	
 *	Author:
 *		Jian Huan	<jh@rock-chips.com>
 *
 *	Date:
 *		2006-2-15 10:12
 ****************************************************************************/

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -