vm_stats.p
来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 81 行
P
81 行
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _vm_stats_P
#define _vm_stats_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_enc/src/vm_stats.c */
Void DoPrintSessionStartStat _P_(( BitCount num_bits[32 ][16 ],
VO *vo_list,
File *file
));
Void PrintSessionStartStat _P_(( BitCount num_bits[32 ][16 ],
VO *vo_list,
Int mode
));
Void DoPrintTimeStartStat _P_(( Float time,
File *file
));
Void PrintTimeStartStat _P_(( Float time,
Char *stats_file,
Int mode
));
Void DoPrintVolTimeEndStat _P_(( BitCount num_bits[32 ][16 ],
Int vo_id,
Int vol_id,
Int type,
File *file,
Int aux_comp_count
));
Void PrintVolTimeEndStat _P_(( BitCount num_bits[32 ][16 ],
Int vo_id,
Int vol_id,
Int type,
Int mode,
Int aux_comp_count
));
Void DoPrintSessionEndStat _P_(( BitCount num_bits[32 ][16 ],
VO *vo_list,
File *file
));
Void PrintSessionEndStat _P_(( BitCount num_bits[32 ][16 ],
VO *vo_list,
Int mode
));
Void DoPrintVolTimeStartStat _P_(( Int vol_id,
Int frame,
File *file
));
Void PrintVolTimeStartStat _P_(( BitCount num_bits[32 ][16 ],
Int vo_id,
Int vol_id,
Int frame,
Int mode
));
Void DoPrintVOTimeStartStat _P_(( Int id,
File *file
));
Void PrintVOTimeStartStat _P_(( BitCount num_bits[32 ][16 ],
VO *vo,
Int mode
));
Void NLSPrintVolTimeEndStat _P_(( BitCount *bc,
Vop *vop,
Float time,
File *fp
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _vm_stats_P */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?