| OpenJPEG 2.5.3
    | 
#include <j2k.h>
| Data Fields | |
| OPJ_UINT32 | m_max_comp_size | 
| Maximum rate for each component. | |
| OPJ_INT32 | m_tp_pos | 
| Position of tile part flag in progression order. | |
| OPJ_INT32 * | m_matrice | 
| fixed layer | |
| OPJ_BYTE | m_tp_flag | 
| Flag determining tile part generation. | |
| J2K_QUALITY_LAYER_ALLOCATION_STRATEGY | m_quality_layer_alloc_strategy | 
| Quality layer allocation strategy. | |
| OPJ_BITFIELD | m_tp_on: 1 | 
| Enabling Tile part generation. | |
| OPJ_INT32* opj_encoding_param::m_matrice | 
fixed layer
Referenced by opj_j2k_cp_destroy(), opj_j2k_setup_encoder(), and opj_tcd_makelayer_fixed().
| OPJ_UINT32 opj_encoding_param::m_max_comp_size | 
Maximum rate for each component.
If == 0, component size limitation is not considered
Referenced by opj_j2k_setup_encoder(), and opj_t2_encode_packets().
| J2K_QUALITY_LAYER_ALLOCATION_STRATEGY opj_encoding_param::m_quality_layer_alloc_strategy | 
Quality layer allocation strategy.
Referenced by opj_j2k_setup_encoder(), opj_tcd_rate_allocate_encode(), and opj_tcd_rateallocate().
| OPJ_BYTE opj_encoding_param::m_tp_flag | 
Flag determining tile part generation.
Referenced by opj_j2k_get_num_tp(), and opj_j2k_setup_encoder().
| OPJ_BITFIELD opj_encoding_param::m_tp_on | 
Enabling Tile part generation.
Referenced by opj_j2k_get_num_tp(), opj_j2k_setup_encoder(), opj_j2k_update_rates(), opj_pi_create_encode(), opj_pi_initialise_encode(), opj_t2_decode_packets(), and opj_t2_encode_packets().
| OPJ_INT32 opj_encoding_param::m_tp_pos | 
Position of tile part flag in progression order.
Referenced by opj_j2k_get_num_tp(), and opj_tcd_init().