|
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 801 of file ojph_params_local.h.
|
inline |
Definition at line 804 of file ojph_params_local.h.
Definition at line 811 of file ojph_params_local.h.
References Ccap, ojph::local::param_cod::DWT_REV53, ojph::local::param_qcd::get_MAGB(), and ojph::local::param_cod::get_wavelet_kern().
Referenced by ojph::local::codestream::write_headers().
| void ojph::local::param_cap::read | ( | infile_base * | file | ) |
Definition at line 811 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 788 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 835 of file ojph_params_local.h.
Referenced by check_validity(), read(), and write().
|
private |
Definition at line 833 of file ojph_params_local.h.
Referenced by param_cap(), read(), and write().
|
private |
Definition at line 834 of file ojph_params_local.h.
Referenced by param_cap(), read(), and write().