rc_q2data.p

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

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

#ifndef _rc_q2data_P
#define _rc_q2data_P

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


/* vm_enc/src/rc_q2data.c */
void  	rcQ2_print _P_((	RCQ2_DATA *rcc,
			FILE *file,
			char *prefix
	));
void  	rcQ2_init _P_((	RCQ2_DATA *rcd,
			VolConfig *vol_config,
			Int *qp_first
	));
void  	rcQ2_update _P_((	RCQ2_DATA *rcc,
			RC_HIST *rch,
			Int vopbits,
			Int frame_type
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _rc_q2data_P  */ 

⌨️ 快捷键说明

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