Doxygen Source Code Documentation
general.h File Reference
Go to the source code of this file.
| Defines | |
| #define | NULL 0 | 
| #define | TRUE 1 | 
| #define | FALSE 0 | 
| #define | SPACE ' ' | 
| #define | TAB '\t' | 
| #define | SEMICOLON ';' | 
| #define | NULL_CHAR '\0' | 
| #define | NEWLINE '\n' | 
| #define | BOOLEAN_DEFINED | 
| #define | HAVE_BOOLEAN | 
| #define | max(a, b) ((a) > (b) ? (a) : (b)) | 
| #define | min(a, b) ((a) < (b) ? (a) : (b)) | 
| #define | abs(a) ((a) >= 0 ? (a) : -(a)) | 
| Typedefs | |
| typedef int | boolean | 
| typedef unsigned char | uint8 | 
| typedef char | int8 | 
| typedef unsigned short | uint16 | 
| typedef short | int16 | 
| typedef unsigned int | uint32 | 
| typedef int | int32 | 
Define Documentation
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
Typedef Documentation
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 141 of file general.h. Referenced by mp_quant_zig_block(), mp_rle_huff_block(), mp_rle_huff_pblock(), and UnQuantZig(). | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 151 of file general.h. Referenced by mp_rle_huff_block(), and mp_rle_huff_pblock(). | 
| 
 | 
| 
 | 
 
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
 
 
 
 
       
	   
	   
	   
	  