H.264编码解码器源码(c语言版本)

源代码在线查看: h.264

软件大小: 1777 K
上传用户: multicolor
关键词: 264 编码解码器 源码 c语言
下载地址: 免注册下载 普通下载 VIP

相关代码

								/*!				 ***************************************************************************				 *				 * \file intrarefresh.h				 *				 * \brief				 *    Pseudo-Raqndom Intra macroblock refresh support				 *				 * \date				 *    16 June 2002				 *				 * \author				 *    Stephan Wenger   stewe@cs.tu-berlin.de				 **************************************************************************/								#ifndef _INTRAREFRESH_H_				#define _INTRAREFRSH_H_								#include 				#include "global.h"								void RandomIntraInit(int xsize, int ysize, int refresh);				void RandomIntraUninit();				int RandomIntra (int mb);   //! returns 1 for MBs that need forced Intra				void RandomIntraNewPicture ();  //! to be called once per picture  												#endif							

相关资源