OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Public Member Functions | |
img_info () | |
~img_info () | |
void | init (ui32 num_comps, size_t width, size_t height, ui32 max_val, ui32 format=FORMAT444) |
bool | exist () |
Public Attributes | |
ui32 | num_comps |
size_t | width |
size_t | height |
point | downsampling [3] |
si32 * | comps [3] |
ui32 | format |
ui32 | max_val |
Definition at line 57 of file mse_pae.cpp.
|
inline |
|
inline |
Definition at line 65 of file mse_pae.cpp.
|
inline |
Definition at line 108 of file mse_pae.cpp.
References comps.
|
inline |
Definition at line 73 of file mse_pae.cpp.
References comps, downsampling, format, FORMAT400, FORMAT420, FORMAT422, FORMAT444, height, max_val, num_comps, width, ojph::point::x, and ojph::point::y.
Referenced by load_ppm(), and load_yuv().
si32* img_info::comps[3] |
Definition at line 115 of file mse_pae.cpp.
Referenced by exist(), find_mse_pae(), img_info(), init(), load_ppm(), load_yuv(), and ~img_info().
point img_info::downsampling[3] |
Definition at line 114 of file mse_pae.cpp.
Referenced by find_mse_pae(), init(), and load_yuv().
ui32 img_info::format |
Definition at line 116 of file mse_pae.cpp.
Referenced by find_mse_pae(), img_info(), and init().
size_t img_info::height |
Definition at line 113 of file mse_pae.cpp.
Referenced by find_mse_pae(), img_info(), and init().
ui32 img_info::max_val |
Definition at line 117 of file mse_pae.cpp.
Referenced by find_mse_pae(), img_info(), and init().
ui32 img_info::num_comps |
Definition at line 112 of file mse_pae.cpp.
Referenced by find_mse_pae(), img_info(), init(), main(), and ~img_info().
size_t img_info::width |
Definition at line 113 of file mse_pae.cpp.
Referenced by find_mse_pae(), img_info(), and init().