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

📄 rc_if.p

📁 本资源主要是MPEG-4压缩编码算法的C源码实现
💻 P
字号:
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _rc_if_P
#define _rc_if_P

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


/* vm_enc/src/rc_if.c */
void  	RC_init_global _P_((	VOConfig *list,
			Char *rc_ctl_string,
			Int *rc_algorithm_used
	));
Int  	RC_QuantAdjust _P_((	Int vo_id,
			Int vol_id,
			VOConfig *vo_list,
			VolConfig *vol_config,
			Float mad,
			Vop *curr,
			Vop *error_vop,
			UInt num_pels_vop,
			Int frame_type
	));
Int  	RC_FrameSkipping _P_((	Int vo_id,
			Int vol_id
	));
void  	RC_UpdateAfterSkipping _P_((	Int vo_id,
			Int vol_id,
			Int frame_type
	));
void  	RC_ExcludeIFrame _P_((	Int vo_id,
			Int vol_id,
			Int vopbits
	));
void  	RC_UpdateModel _P_((	Int vo_id,
			Int vol_id,
			Int vopbits,
			Int vopheader,
			Double dist,
			Int frame_type
	));
Int  	RC_UpdateBuffer _P_((	VOConfig *vo_list,
			BitCount num_bits[32 ][16 ]
	));
Int  	RC_GlobalFrameSkipping _P_((	VOConfig *vo_list
	));
Void  	RC_Free _P_((	VOConfig *vo_list,
			Int rc_algorithm
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _rc_if_P  */ 

⌨️ 快捷键说明

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