Searched refs:m_current_max_segs (Results 1 – 3 of 3) sorted by relevance
1525 if (l_nb_segs > cblk->m_current_max_segs) { in opj_t2_init_seg()1527 OPJ_UINT32 l_m_current_max_segs = cblk->m_current_max_segs + in opj_t2_init_seg()1537 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()1539 cblk->m_current_max_segs = l_m_current_max_segs; in opj_t2_init_seg()
134 OPJ_UINT32 m_current_max_segs; /* allocated number of segs[] items */ member
1275 p_code_block->m_current_max_segs = OPJ_J2K_DEFAULT_NB_SEGS; in opj_tcd_code_block_dec_allocate()1280 OPJ_UINT32 l_current_max_segs = p_code_block->m_current_max_segs; in opj_tcd_code_block_dec_allocate()1290 p_code_block->m_current_max_segs = l_current_max_segs; in opj_tcd_code_block_dec_allocate()