G729、h263、h264、MPEG4四种最流行的音频和视频标准的压缩和解压算法的源代码.rar

源代码在线查看: leaky_bucket.h

软件大小: 1357 K
上传用户: jellylihui
关键词: MPEG4 G729 h263 h264
下载地址: 免注册下载 普通下载 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
				
							

相关资源