NCEPLIBS-g2  3.5.0
jpeg.h
Go to the documentation of this file.
1 
9 typedef int64_t g2int;
10 
13 typedef uint64_t g2intu;
14 
17 typedef float g2float;
18 
19 #define G2_JASPER_INIT -2
20 #define G2_JASPER_ENCODE -3
21 #define G2_JASPER_DECODE -3
22 #define G2_JASPER_DECODE_COLOR -5
25 #define G2C_JASPER_JPEG_FORMAT_NAME "jpc"
26 
29 #define G2C_JASPER_MAX_MEMORY 1073741824
30 
float g2float
Float type.
Definition: jpeg.h:17
uint64_t g2intu
Unsigned long integer type.
Definition: jpeg.h:13
int64_t g2int
Long integer type.
Definition: jpeg.h:9