OpenJPH
Open-source implementation of JPEG2000 Part-15
ojph::local::codeblock_fun Struct Reference

#include <ojph_codeblock_fun.h>

Public Member Functions

void init (bool reversible)
 

Public Attributes

mem_clear_fun mem_clear
 
find_max_val_fun find_max_val
 
tx_to_cb_fun tx_to_cb
 
tx_from_cb_fun tx_from_cb
 
cb_decoder_fun decode_cb
 
cb_encoder_fun encode_cb
 

Detailed Description

Definition at line 76 of file ojph_codeblock_fun.h.

Member Function Documentation

◆ init()

Member Data Documentation

◆ decode_cb

cb_decoder_fun ojph::local::codeblock_fun::decode_cb

Definition at line 93 of file ojph_codeblock_fun.h.

Referenced by ojph::local::codeblock::decode(), and init().

◆ encode_cb

cb_encoder_fun ojph::local::codeblock_fun::encode_cb

Definition at line 96 of file ojph_codeblock_fun.h.

Referenced by ojph::local::codeblock::encode(), and init().

◆ find_max_val

find_max_val_fun ojph::local::codeblock_fun::find_max_val

Definition at line 84 of file ojph_codeblock_fun.h.

Referenced by ojph::local::codeblock::encode(), and init().

◆ mem_clear

mem_clear_fun ojph::local::codeblock_fun::mem_clear

Definition at line 81 of file ojph_codeblock_fun.h.

Referenced by init(), and ojph::local::codeblock::pull_line().

◆ tx_from_cb

tx_from_cb_fun ojph::local::codeblock_fun::tx_from_cb

Definition at line 90 of file ojph_codeblock_fun.h.

Referenced by init(), and ojph::local::codeblock::pull_line().

◆ tx_to_cb

tx_to_cb_fun ojph::local::codeblock_fun::tx_to_cb

Definition at line 87 of file ojph_codeblock_fun.h.

Referenced by init(), and ojph::local::codeblock::push().


The documentation for this struct was generated from the following files: