www.pudn.com > wm2.5.zip > output.h


/*! 
 *************************************************************************** 
 * \file 
 *     interprediction.h 
 * 
 * \brief 
 *    
 *     
 * 
 * \date 
 *    01. Apr 2005 
 *************************************************************************** 
 */ 
#ifndef _OUTPUT_H 
#define _OUTPUT_H 
 
void tracebits(const char *trace_str,  //!< tracing information, char array describing the symbol 
							 int len,                //!< length of syntax element in bits 
							 int info,               //!< infoword of syntax element 
							 int value1); 
 
void tracebits2(const char *trace_str,  
                int len,  
                int info); 
 
void tracebits3(const char *trace_str,  
                int len,	 
                int info,  
                int value1); 
 
 
#endif