Home
last modified time | relevance | path

Searched refs:m_current_max_segs (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dtcd.h114 OPJ_UINT32 m_current_max_segs; member
Dt2.c1349 if (l_nb_segs > cblk->m_current_max_segs) { in opj_t2_init_seg()
1351 cblk->m_current_max_segs += OPJ_J2K_DEFAULT_NB_SEGS; in opj_t2_init_seg()
1353 …new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, cblk->m_current_max_segs * sizeof(opj_tcd_seg_… in opj_t2_init_seg()
1357 cblk->m_current_max_segs = 0; in opj_t2_init_seg()
Dtcd.c1140 p_code_block->m_current_max_segs = OPJ_J2K_DEFAULT_NB_SEGS; in opj_tcd_code_block_dec_allocate()
1147 OPJ_UINT32 l_current_max_segs = p_code_block->m_current_max_segs; in opj_tcd_code_block_dec_allocate()
1153 p_code_block->m_current_max_segs = l_current_max_segs; in opj_tcd_code_block_dec_allocate()