|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <cstring>#include <cassert>#include "ojph_defs.h"#include "ojph_base.h"#include "ojph_arch.h"#include "ojph_message.h"Go to the source code of this file.
Classes | |
| struct | ojph::local::siz_comp_info |
| struct | ojph::local::param_siz |
| struct | ojph::local::cod_SPcod |
| struct | ojph::local::cod_SGcod |
| struct | ojph::local::param_cod |
| struct | ojph::local::param_qcd |
| struct | ojph::local::nlt_rec |
| struct | ojph::local::param_nlt |
| struct | ojph::local::param_cap |
| struct | ojph::local::param_sot |
| struct | ojph::local::param_tlm |
| struct | ojph::local::param_tlm::Ttlm_Ptlm_pair |
| struct | ojph::local::param_dfs |
| union | ojph::local::lifting_step |
| struct | ojph::local::lifting_step::irv_data |
| struct | ojph::local::lifting_step::rev_data |
| struct | ojph::local::param_atk |
Namespaces | |
| namespace | ojph |
| namespace | ojph::local |
Variables | |
| const char | ojph::OJPH_PO_STRING_LRCP [] = "LRCP" |
| const char | ojph::OJPH_PO_STRING_RLCP [] = "RLCP" |
| const char | ojph::OJPH_PO_STRING_RPCL [] = "RPCL" |
| const char | ojph::OJPH_PO_STRING_PCRL [] = "PCRL" |
| const char | ojph::OJPH_PO_STRING_CPRL [] = "CPRL" |
| const char | ojph::OJPH_PN_STRING_PROFILE0 [] = "PROFILE0" |
| const char | ojph::OJPH_PN_STRING_PROFILE1 [] = "PROFILE1" |
| const char | ojph::OJPH_PN_STRING_CINEMA2K [] = "CINEMA2K" |
| const char | ojph::OJPH_PN_STRING_CINEMA4K [] = "CINEMA4K" |
| const char | ojph::OJPH_PN_STRING_CINEMAS2K [] = "CINEMAS2K" |
| const char | ojph::OJPH_PN_STRING_CINEMAS4K [] = "CINEMAS4K" |
| const char | ojph::OJPH_PN_STRING_BROADCAST [] = "BROADCAST" |
| const char | ojph::OJPH_PN_STRING_IMF [] = "IMF" |