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 bit_depth, bool is_signed, 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 | bit_depth |
bool | is_signed |
Definition at line 57 of file mse_pae.cpp.
|
inline |
|
inline |
Definition at line 66 of file mse_pae.cpp.
|
inline |
Definition at line 110 of file mse_pae.cpp.
References comps.
|
inline |
Definition at line 74 of file mse_pae.cpp.
References bit_depth, comps, downsampling, format, FORMAT400, FORMAT420, FORMAT422, FORMAT444, height, is_signed, num_comps, width, ojph::point::x, and ojph::point::y.
Referenced by load_ppm(), load_rawl(), and load_yuv().
ui32 img_info::bit_depth |
Definition at line 119 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), img_info(), and init().
si32* img_info::comps[3] |
Definition at line 117 of file mse_pae.cpp.
Referenced by exist(), find_mse_pae(), find_nlt_mse_pae(), img_info(), init(), load_ppm(), load_rawl(), load_yuv(), and ~img_info().
point img_info::downsampling[3] |
Definition at line 116 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), init(), and load_yuv().
ui32 img_info::format |
Definition at line 118 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), img_info(), and init().
size_t img_info::height |
Definition at line 115 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), img_info(), and init().
bool img_info::is_signed |
Definition at line 120 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), img_info(), and init().
ui32 img_info::num_comps |
Definition at line 114 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), img_info(), init(), main(), and ~img_info().
size_t img_info::width |
Definition at line 115 of file mse_pae.cpp.
Referenced by find_mse_pae(), find_nlt_mse_pae(), img_info(), and init().