Main MRPT website > C++ reference for MRPT 1.5.7
Macros | Typedefs
jmorecfg.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ BITS_IN_JSAMPLE

#define BITS_IN_JSAMPLE   8 /* use 8 or 12 */

Definition at line 20 of file jmorecfg.h.

◆ CENTERJSAMPLE

#define CENTERJSAMPLE   128

Definition at line 71 of file jmorecfg.h.

◆ EXTERN

#define EXTERN (   type)    extern type

Definition at line 187 of file jmorecfg.h.

◆ FALSE

#define FALSE   0 /* values of boolean */

Definition at line 227 of file jmorecfg.h.

◆ FAR

#define FAR

Definition at line 212 of file jmorecfg.h.

◆ GETJOCTET

#define GETJOCTET (   value)    ((value) & 0xFF)

Definition at line 116 of file jmorecfg.h.

◆ GETJSAMPLE

#define GETJSAMPLE (   value)    ((int) (value) & 0xFF)

Definition at line 65 of file jmorecfg.h.

◆ GLOBAL

#define GLOBAL (   type)    type

Definition at line 185 of file jmorecfg.h.

◆ JMETHOD

#define JMETHOD (   type,
  methodname,
  arglist 
)    type (*methodname) ()

Definition at line 199 of file jmorecfg.h.

◆ JPEG_MAX_DIMENSION

#define JPEG_MAX_DIMENSION   65500L /* a tad under 64K to prevent overflows */

Definition at line 170 of file jmorecfg.h.

◆ LOCAL

#define LOCAL (   type)    static type

Definition at line 183 of file jmorecfg.h.

◆ MAX_COMPONENTS

#define MAX_COMPONENTS   10 /* maximum number of image components */

Definition at line 32 of file jmorecfg.h.

◆ MAXJSAMPLE

#define MAXJSAMPLE   255

Definition at line 70 of file jmorecfg.h.

◆ METHODDEF

#define METHODDEF (   type)    static type

Definition at line 181 of file jmorecfg.h.

◆ TRUE

#define TRUE   1

Definition at line 230 of file jmorecfg.h.

Typedef Documentation

◆ boolean

typedef int boolean

Definition at line 224 of file jmorecfg.h.

◆ INT16

typedef short INT16

Definition at line 152 of file jmorecfg.h.

◆ INT32

typedef long INT32

Definition at line 158 of file jmorecfg.h.

◆ JCOEF

typedef short JCOEF

Definition at line 96 of file jmorecfg.h.

◆ JDIMENSION

typedef unsigned int JDIMENSION

Definition at line 168 of file jmorecfg.h.

◆ JOCTET

typedef char JOCTET

Definition at line 112 of file jmorecfg.h.

◆ JSAMPLE

typedef char JSAMPLE

Definition at line 61 of file jmorecfg.h.

◆ UINT16

typedef unsigned int UINT16

Definition at line 146 of file jmorecfg.h.

◆ UINT8

typedef short UINT8

Definition at line 137 of file jmorecfg.h.




Page generated by Doxygen 1.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST