Searched refs:info_PK (Results 1 – 1 of 1) sorted by relevance
333 opj_packet_info_t *info_PK = &info_TL->packet[cstr_info->packno]; in opj_t2_encode_packets() local335 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_encode_packets()337 … info_PK->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC) && in opj_t2_encode_packets()338 … info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[cstr_info->packno - in opj_t2_encode_packets()341 info_PK->end_pos = info_PK->start_pos + l_nb_bytes - 1; in opj_t2_encode_packets()342 info_PK->end_ph_pos += info_PK->start_pos - in opj_t2_encode_packets()526 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets() local529 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_decode_packets()537 info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header + 1; in opj_t2_decode_packets()539 info_PK->start_pos = (l_cp->m_specific_param.m_enc.m_tp_on && in opj_t2_decode_packets()[all …]