Go to the source code of this file.
Defines | |
#define | BITS_IN_JSAMPLE 12 |
#define | MAX_COMPONENTS 10 /* maximum number of image components */ |
#define | GETJSAMPLE(value) ((int) (value)) |
#define | MAXJSAMPLE 4095 |
#define | CENTERJSAMPLE 2048 |
#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 short | 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 |
|
Definition at line 24 of file jmorecfg.h. |
|
Definition at line 87 of file jmorecfg.h. |
|
Definition at line 189 of file jmorecfg.h. |
|
Definition at line 229 of file jmorecfg.h. |
|
Definition at line 214 of file jmorecfg.h. |
|
Definition at line 118 of file jmorecfg.h. |
|
Definition at line 84 of file jmorecfg.h. |
|
Definition at line 187 of file jmorecfg.h. |
|
Definition at line 201 of file jmorecfg.h. |
|
Definition at line 172 of file jmorecfg.h. |
|
Definition at line 185 of file jmorecfg.h. |
|
Definition at line 34 of file jmorecfg.h. |
|
Definition at line 86 of file jmorecfg.h. |
|
Definition at line 183 of file jmorecfg.h. |
|
Definition at line 232 of file jmorecfg.h. |
|
Definition at line 226 of file jmorecfg.h. |
|
Definition at line 154 of file jmorecfg.h. |
|
Definition at line 160 of file jmorecfg.h. |
|
Definition at line 98 of file jmorecfg.h. |
|
Definition at line 170 of file jmorecfg.h. |
|
Definition at line 114 of file jmorecfg.h. |
|
Definition at line 83 of file jmorecfg.h. |
|
Definition at line 148 of file jmorecfg.h. |
|
Definition at line 139 of file jmorecfg.h. |