Searched refs:p_cstr_info (Results 1 – 3 of 3) sorted by relevance
173 … opj_codestream_info_t *p_cstr_info );178 … opj_codestream_info_t *p_cstr_info );1209 opj_codestream_info_t *p_cstr_info) in opj_tcd_encode_tile() argument1218 if(p_cstr_info) { in opj_tcd_encode_tile()1227 p_cstr_info->tile[p_tile_no].pw[i] = (int)l_res_idx->pw; in opj_tcd_encode_tile()1228 p_cstr_info->tile[p_tile_no].ph[i] = (int)l_res_idx->ph; in opj_tcd_encode_tile()1231 p_cstr_info->tile[p_tile_no].pdx[i] = (int)l_tccp->prcw[i]; in opj_tcd_encode_tile()1232 p_cstr_info->tile[p_tile_no].pdy[i] = (int)l_tccp->prch[i]; in opj_tcd_encode_tile()1234 …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()1235 if (!p_cstr_info->tile[p_tile_no].packet) { in opj_tcd_encode_tile()[all …]
451 if(p_cstr_info) { in opj_t2_decode_packets()452 opj_tile_info_v2_t *info_TL = &p_cstr_info->tile[p_tile_no]; in opj_t2_decode_packets()453 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets()455 if (!p_cstr_info->packno) { in opj_t2_decode_packets()457 …} 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()458 …info_TL->tp[curtp].tp_numpacks = p_cstr_info->packno - tp_start_packno; /* Number of packets in pr… in opj_t2_decode_packets()459 tp_start_packno = p_cstr_info->packno; in opj_t2_decode_packets()461 … info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header+1; in opj_t2_decode_packets()463 ….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()467 ++p_cstr_info->packno; in opj_t2_decode_packets()[all …]
306 struct opj_codestream_info *p_cstr_info);