OpenJPH
Open-source implementation of JPEG2000 Part-15
Loading...
Searching...
No Matches
ojph_defs.h File Reference
#include <cstdint>
#include "ojph_version.h"

Go to the source code of this file.

Namespaces

namespace  ojph

Macros

#define OJPH_INT_STRINGIFY(I)
#define OJPH_INT_TO_STRING(I)
#define ojph_div_ceil(a, b)
#define ojph_max(a, b)
#define ojph_min(a, b)
#define ojph_unused(x)

Typedefs

typedef uint8_t ojph::ui8
typedef int8_t ojph::si8
typedef uint16_t ojph::ui16
typedef int16_t ojph::si16
typedef uint32_t ojph::ui32
typedef int32_t ojph::si32
typedef uint64_t ojph::ui64
typedef int64_t ojph::si64

Variables

const int ojph::NUM_FRAC_BITS = 13

Macro Definition Documentation

◆ ojph_div_ceil

◆ OJPH_INT_STRINGIFY

#define OJPH_INT_STRINGIFY ( I)
Value:
#I

Definition at line 60 of file ojph_defs.h.

◆ OJPH_INT_TO_STRING

#define OJPH_INT_TO_STRING ( I)
Value:
#define OJPH_INT_STRINGIFY(I)
Definition ojph_defs.h:60

Definition at line 61 of file ojph_defs.h.

Referenced by ojph::local::codestream::write_headers().

◆ ojph_max

◆ ojph_min

◆ ojph_unused