⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sait_rc.p

📁 本资源主要是MPEG-4压缩编码算法的C源码实现
💻 P
字号:
/*
 * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -