the newest JM software by h.264 JVT official reference model.

源代码在线查看: refbuf.c

软件大小: 2187 K
上传用户: arnoldzhw
关键词: reference software official newest
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				/*!
				 ************************************************************************
				 * \file refbuf.c
				 *
				 * \brief
				 *    Declarations of the reference frame buffer types and functions
				 ************************************************************************
				 */
				
				#include "global.h"
				#include "refbuf.h"
				
				int height_pad, width_pad;
				int height_pad_cr, width_pad_cr;
				
				
				
				
				
							

相关资源