Searched refs:p_cstr_info (Results 1 – 3 of 3) sorted by relevance
172 … opj_codestream_info_t *p_cstr_info );177 … opj_codestream_info_t *p_cstr_info );1182 opj_codestream_info_t *p_cstr_info) in opj_tcd_encode_tile() argument1191 if(p_cstr_info) { in opj_tcd_encode_tile()1200 p_cstr_info->tile[p_tile_no].pw[i] = (int)l_res_idx->pw; in opj_tcd_encode_tile()1201 p_cstr_info->tile[p_tile_no].ph[i] = (int)l_res_idx->ph; in opj_tcd_encode_tile()1204 p_cstr_info->tile[p_tile_no].pdx[i] = (int)l_tccp->prcw[i]; in opj_tcd_encode_tile()1205 p_cstr_info->tile[p_tile_no].pdy[i] = (int)l_tccp->prch[i]; in opj_tcd_encode_tile()1207 …p_cstr_info->tile[p_tile_no].packet = (opj_packet_info_t*) opj_calloc((size_t)p_cstr_info->numcomp… in opj_tcd_encode_tile()1208 if (!p_cstr_info->tile[p_tile_no].packet) { in opj_tcd_encode_tile()[all …]
445 if(p_cstr_info) { in opj_t2_decode_packets()446 opj_tile_info_v2_t *info_TL = &p_cstr_info->tile[p_tile_no]; in opj_t2_decode_packets()447 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets()449 if (!p_cstr_info->packno) { in opj_t2_decode_packets()451 …} else if (info_TL->packet[p_cstr_info->packno-1].end_pos >= (OPJ_INT32)p_cstr_info->tile[p_tile_n… in opj_t2_decode_packets()452 …info_TL->tp[curtp].tp_numpacks = p_cstr_info->packno - tp_start_packno; /* Number of packets in pr… in opj_t2_decode_packets()453 tp_start_packno = p_cstr_info->packno; in opj_t2_decode_packets()455 … info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header+1; in opj_t2_decode_packets()457 ….m_tp_on && info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[p_cstr_info->packno - 1].en… in opj_t2_decode_packets()461 ++p_cstr_info->packno; in opj_t2_decode_packets()[all …]
305 struct opj_codestream_info *p_cstr_info);