Grok 20.3.2
CoderOJPH.cpp File Reference
#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()

Typedef Documentation

◆ decode_cb_t

◆ encode_cb_t

Function Documentation

◆ dispatch_decoder()

◆ dispatch_encoder()

Variable Documentation

◆ g_decode_cb

decode_cb_t g_decode_cb = dispatch_decoder()
static

◆ g_encode_cb

encode_cb_t g_encode_cb = dispatch_encoder()
static

◆ grk_cblk_dec_compressed_data_pad_ht

const uint8_t grk_cblk_dec_compressed_data_pad_ht = 8