OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_params_local.h>
Public Member Functions | |
param_cap () | |
void | check_validity (const param_cod &cod, const param_qcd &qcd) |
bool | write (outfile_base *file) |
void | read (infile_base *file) |
Private Attributes | |
ui16 | Lcap |
ui32 | Pcap |
ui16 | Ccap [32] |
Definition at line 524 of file ojph_params_local.h.
|
inline |
Definition at line 527 of file ojph_params_local.h.
Definition at line 534 of file ojph_params_local.h.
References Ccap, ojph::local::param_qcd::get_MAGBp(), and ojph::local::param_cod::is_reversible().
Referenced by ojph::local::codestream::write_headers().
void ojph::local::param_cap::read | ( | infile_base * | file | ) |
Definition at line 679 of file ojph_params.cpp.
References Ccap, Lcap, OJPH_ERROR, Pcap, ojph::population_count(), ojph::infile_base::read(), and ojph::local::swap_byte().
Referenced by ojph::local::codestream::read_headers().
bool ojph::local::param_cap::write | ( | outfile_base * | file | ) |
Definition at line 656 of file ojph_params.cpp.
References ojph::local::CAP, Ccap, Lcap, Pcap, ojph::local::swap_byte(), and ojph::outfile_base::write().
Referenced by ojph::local::codestream::write_headers().
|
private |
Definition at line 560 of file ojph_params_local.h.
Referenced by check_validity(), read(), and write().
|
private |
Definition at line 558 of file ojph_params_local.h.
Referenced by param_cap(), read(), and write().
|
private |
Definition at line 559 of file ojph_params_local.h.
Referenced by param_cap(), read(), and write().