📄 report.h
字号:
/*!
************************************************************************
* \file report.h
*
* \brief
* headers for frame format related information
*
* \author
*
************************************************************************
*/
#ifndef _REPORT_H_
#define _REPORT_H_
#include "contributors.h"
#include "global.h"
#include "enc_statistics.h"
void report ( ImageParameters *img, InputParameters *params, StatParameters *stats);
void information_init ( ImageParameters *img, InputParameters *params, StatParameters *stats);
void report_frame_statistic(void);
void report_stats_on_error (void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -