MISR Toolkit
1.5.1
|
Go to the source code of this file.
Macros | |
#define | BITS_IN_JSAMPLE 8 /* use 8 or 12 */ |
#define | MAX_COMPONENTS 10 /* maximum number of image components */ |
#define | GETJSAMPLE(value) ((int) (value) & 0xFF) |
#define | MAXJSAMPLE 255 |
#define | CENTERJSAMPLE 128 |
#define | GETJOCTET(value) ((value) & 0xFF) |
#define | JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ |
#define | METHODDEF(type) static type |
#define | LOCAL(type) static type |
#define | GLOBAL(type) type |
#define | EXTERN(type) extern type |
#define | JMETHOD(type, methodname, arglist) type (*methodname) () |
#define | FAR |
#define | FALSE 0 /* values of boolean */ |
#define | TRUE 1 |
Typedefs | |
typedef char | JSAMPLE |
typedef short | JCOEF |
typedef char | JOCTET |
typedef short | UINT8 |
typedef unsigned int | UINT16 |
typedef short | INT16 |
typedef long | INT32 |
typedef unsigned int | JDIMENSION |
typedef int | boolean |
#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ |
Definition at line 24 of file jmorecfg.h.
#define CENTERJSAMPLE 128 |
Definition at line 75 of file jmorecfg.h.
Definition at line 220 of file jmorecfg.h.
Definition at line 263 of file jmorecfg.h.
#define FAR |
Definition at line 247 of file jmorecfg.h.
#define GETJOCTET | ( | value | ) | ((value) & 0xFF) |
Definition at line 120 of file jmorecfg.h.
#define GETJSAMPLE | ( | value | ) | ((int) (value) & 0xFF) |
Definition at line 69 of file jmorecfg.h.
Definition at line 195 of file jmorecfg.h.
Definition at line 233 of file jmorecfg.h.
#define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ |
Definition at line 180 of file jmorecfg.h.
Definition at line 193 of file jmorecfg.h.
#define MAX_COMPONENTS 10 /* maximum number of image components */ |
Definition at line 36 of file jmorecfg.h.
#define MAXJSAMPLE 255 |
Definition at line 74 of file jmorecfg.h.
Definition at line 191 of file jmorecfg.h.
#define TRUE 1 |
Definition at line 266 of file jmorecfg.h.
typedef int boolean |
Definition at line 260 of file jmorecfg.h.
typedef short INT16 |
Definition at line 156 of file jmorecfg.h.
typedef long INT32 |
Definition at line 165 of file jmorecfg.h.
typedef short JCOEF |
Definition at line 100 of file jmorecfg.h.
typedef unsigned int JDIMENSION |
Definition at line 178 of file jmorecfg.h.
typedef char JOCTET |
Definition at line 116 of file jmorecfg.h.
typedef char JSAMPLE |
Definition at line 65 of file jmorecfg.h.
typedef unsigned int UINT16 |
Definition at line 150 of file jmorecfg.h.
typedef short UINT8 |
Definition at line 141 of file jmorecfg.h.