rc_buffer.p

来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 31 行

P
31
字号
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _rc_buffer_P
#define _rc_buffer_P

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


/* vm_enc/src/rc_buffer.c */
void  	buffer_init _P_((	BUFFER *buffer,
			Int size,
			Int init_occup,
			Int frame_bit_rate
	));
void  	buffer_put _P_((	BUFFER *buffer,
			Int num_bits
	));
Int  	get_num_frames _P_((void));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _rc_buffer_P  */ 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?