ReactOS 0.4.16-dev-753-g705a985
|
Go to the source code of this file.
Macros | |
#define | BITS_IN_JSAMPLE 8 /* use 8, 9, 10, 11, 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 | JPEG_IMPEXP |
#define | JPEG_API |
#define | METHODDEF(type) static type |
#define | LOCAL(type) static type |
#define | GLOBAL(type) type JPEG_API |
#define | EXTERN(type) extern JPEG_IMPEXP type JPEG_API |
#define | JMETHOD(type, methodname, arglist) type (*methodname) () |
#define | FAR |
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 void | noreturn_t |
Enumerations | |
enum | boolean { FALSE = 0 , TRUE = 1 } |
#define BITS_IN_JSAMPLE 8 /* use 8, 9, 10, 11, or 12 */ |
Definition at line 33 of file jmorecfg.h.
#define CENTERJSAMPLE 128 |
Definition at line 84 of file jmorecfg.h.
#define EXTERN | ( | type | ) | extern JPEG_IMPEXP type JPEG_API |
Definition at line 294 of file jmorecfg.h.
#define FAR |
Definition at line 342 of file jmorecfg.h.
Definition at line 171 of file jmorecfg.h.
Definition at line 308 of file jmorecfg.h.
#define JPEG_API |
Definition at line 283 of file jmorecfg.h.
#define JPEG_IMPEXP |
Definition at line 280 of file jmorecfg.h.
Definition at line 231 of file jmorecfg.h.
Definition at line 289 of file jmorecfg.h.
#define MAX_COMPONENTS 10 /* maximum number of image components */ |
Definition at line 45 of file jmorecfg.h.
#define MAXJSAMPLE 255 |
Definition at line 83 of file jmorecfg.h.
Definition at line 287 of file jmorecfg.h.
Definition at line 207 of file jmorecfg.h.
Definition at line 216 of file jmorecfg.h.
Definition at line 151 of file jmorecfg.h.
typedef unsigned int JDIMENSION |
Definition at line 229 of file jmorecfg.h.
Definition at line 167 of file jmorecfg.h.
Definition at line 74 of file jmorecfg.h.
typedef void noreturn_t |
Definition at line 328 of file jmorecfg.h.
Definition at line 201 of file jmorecfg.h.
Definition at line 192 of file jmorecfg.h.