Tile coding parameters information. More...
#include <openjpeg.h>
Data Fields | |
| int | tileno |
| number (index) of tile | |
| OPJ_UINT32 | csty |
| coding style | |
| OPJ_PROG_ORDER | prg |
| progression order | |
| OPJ_UINT32 | numlayers |
| number of layers | |
| OPJ_UINT32 | mct |
| multi-component transform identifier | |
| opj_tccp_info_t * | tccp_info |
| information concerning tile component parameters | |
Tile coding parameters information.
coding style
Referenced by j2k_get_cstr_info().
multi-component transform identifier
Referenced by j2k_get_cstr_info().
number of layers
Referenced by j2k_get_cstr_info().
progression order
Referenced by j2k_get_cstr_info().
information concerning tile component parameters
Referenced by j2k_get_cstr_info().
number (index) of tile
1.6.1