|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_params_local.h>
Public Member Functions | |
| cod_SPcod () | |
| size | get_log_block_dims () const |
| size | get_block_dims () const |
| size | get_log_precinct_size (ui32 res_num) const |
Public Attributes | |
| ui8 | num_decomp |
| ui8 | block_width |
| ui8 | block_height |
| ui8 | block_style |
| ui8 | wavelet_trans |
| ui8 | precinct_size [33] |
Definition at line 344 of file ojph_params_local.h.
|
inline |
Definition at line 346 of file ojph_params_local.h.
References block_height, block_style, block_width, num_decomp, precinct_size, and wavelet_trans.
|
inline |
Definition at line 364 of file ojph_params_local.h.
References get_log_block_dims(), ojph::size::h, and ojph::size::w.
|
inline |
Definition at line 362 of file ojph_params_local.h.
References block_height, and block_width.
Referenced by get_block_dims().
Definition at line 366 of file ojph_params_local.h.
References num_decomp, and precinct_size.
| ui8 ojph::local::cod_SPcod::block_height |
Definition at line 357 of file ojph_params_local.h.
Referenced by cod_SPcod(), and get_log_block_dims().
| ui8 ojph::local::cod_SPcod::block_style |
Definition at line 358 of file ojph_params_local.h.
Referenced by cod_SPcod().
| ui8 ojph::local::cod_SPcod::block_width |
Definition at line 356 of file ojph_params_local.h.
Referenced by cod_SPcod(), and get_log_block_dims().
| ui8 ojph::local::cod_SPcod::num_decomp |
Definition at line 355 of file ojph_params_local.h.
Referenced by cod_SPcod(), and get_log_precinct_size().
| ui8 ojph::local::cod_SPcod::precinct_size[33] |
Definition at line 360 of file ojph_params_local.h.
Referenced by cod_SPcod(), and get_log_precinct_size().
| ui8 ojph::local::cod_SPcod::wavelet_trans |
Definition at line 359 of file ojph_params_local.h.
Referenced by cod_SPcod(), and ojph::local::param_cod::update_atk().