Lines Matching refs:segs
1032 … if (l_cblk->segs[l_segno].numpasses == l_cblk->segs[l_segno].maxpasses) { in opj_t2_read_packet_header()
1043 …l_cblk->segs[l_segno].numnewpasses = (OPJ_UINT32)opj_int_min((OPJ_INT32)(l_cblk->segs[l_segno].max… in opj_t2_read_packet_header()
1044 …l_cblk->segs[l_segno].newlen = opj_bio_read(l_bio, l_cblk->numlenbits + opj_uint_floorlog2(l_cblk-… in opj_t2_read_packet_header()
1045 …s=%d increment=%d len=%d \n", l_included, l_cblk->segs[l_segno].numnewpasses, l_increment, l_cblk-… in opj_t2_read_packet_header()
1047 n -= (OPJ_INT32)l_cblk->segs[l_segno].numnewpasses; in opj_t2_read_packet_header()
1144 l_seg = l_cblk->segs; in opj_t2_read_packet_data()
1149 l_seg = &l_cblk->segs[l_cblk->numsegs - 1]; in opj_t2_read_packet_data()
1279 l_seg = l_cblk->segs; in opj_t2_skip_packet_data()
1284 l_seg = &l_cblk->segs[l_cblk->numsegs - 1]; in opj_t2_skip_packet_data()
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()
1355 opj_free(cblk->segs); in opj_t2_init_seg()
1356 cblk->segs = NULL; in opj_t2_init_seg()
1361 cblk->segs = new_segs; in opj_t2_init_seg()
1364 seg = &cblk->segs[index]; in opj_t2_init_seg()