text_util.p
来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 39 行
P
39 行
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _text_util_P
#define _text_util_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/text_util.c */
Void MB_clip _P_(( Macroblock *mblock/*,
Int maxval*//*by cnwang 04/26/02*/
));
Void MB_clear _P_(( Macroblock *mblock
));
Void BlockIDCT _P_(( Int *coeff_in,
Int block_out[][8]/*,
Int maxval*//*by cnwang 04/26/02*/
));
Void FillMB_decisions _P_(( Int vop_width,
Int vop_height,
Image *MB_decisions
));
Int IntraDCSwitch_Decision _P_(( Int Mode,
Int intra_dc_vlc_thr,
Int Qp
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _text_util_P */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?