Go to the documentation of this file.
52 #define JPWL_ASSUME OPJ_TRUE
117 unsigned long int DL;
284 unsigned long int pre_len,
unsigned long int post_len);
303 double place_pos,
int tileno,
304 unsigned long int pre_len,
unsigned long int post_len);
320 int comps,
unsigned char addrm,
unsigned char ad_size,
321 unsigned char senst,
unsigned char se_size,
322 double place_pos,
int tileno);
356 unsigned char **L4_bufp);
373 #define jpwl_updateCRC16(CRC, DATA) updateCRC16(CRC, DATA)
381 #define jpwl_updateCRC32(CRC, DATA) updateCRC32(CRC, DATA)
390 #define min(a,b) (((a) < (b)) ? (a) : (b))