Grok 20.3.2
ojph_defs.h File Reference
#include <cstdint>
#include "ojph_version.h"

Go to the source code of this file.

Namespaces

namespace  grk
 ResWindow.
namespace  grk::t1
namespace  grk::t1::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 grk::t1::ojph::ui8
typedef int8_t grk::t1::ojph::si8
typedef uint16_t grk::t1::ojph::ui16
typedef int16_t grk::t1::ojph::si16
typedef uint32_t grk::t1::ojph::ui32
typedef int32_t grk::t1::ojph::si32
typedef uint64_t grk::t1::ojph::ui64
typedef int64_t grk::t1::ojph::si64

Variables

const int grk::t1::ojph::NUM_FRAC_BITS = 13

Macro Definition Documentation

◆ ojph_div_ceil

#define ojph_div_ceil ( a,
b )
Value:
(((a) + (b) - 1) / (b))

◆ OJPH_INT_STRINGIFY

#define OJPH_INT_STRINGIFY ( I)
Value:
#I

◆ OJPH_INT_TO_STRING

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

◆ ojph_max

◆ ojph_min

◆ ojph_unused

#define ojph_unused ( x)
Value:
(void)(x)