From a7702890bd470fc1683578609b7e1c5a2acfcd94 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 9 Jul 2006 10:33:49 +0000 Subject: remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'libavutil/common.h') diff --git a/libavutil/common.h b/libavutil/common.h index ffded89a4c..5318d3cb42 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -339,30 +339,6 @@ extern const uint32_t inverse[256]; # define FASTDIV(a,b) ((a)/(b)) #endif -/* define it to include statistics code (useful only for optimizing - codec efficiency */ -//#define STATS - -#ifdef STATS - -enum { - ST_UNKNOWN, - ST_DC, - ST_INTRA_AC, - ST_INTER_AC, - ST_INTRA_MB, - ST_INTER_MB, - ST_MV, - ST_NB, -}; - -extern int st_current_index; -extern unsigned int st_bit_counts[ST_NB]; -extern unsigned int st_out_bit_counts[ST_NB]; - -void print_stats(void); -#endif - /* misc math functions */ extern FF_IMPORT_ATTR const uint8_t ff_log2_tab[256]; -- cgit v1.2.3