Go to the source code of this file.
◆ BITS_IN_JSAMPLE
| #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ |
◆ CENTERJSAMPLE
| #define CENTERJSAMPLE 128 |
◆ EXTERN
| #define EXTERN |
( |
| type | ) |
extern type |
◆ FALSE
| #define FALSE 0 /* values of boolean */ |
◆ FAR
◆ GETJOCTET
| #define GETJOCTET |
( |
| value | ) |
((value) & 0xFF) |
◆ GETJSAMPLE
| #define GETJSAMPLE |
( |
| value | ) |
((int) (value) & 0xFF) |
◆ GLOBAL
| #define GLOBAL |
( |
| type | ) |
type |
◆ JMETHOD
| #define JMETHOD |
( |
| type, |
|
|
| methodname, |
|
|
| arglist ) type (*methodname) () |
◆ JPEG_MAX_DIMENSION
| #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ |
◆ LOCAL
| #define LOCAL |
( |
| type | ) |
static type |
◆ MAX_COMPONENTS
| #define MAX_COMPONENTS 10 /* maximum number of image components */ |
◆ MAXJSAMPLE
◆ METHODDEF
| #define METHODDEF |
( |
| type | ) |
static type |
◆ TRUE
◆ boolean
◆ INT16
◆ INT32
◆ JCOEF
◆ JDIMENSION
◆ JOCTET
◆ JSAMPLE
◆ UINT16
◆ UINT8