text_quant.p

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

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

#ifndef _text_quant_P
#define _text_quant_P

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


/* vm_common/src/text_quant.c */
#if 0 /*by cnwang, 06/30/02*/
Int  	cal_dc_scaler _P_((	Int QP,
			Int type
	));
#endif /*by cnwang, 06/30/02*/
Void  	BlockQuantH263 _P_((	Int *coeff,
			Int QP,
			Int mode,
			Int type,
			Int *qcoeff,
			/*Int maxDC,*/
			Int image_type
	));
Void  	BlockDequantH263 _P_((	Int *qcoeff,
			Int QP,
			Int mode,
			Int type,
			Int *rcoeff,
			Int image_type,
			Int short_video_header
	));
Void  	BlockQuantMPEG _P_((	Int *coeff,
			Int QP,
			Int mode,
			Int type,
			Int *qmat,
			Int *qcoeff,
			/*Int maxDC,*//*by cnwang, 04/26/02*/
			Int image_type
	));
Void  	BlockDequantMPEG _P_((	Int *qcoeff,
			Int QP,
			Int mode,
			Int type,
			Int *qmat,
			Int *rcoeff,
			Int image_type
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _text_quant_P  */ 

⌨️ 快捷键说明

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