?? h.264
字號:
/*! *************************************************************************** * * \file leaky_bucket.h * * \brief * Header for Leaky Buffer parameters * * \author * Main contributors (see contributors.h for copyright, address and affiliation details) * - Shankar Regunathan <shanre@microsoft.com> **************************************************************************/#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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -