Searched refs:m_current_max_segs (Results 1 – 3 of 3) sorted by relevance
134 OPJ_UINT32 m_current_max_segs; /* allocated number of segs[] items */ member
1533 if (l_nb_segs > cblk->m_current_max_segs) { in opj_t2_init_seg()1535 OPJ_UINT32 l_m_current_max_segs = cblk->m_current_max_segs + in opj_t2_init_seg()1545 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()1547 cblk->m_current_max_segs = l_m_current_max_segs; in opj_t2_init_seg()
1294 p_code_block->m_current_max_segs = OPJ_J2K_DEFAULT_NB_SEGS; in opj_tcd_code_block_dec_allocate()1299 OPJ_UINT32 l_current_max_segs = p_code_block->m_current_max_segs; in opj_tcd_code_block_dec_allocate()1309 p_code_block->m_current_max_segs = l_current_max_segs; in opj_tcd_code_block_dec_allocate()