report.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ************************************************************************
- * 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