Grok 10.0.5
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

#define ojph_div_ceil ( a,
b )
Value:
(((a) + (b) - 1) / (b))
uint32_t a
only used by MQ decoder
Definition mqc.h:48

◆ 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

#define ojph_min ( a,
b )

◆ ojph_unused

#define ojph_unused ( x)
Value:
(void)(x)
uint32_t x
Definition BlockExec.h:38