Searched refs:info_PK (Results 1 – 1 of 1) sorted by relevance
296 … opj_packet_info_t *info_PK = &info_TL->packet[cstr_info->packno]; in opj_t2_encode_packets() local298 … info_PK->start_pos = info_TL->end_header + 1; in opj_t2_encode_packets()300 …info_PK->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC)&& info_PK->start_pos) ? … in opj_t2_encode_packets()302 … info_PK->end_pos = info_PK->start_pos + l_nb_bytes - 1; in opj_t2_encode_packets()303 …info_PK->end_ph_pos += info_PK->start_pos - 1; /* End of packet header which now only represents … in opj_t2_encode_packets()430 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets() local433 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_decode_packets()438 … info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header+1; in opj_t2_decode_packets()440 …info_PK->start_pos = (l_cp->m_specific_param.m_enc.m_tp_on && info_PK->start_pos) ? info_PK->start… in opj_t2_decode_packets()442 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1; in opj_t2_decode_packets()[all …]