|
Grok 20.3.2
|
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 |
| #define ojph_div_ceil | ( | a, | |
| b ) |
| #define OJPH_INT_STRINGIFY | ( | I | ) |
| #define OJPH_INT_TO_STRING | ( | I | ) |
| #define ojph_max | ( | a, | |
| b ) |
Referenced by grk::t1::ojph::mem_elastic_allocator::allocate(), grk::t1::ojph::local::mel_encode(), grk::t1::ojph::local::ojph_decode_codeblock32(), grk::t1::ojph::local::ojph_decode_codeblock64(), grk::t1::ojph::local::ojph_decode_codeblock_wasm(), grk::t1::ojph::local::ojph_encode_codeblock32(), and grk::t1::ojph::local::ojph_encode_codeblock64().
| #define ojph_min | ( | a, | |
| b ) |
Referenced by grk::t1::ojph::local::mel_encode(), grk::t1::ojph::local::ms_encode(), grk::t1::ojph::local::ms_encode64(), grk::t1::ojph::local::ojph_encode_codeblock32(), grk::t1::ojph::local::ojph_encode_codeblock64(), and grk::t1::ojph::local::vlc_encode().
| #define ojph_unused | ( | x | ) |