📄 text_bits.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _text_bits_P
#define _text_bits_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_enc/src/text_bits.c */
Void MB_CodeCoeff _P_(( Bits *bits,
Int *qcoeff,
Int Mode,
Int CBP,
Int ncoeffs,
Int intra_dcpred_disable,
Image *DCbitstream,
Image *bitstream,
Int direction[],
Int error_res_disable,
Int reverse_vlc,
Int switched
));
Int IntraDC_dpcm _P_(( Int val,
Int lum,
Image *bitstream
));
Int CodeCoeff _P_(( Int j_start,
Int Mode,
Int qcoeff[],
Int block,
Int ncoeffs,
Image *bitstream
));
Int CodeCoeff_RVLC _P_(( Int j_start,
Int Mode,
Int qcoeff[],
Int block,
Int ncoeffs,
Image *bitstream
));
void Bits_Reset _P_(( Bits *bits
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _text_bits_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -