rc_if.p

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

P
62
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?