report.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  ************************************************************************
  3.  * file report.h
  4.  *
  5.  * brief
  6.  *    headers for frame format related information
  7.  *
  8.  * author
  9.  *
  10.  ************************************************************************
  11.  */
  12. #ifndef _REPORT_H_
  13. #define _REPORT_H_
  14. #include "contributors.h"
  15. #include "global.h"
  16. #include "enc_statistics.h"
  17. void report ( ImageParameters *img, InputParameters *params, StatParameters *stats);
  18. void information_init ( ImageParameters *img, InputParameters *params, StatParameters *stats);
  19. void report_frame_statistic(void);
  20. void report_stats_on_error (void);
  21. #endif