?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -