sait_rc.p

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

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

#ifndef _sait_rc_P
#define _sait_rc_P

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


/* vm_enc/src/sait_rc.c */
Int  	GetMBQuant _P_((	Int vo_id,
			Int mb_num
	));
void  	compute_VC _P_((	Image *MB_decisions,
			Vop *vop,
			Int vo_id,
			Int vo_type
	));
void  	compute_TC _P_((	Vop *vop,
			Int vo_id
	));
void  	compute_CC _P_((	Vop *vop,
			Int vo_id
	));
Int  	estimation _P_((	Int vo_id,
			Int vopcount,
			Int vo_type
	));
Void  	SetMB_QP _P_((	Int vo_id,
			Int QP,
			Int Height,
			Int Width,
			Int vo_type
	));
Void  	SetFirstIntraQPs _P_((	Int numVOs,
			Int QP,
			Int *Height,
			Int *Width,
			Int BitPerFrame
	));
Void  	SetFirstIntraQP _P_((	Vop *curr,
			VolConfig *vol_config,
			Int vo_id,
			Int vol_id
	));
Void  	SetFirstInterQP _P_((	Vop *curr,
			VolConfig *vol_config,
			Int vo_id,
			Int vol_id
	));
Void  	HVSClassification _P_((	Vop *curr,
			Vop *rec_curr,
			VolConfig *vol_config,
			Int vo_id
	));
Void  	SetFirstIntraQuantizer _P_((	Vol *base_layer,
			VolConfig *layer_config,
			Int frame,
			Float time,
			Int NumVOs
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _sait_rc_P  */ 

⌨️ 快捷键说明

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