H.264ITU-T 标准源码JM98 ITU推荐的免费解码器

源代码在线查看: leaky_bucket.h

软件大小: 813 K
上传用户: ywc123456
关键词: ITU-T 264 ITU 98
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				/*!
				 *************************************************************************************
				 * \file leaky_bucket.h
				 *
				 * \brief
				 *    Header for Leaky Buffer parameters
				 *
				 * \author
				 *    Main contributors (see contributors.h for copyright, address and affiliation details)
				 *    - Shankar Regunathan                   
				 *************************************************************************************
				 */
				#ifndef _LEAKY_BUCKET_H_
				#define _LEAKY_BUCKET_H_
				
				#include "global.h"
				
				#ifdef _LEAKYBUCKET_
				// Leaky Bucket functions
				unsigned long GetBigDoubleWord(FILE *fp);
				void calc_buffer(struct inp_par *inp);
				#endif
				
				#endif
				
							

相关资源