Home
last modified time | relevance | path

Searched defs:param_cod (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openjph/OpenJPH-0.7.3/src/core/codestream/
H A Dojph_params_local.h302 struct param_cod struct
306 param_cod() in param_cod() function
369 ui8 get_num_decompositions() const in get_num_decompositions()
371 size get_block_dims() const in get_block_dims()
376 bool is_reversible() const in is_reversible()
380 size get_log_block_dims() const in get_log_block_dims()
400 bool packets_may_use_sop() const in packets_may_use_sop()
402 bool packets_use_eph() const in packets_use_eph()
410 ui8 Scod;
411 cod_SGcod SGCod;
[all …]
/dports/graphics/openjph/OpenJPH-0.7.3/src/core/common/
H A Dojph_codestream.h57 class param_cod; variable
H A Dojph_params.h111 param_cod(local::param_cod* p) : state(p) {} in param_cod() function