#include <basetsd.h>
Defines | |
#define | BITS_IN_JSAMPLE 8 |
#define | MAX_COMPONENTS 10 |
#define | FAR |
#define | GETJSAMPLE(value) ((int) (value) & 0xFF) |
#define | MAXJSAMPLE 255 |
#define | CENTERJSAMPLE 128 |
#define | GETJOCTET(value) ((value) & 0xFF) |
#define | JPEG_MAX_DIMENSION 65500L |
#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 | FALSE 0 |
#define | TRUE 1 |
Typedefs | |
typedef char | JSAMPLE |
typedef short | JCOEF |
typedef char | JOCTET |
typedef short | UINT8 |
typedef unsigned int | UINT16 |
typedef short | INT16 |
typedef unsigned int | JDIMENSION |
typedef int | boolean |
#define BITS_IN_JSAMPLE 8 |
#define CENTERJSAMPLE 128 |
#define FALSE 0 |
#define FAR |
#define JPEG_MAX_DIMENSION 65500L |
#define MAX_COMPONENTS 10 |
#define MAXJSAMPLE 255 |
#define TRUE 1 |
typedef int boolean |
typedef short INT16 |
typedef short JCOEF |
typedef unsigned int JDIMENSION |
typedef char JOCTET |
typedef char JSAMPLE |
typedef unsigned int UINT16 |
typedef short UINT8 |