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

源代码在线查看: leaky_bucket.h

软件大小: 537 K
上传用户: stone825
关键词: 264 zip 编码解码器 源码
下载地址: 免注册下载 普通下载 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"								/* Leaky Bucket Parameter Optimization */				#ifdef _LEAKYBUCKET_				int get_LeakyBucketRate(unsigned long NumberLeakyBuckets, unsigned long *Rmin);				void PutBigDoubleWord(unsigned long dw, FILE *fp);				void write_buffer(unsigned long NumberLeakyBuckets, unsigned long Rmin[], unsigned long Bmin[], unsigned long Fmin[]);				void Sort(unsigned long NumberLeakyBuckets, unsigned long *Rmin);				void calc_buffer();				#endif								#endif											

相关资源