59 #define __attribute__(x)
68 #define INLINE __forceinline
69 #elif defined(__GNUC__)
70 #define INLINE __inline__
71 #elif defined(__MWERKS__)
80#if (__STDC_VERSION__ != 199901L)
83 #define restrict __restrict__
90#if defined(_MSC_VER) || defined(__BORLANDC__)
91static INLINE long lrintf(
float f){
101 return (
long)((f>0.0f) ? (f + 0.5f):(f -0.5f));
Implementation of an individual bit input-output (BIO).
Modification of jpip.h from 2KAN indexer.
Implementation of a byte input-output process (CIO).
Implementation of a discrete wavelet transform (DWT).
Implementation of a event callback system.
Implementation of operations of specific multiplication (FIX).
Implementation of operations on images (IMAGE).
Modification of jpip.c from 2KAN indexer.
Implementation of operations on integers (INT).
The JPEG-2000 Codestream Reader/Writer (J2K).
The JPEG-2000 file format Reader/Writer (JP2).
JPT-stream reader (JPEG 2000, JPIP).
The JPEG-2000 Part11 (JPWL) marker segments manager.
Implementation of a multi-component transforms (MCT).
Implementation of an MQ-Coder (MQC).
#define INLINE
Definition opj_includes.h:75
Implementation of a packet iterator (PI).
Implementation of operations for raw encoding (RAW).
Implementation of the tier-1 coding (coding of code-block coefficients) (T1).
Implementation of a tier-2 coding (packetization of code-block data) (T2).
Implementation of a tile coder/decoder (TCD).
Implementation of a tag-tree coder (TGT).