00001 00002 /*! 00003 ************************************************************************ 00004 * \file report.h 00005 * 00006 * \brief 00007 * headers for frame format related information 00008 * 00009 * \author 00010 * 00011 ************************************************************************ 00012 */ 00013 #ifndef _REPORT_H_ 00014 #define _REPORT_H_ 00015 #include "contributors.h" 00016 #include "global.h" 00017 #include "enc_statistics.h" 00018 00019 extern void report ( ImageParameters *p_Img, InputParameters *p_Inp, StatParameters *p_Stats ); 00020 extern void information_init ( ImageParameters *p_Img, InputParameters *p_Inp, StatParameters *p_Stats ); 00021 extern void report_frame_statistic( ImageParameters *p_Img, InputParameters *p_Inp ); 00022 extern void report_stats_on_error (void); 00023 00024 #endif 00025