📄 text_quant.p
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -