tm5rc.p

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

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

#ifndef _tm5rc_P
#define _tm5rc_P

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


/* vm_enc/src/tm5rc.c */
Void * 	tm5rc_init_seq _P_((	VolConfig *cfg,
			Int rc_type
	));
void  	tm5rc_init_GOP _P_((	Int np,
			Int nb,
			void *rcdata
	));
void  	tm5rc_init_pict _P_((	Vop *vop,
			void *rcdata
	));
void  	tm5_calc_actj _P_((	Vop *vop,
			Double *mbact
	));
void  	tm5rc_update_pict _P_((	Vop *vop,
			BitCount *bc,
			void *rcdata
	));
Int  	tm5rc_start_mb _P_((	void *rcdata
	));
Int  	tm5rc_calc_mquant _P_((	Int j,
			UInt size,
			void *rcdata
	));
Double  	tm5_var_sblk _P_((	SInt *p,
			Int lx
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _tm5rc_P  */ 

⌨️ 快捷键说明

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