Searched refs:info_TL (Results 1 – 1 of 1) sorted by relevance
309 … opj_tile_info_t *info_TL = &cstr_info->tile[p_tile_no]; in opj_t2_encode_packets() local310 … opj_packet_info_t *info_PK = &info_TL->packet[cstr_info->packno]; in opj_t2_encode_packets()312 … info_PK->start_pos = info_TL->end_header + 1; in opj_t2_encode_packets()314 …m_enc.m_tp_on | l_tcp->POC)&& info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[cstr_info… in opj_t2_encode_packets()452 opj_tile_info_v2_t *info_TL = &p_cstr_info->tile[p_tile_no]; in opj_t2_decode_packets() local453 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets()456 info_PK->start_pos = info_TL->end_header + 1; 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()463 …ecific_param.m_enc.m_tp_on && info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[p_cstr_in… in opj_t2_decode_packets()