|
Grok 20.3.2
|
#include "simd.h"#include "../part15/common/ojph_arch.h"#include "../part15/common/ojph_mem.h"#include "coding/ojph_block_decoder.h"#include "coding/ojph_block_encoder.h"#include "CoderOJPH.h"#include <cstdio>#include <cstdlib>#include <cstring>Namespaces | |
| namespace | grk |
| ResWindow. | |
| namespace | grk::t1 |
| namespace | grk::t1::ojph |
Typedefs | |
| using | decode_cb_t |
| using | encode_cb_t |
Functions | |
| static decode_cb_t | dispatch_decoder () |
| static encode_cb_t | dispatch_encoder () |
Variables | |
| const uint8_t | grk_cblk_dec_compressed_data_pad_ht = 8 |
| static decode_cb_t | g_decode_cb = dispatch_decoder() |
| static encode_cb_t | g_encode_cb = dispatch_encoder() |
| using decode_cb_t |
| using encode_cb_t |
|
static |
|
static |
References grk::t1::ojph::get_cpu_ext_level(), grk::t1::ojph::local::initialize_block_encoder_tables(), grk::t1::ojph::local::initialize_block_encoder_tables_avx2(), grk::t1::ojph::local::initialize_block_encoder_tables_avx512(), grk::t1::ojph::local::ojph_encode_codeblock32(), grk::t1::ojph::local::ojph_encode_codeblock_avx2(), grk::t1::ojph::local::ojph_encode_codeblock_avx512(), grk::t1::ojph::X86_CPU_EXT_LEVEL_AVX2, and grk::t1::ojph::X86_CPU_EXT_LEVEL_AVX512.
|
static |
Referenced by grk::t1::ojph::T1OJPH::decompress().
|
static |
Referenced by grk::t1::ojph::T1OJPH::compress().
| const uint8_t grk_cblk_dec_compressed_data_pad_ht = 8 |
Referenced by grk::t1::ojph::T1OJPH::decompress(), and grk::t1::ojph::T1OJPH::T1OJPH().